| Commit message (Expand) | Author | Age |
* | 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 |
* | Add a --workdir option to 'podman exec' | Debarshi Ray | 2019-01-08 |
* | Add locking to Sync() on containers | Matthew Heon | 2018-12-06 |
* | Add --sync option to podman rm | Matthew Heon | 2018-12-06 |
* | Fix golang formatting issues | baude | 2018-11-28 |
* | Merge pull request #1848 from adrianreber/master | OpenShift Merge Robot | 2018-11-28 |
|\ |
|
| * | Added tcp-established to checkpoint/restore | Adrian Reber | 2018-11-28 |
| * | Use also a struct to pass options to Restore() | Adrian Reber | 2018-11-28 |
* | | exec: don't wait for pidfile when the runtime exited | Giuseppe Scrivano | 2018-11-27 |
|/ |
|
* | Added option to keep containers running after checkpointing | Adrian Reber | 2018-11-20 |
* | Use a struct to pass options to Checkpoint() | Adrian Reber | 2018-11-20 |
* | Increase pidWaitTimeout to 60s | Emilien Macchi | 2018-11-15 |
* | Merge pull request #1771 from baude/prepare | OpenShift Merge Robot | 2018-11-07 |
|\ |
|
| * | move defer'd function declaration ahead of prepare error return | baude | 2018-11-07 |
* | | EXPERIMENTAL: Do not call out to runc for sync | Matthew Heon | 2018-11-07 |
|/ |
|
* | Merge pull request #1715 from baude/getusergroup | OpenShift Merge Robot | 2018-10-30 |
|\ |
|
| * | get user and group information using securejoin and runc's user library | baude | 2018-10-29 |
* | | unmount: fix error logic | Valentin Rothberg | 2018-10-29 |
|/ |
|
* | Make podman ps fast | baude | 2018-10-23 |
* | Add support to checkpoint/restore containers | Adrian Reber | 2018-10-03 |
* | Add ContainerStateExited and OCI delete() in cleanup() | Matthew Heon | 2018-10-02 |
* | Refactor Wait() to not require a timeout | Matthew Heon | 2018-09-21 |
* | Increase pidWaitTimeout to 1000ms | Emilien Macchi | 2018-09-18 |
* | Add --interval flag to podman wait | Daniel J Walsh | 2018-09-13 |
* | Up time between checks for podman wait | Matthew Heon | 2018-08-31 |
* | rootless: exec handle processes that create an user namespace | Giuseppe Scrivano | 2018-08-26 |
* | Properly translate users into runc format for exec | Matthew Heon | 2018-08-23 |
* | switch projectatomic to containers | Daniel J Walsh | 2018-08-16 |
* | We need to sort mounts so that one mount does not over mount another. | Daniel J Walsh | 2018-08-10 |
* | Add --force to podman umount to force the unmounting of the rootfs | Daniel J Walsh | 2018-08-01 |
* | Added pod.Restart() functionality to libpod. | haircommander | 2018-07-25 |
* | Let containers/storage keep track of mounts | Daniel J Walsh | 2018-07-19 |
* | Allow Init() on stopped containers | Matthew Heon | 2018-07-09 |
* | Make CGroups cleanup optional on whether they exist | Matthew Heon | 2018-06-22 |
* | Add Refresh() to ctrs to refresh state after db change | Matthew Heon | 2018-06-22 |
* | We are using err in defer function, needs to be defined name | Daniel J Walsh | 2018-06-22 |
* | libpod: fix race with attach/start | Giuseppe Scrivano | 2018-06-20 |
* | Optionally init() during container restart | Matthew Heon | 2018-05-04 |
* | varlink containers | baude | 2018-05-03 |
* | Vendor in latest containers/image and contaners/storage | umohnani8 | 2018-04-19 |
* | Change container.locked to batched | TomSweeneyRedHat | 2018-04-16 |
* | Change attach to accept a struct containing streams | Matthew Heon | 2018-04-13 |