| Commit message (Expand) | Author | Age |
* | ps: support the container notation for ps --filter network=... | flouthoc | 2021-07-30 |
* | Copy the content from the underlying image into the newly created volume. | Vikas Goel | 2021-07-20 |
* | Ensure that container still exists when removing | Matthew Heon | 2021-05-26 |
* | Support uid,gid,mode options for secrets | Ashley Cui | 2021-05-17 |
* | cgroup: fix rootless --cgroup-parent with pods | Giuseppe Scrivano | 2021-05-06 |
* | cgroup: always honor --cgroup-parent with cgroupfs | Giuseppe Scrivano | 2021-05-03 |
* | support pidfile on container restore | chenkang | 2021-04-18 |
* | set pidfile default value int containerconfig | chenkang | 2021-04-17 |
* | Do not delete container twice | Daniel J Walsh | 2021-04-12 |
* | Ensure manually-created volumes have correct ownership | Matthew Heon | 2021-03-24 |
* | Removing a non existing container API should return 404 | Daniel J Walsh | 2021-03-10 |
* | turn hidden --trace into a NOP | Valentin Rothberg | 2021-03-08 |
* | Rewrite Rename backend in a more atomic fashion | Matthew Heon | 2021-03-02 |
* | Fix podman network IDs handling | Paul Holzinger | 2021-02-22 |
* | bump go module to v3 | Valentin Rothberg | 2021-02-22 |
* | Enable whitespace linter | Paul Holzinger | 2021-02-11 |
* | Implement Secrets | Ashley Cui | 2021-02-09 |
* | Initial implementation of renaming containers | Matthew Heon | 2021-01-14 |
* | Rework pruning to report reclaimed space | Baron Lenardson | 2020-12-30 |
* | Ensure we do not double-lock the same volume in create | Matthew Heon | 2020-11-11 |
* | Add support for mounting external containers | Daniel J Walsh | 2020-11-04 |
* | Enable masking stop signals within container creation | Matthew Heon | 2020-10-12 |
* | Store cgroup manager on a per-container basis | Matthew Heon | 2020-10-08 |
* | Lowercase some errors | Kir Kolyshkin | 2020-10-05 |
* | Remove excessive error wrapping | Kir Kolyshkin | 2020-10-05 |
* | Merge pull request #7460 from AkihiroSuda/allow-rootless-cni | OpenShift Merge Robot | 2020-09-10 |
|\ |
|
| * | rootless: support `podman network create` (CNI-in-slirp4netns) | Akihiro Suda | 2020-09-09 |
* | | Show c/storage (Buildah/CRI-O) containers in ps | Daniel J Walsh | 2020-09-09 |
|/ |
|
* | Switch all references to github.com/containers/libpod -> podman | Daniel J Walsh | 2020-07-28 |
* | Remove all instances of named return "err" from Libpod | Matthew Heon | 2020-07-09 |
* | move go module to v2 | Valentin Rothberg | 2020-07-06 |
* | Merge pull request #6747 from giuseppe/fix-user-volumes | OpenShift Merge Robot | 2020-06-30 |
|\ |
|
| * | container: move volume chown after spec generation | Giuseppe Scrivano | 2020-06-29 |
* | | podman: add new cgroup mode split | Giuseppe Scrivano | 2020-06-25 |
|/ |
|
* | Set stop signal to 15 when not explicitly set | Matthew Heon | 2020-06-24 |
* | Do not share container log driver for exec | Matthew Heon | 2020-06-17 |
* | Turn on More linters | Daniel J Walsh | 2020-06-15 |
* | Ensure Conmon is alive before waiting for exit file | Matthew Heon | 2020-06-08 |
* | Enable cleanup processes for detached exec | Matthew Heon | 2020-05-20 |
* | Ensure that cleanup runs before we set Removing state | Matthew Heon | 2020-05-14 |
* | Enable prune integration test. Fixes container prune. | Sujil02 | 2020-04-30 |
* | podman v2 remove bloat v2 | Brent Baude | 2020-04-16 |
* | Ability to prune container in api V2 | Sujil02 | 2020-04-15 |
* | Add support for containers.conf | Daniel J Walsh | 2020-03-27 |
* | Implement APIv2 Exec Create and Inspect Endpoints | Matthew Heon | 2020-03-23 |
* | Merge pull request #5088 from mheon/begin_exec_rework | OpenShift Merge Robot | 2020-03-19 |
|\ |
|
| * | Add structure for new exec session tracking to DB | Matthew Heon | 2020-03-18 |
* | | auto updates | Valentin Rothberg | 2020-03-17 |
|/ |
|
* | add default network for apiv2 create | Brent Baude | 2020-03-06 |
* | Add validate() for containers | Matthew Heon | 2020-03-02 |