| Commit message (Expand) | Author | Age |
* | Initial implementation of renaming containers | Matthew Heon | 2021-01-14 |
* | Merge pull request #8947 from Luap99/cleanup-code | OpenShift Merge Robot | 2021-01-12 |
|\ |
|
| * | Fix problems reported by staticcheck | Paul Holzinger | 2021-01-12 |
* | | add pre checkpoint | unknown | 2021-01-10 |
|/ |
|
* | Include named volumes in container migration | Radostin Stoyanov | 2021-01-07 |
* | Use Options as CRImportCheckpoint() argument | Radostin Stoyanov | 2021-01-07 |
* | Rework pruning to report reclaimed space | Baron Lenardson | 2020-12-30 |
* | Consolidate filter logic to pkg subdirectory | Baron Lenardson | 2020-12-24 |
* | add --cidfile to container kill | baude | 2020-12-23 |
* | podman logs honor stderr correctly | Paul Holzinger | 2020-12-10 |
* | Allow containers to --restart on-failure with --rm | Daniel J Walsh | 2020-11-20 |
* | Align the podman ps --filter behavior with docker | Paul Holzinger | 2020-11-18 |
* | Add support for mounting external containers | Daniel J Walsh | 2020-11-04 |
* | The cidfile should be created when the container is created | Daniel J Walsh | 2020-10-26 |
* | Add support for external container | Daniel J Walsh | 2020-10-15 |
* | fix podman container exists and diff for storage containers | Daniel J Walsh | 2020-10-15 |
* | Merge pull request #7955 from ParkerVR/7751-alt | OpenShift Merge Robot | 2020-10-13 |
|\ |
|
| * | newlines on all container detaches | Parker Van Roy | 2020-10-07 |
* | | Merge pull request #7891 from rhatdan/rm | OpenShift Merge Robot | 2020-10-09 |
|\ \ |
|
| * | | This PR allows users to remove external containers directly | Daniel J Walsh | 2020-10-09 |
| |/ |
|
* / | Move pod jobs to parallel execution | Matthew Heon | 2020-10-07 |
|/ |
|
* | Lowercase some errors | Kir Kolyshkin | 2020-10-05 |
* | Remove excessive error wrapping | Kir Kolyshkin | 2020-10-05 |
* | stats: break out CLI options | Valentin Rothberg | 2020-09-24 |
* | new endpoint: /libpod/containers/stats | Valentin Rothberg | 2020-09-24 |
* | stats refactor | Valentin Rothberg | 2020-09-23 |
* | Fix podman ps -l | Daniel J Walsh | 2020-09-09 |
* | podman stop: do not cleanup for auto-removal | Valentin Rothberg | 2020-09-08 |
* | Switch all references to github.com/containers/libpod -> podman | Daniel J Walsh | 2020-07-28 |
* | log API: add context to allow for cancelling | Valentin Rothberg | 2020-07-09 |
* | move go module to v2 | Valentin Rothberg | 2020-07-06 |
* | Fix `system service` panic from early hangup in events | Matthew Heon | 2020-07-02 |
* | Allow recursive dependency start with Init() | Matthew Heon | 2020-06-18 |
* | Merge pull request #6636 from mheon/add_warnings | OpenShift Merge Robot | 2020-06-17 |
|\ |
|
| * | Re-add resource limit warnings to Specgen | Matthew Heon | 2020-06-16 |
* | | Fix podman inspect on overlapping/missing objects | Matthew Heon | 2020-06-16 |
|/ |
|
* | Turn on More linters | Daniel J Walsh | 2020-06-15 |
* | Fix Id->ID where possible for lint | Daniel J Walsh | 2020-06-10 |
* | Fixup issues found by golint | Daniel J Walsh | 2020-06-10 |
* | Add parallel operation to `podman stop` | Matthew Heon | 2020-06-05 |
* | Add parallel execution code for container operations | Matthew Heon | 2020-06-05 |
* | When stopping containers locally, ensure cleanup runs | Matthew Heon | 2020-06-03 |
* | Merge pull request #6473 from mheon/fix_inspect_segfault | OpenShift Merge Robot | 2020-06-03 |
|\ |
|
| * | Fix a segfault in `podman inspect -l` w/ no containers | Matthew Heon | 2020-06-02 |
* | | Enable detached exec for remote | Matthew Heon | 2020-06-02 |
|/ |
|
* | container stats: fix --no-stream race | Valentin Rothberg | 2020-05-27 |
* | Enable cleanup processes for detached exec | Matthew Heon | 2020-05-20 |
* | Add ability to clean up exec sessions with cleanup | Matthew Heon | 2020-05-20 |
* | Add CLI frontend for detached exec | Matthew Heon | 2020-05-20 |
* | Fix checkpoint --leave-running | Adrian Reber | 2020-05-14 |