| Commit message (Expand) | Author | Age |
* | Add a MissingRuntime implementation | Matthew Heon | 2019-10-15 |
* | Move OCI runtime implementation behind an interface | Matthew Heon | 2019-10-10 |
* | Podman-remote run should wait for exit code | Daniel J Walsh | 2019-09-12 |
* | Use exit code constants | Daniel J Walsh | 2019-09-12 |
* | libpod: avoid polling container status | Giuseppe Scrivano | 2019-09-04 |
* | exec: run with user specified on container start | Peter Hunt | 2019-08-20 |
* | Merge pull request #3690 from adrianreber/ignore-static-ip | OpenShift Merge Robot | 2019-08-05 |
|\ |
|
| * | restore: added --ignore-static-ip option | Adrian Reber | 2019-08-02 |
* | | Ensure we generate a 'stopped' event on force-remove | Matthew Heon | 2019-07-31 |
|/ |
|
* | move editing of exitCode to runtime | Peter Hunt | 2019-07-23 |
* | Implement conmon exec | Peter Hunt | 2019-07-22 |
* | golangci-lint round #3 | baude | 2019-07-21 |
* | Merge pull request #3443 from adrianreber/rootfs-changes-migration | OpenShift Merge Robot | 2019-07-19 |
|\ |
|
| * | Add --ignore-rootfs option for checkpoint/restore | Adrian Reber | 2019-07-11 |
| * | Fix typo in checkpoint/restore related texts | Adrian Reber | 2019-07-11 |
* | | Remove exec PID files after use to prevent memory leaks | Matthew Heon | 2019-07-18 |
* | | golangci-lint pass number 2 | baude | 2019-07-11 |
|/ |
|
* | Merge pull request #3324 from marcov/detach-keys-configurable | OpenShift Merge Robot | 2019-07-01 |
|\ |
|
| * | libpod: fix hang on container start and attach | Marco Vedovati | 2019-06-26 |
* | | libpod removal from main (phase 2) | baude | 2019-06-27 |
|/ |
|
* | remove libpod from main | baude | 2019-06-25 |
* | Fix a segfault in 'podman ps --sync' | Matthew Heon | 2019-06-24 |
* | Begin adding support for multiple OCI runtimes | Matthew Heon | 2019-06-19 |
* | stop/kill: inproper state errors: s/in state/is in state/ | Valentin Rothberg | 2019-06-17 |
* | kill: print ID and state for non-running containers | Valentin Rothberg | 2019-06-17 |
* | If container is not in correct state podman exec should exit with 126 | Daniel J Walsh | 2019-06-12 |
* | Merge pull request #3180 from mheon/inspect_volumes | OpenShift Merge Robot | 2019-06-08 |
|\ |
|
| * | Begin to break up pkg/inspect | Matthew Heon | 2019-06-03 |
* | | migration: add possibility to restore a container with a new name | Adrian Reber | 2019-06-04 |
* | | Added support to migrate containers | Adrian Reber | 2019-06-03 |
* | | Added helper functions for container migration | Adrian Reber | 2019-06-03 |
|/ |
|
* | container: move channel close to its writer | Giuseppe Scrivano | 2019-05-20 |
* | Ensure that start() in StartAndAttach() is locked | Matthew Heon | 2019-05-14 |
* | Address review comments on restart policy | Matthew Heon | 2019-05-03 |
* | Move to using constants for valid restart policy types | Matthew Heon | 2019-05-03 |
* | Add support for retry count with --restart flag | Matthew Heon | 2019-05-03 |
* | Sending signals to containers prevents restart policy | Matthew Heon | 2019-05-03 |
* | Add container restart policy to Libpod & Podman | Matthew Heon | 2019-05-03 |
* | Add basic structure of podman init command | Matthew Heon | 2019-05-01 |
* | Implement podman-remote rm | Jhon Honce | 2019-04-09 |
* | Remove wait event | Matthew Heon | 2019-03-29 |
* | Merge pull request #2621 from mheon/event_on_death | OpenShift Merge Robot | 2019-03-13 |
|\ |
|
| * | Add event on container death | Matthew Heon | 2019-03-13 |
* | | Vendor docker/docker, fsouza and more #2 | TomSweeneyRedHat | 2019-03-13 |
|/ |
|
* | Add event logging to libpod, even display to podman | baude | 2019-03-11 |
* | exec: support --preserve-fds | Giuseppe Scrivano | 2019-03-02 |
* | Allow Exec API user to override streams | Peter Hunt | 2019-02-28 |
* | OpenTracing support added to start, stop, run, create, pull, and ps | Sebastian Jug | 2019-02-18 |
* | pod infra container is started before a container in a pod is run, started, o... | Peter Hunt | 2019-02-15 |
* | Add darwin support for remote-client | baude | 2019-01-11 |