| Commit message (Expand) | Author | Age |
| * | Fix segfaults attribute to missing options | baude | 2019-04-15 |
| * | Fixes for podman-remote run and attach | baude | 2019-04-11 |
| * | podman-remote create|run | baude | 2019-04-08 |
| * | rootless: remove SkipStorageSetup() | Giuseppe Scrivano | 2019-04-01 |
| * | Remove ulele/deepcopier in favor of JSON deep copy | Matthew Heon | 2019-03-27 |
| * | Usage messages: deduplicate '(default true)' et al | Ed Santiago | 2019-03-13 |
| * | rm: fix cleanup race | Giuseppe Scrivano | 2019-03-13 |
| * | preparation for remote-client create container | baude | 2019-03-11 |
| * | Fix help commands to show short and long description. | Daniel J Walsh | 2019-03-07 |
| * | Better usage synopses for subcommands | Ed Santiago | 2019-02-26 |
| * | OpenTracing support added to start, stop, run, create, pull, and ps | Sebastian Jug | 2019-02-18 |
| * | Merge pull request #2357 from TomSweeneyRedHat/dev/tsweeney/cobrahelp3 | OpenShift Merge Robot | 2019-02-17 |
| |\ |
|
| | * | Add 3rd chunk of Cobra examples | TomSweeneyRedHat | 2019-02-17 |
| * | | pod infra container is started before a container in a pod is run, started, o... | Peter Hunt | 2019-02-15 |
| |/ |
|
| * | Fix volume handling in podman | Daniel J Walsh | 2019-02-14 |
| * | Address review comments on #2319 | Matthew Heon | 2019-02-12 |
| * | Retain a copy of container exit file on cleanup | Matthew Heon | 2019-02-12 |
| * | Fix manual detach from containers to not wait for exit | Matthew Heon | 2019-02-12 |
| * | Don't show global flags except for podman command | Daniel J Walsh | 2019-02-12 |
| * | Separate remote and local commands | baude | 2019-02-11 |
| * | Migrate to cobra CLI | baude | 2019-02-08 |
| * | Capatilize all usage and descriptions | Daniel J Walsh | 2019-02-05 |
| * | Add podman system prune and info commands | Daniel J Walsh | 2019-02-05 |
| * | failed containers with --rm should remove themselves | baude | 2018-12-12 |
| * | Move rootless storage config into libpod | Matthew Heon | 2018-12-02 |
| * | --interactive shall keep STDIN attached even when not explicitly called out | Šimon Lukašík | 2018-11-03 |
| * | Sort all command flags | Qi Wang | 2018-10-11 |
| * | Add ContainerStateExited and OCI delete() in cleanup() | Matthew Heon | 2018-10-02 |
| * | Refactor Wait() to not require a timeout | Matthew Heon | 2018-09-21 |
| * | rootless: fix create with images not in the storage | Giuseppe Scrivano | 2018-09-21 |
| * | Merge pull request #1461 from rhatdan/run | Matthew Heon | 2018-09-14 |
| |\ |
|
| | * | Remove duplicate code between create.go and run.go | Daniel J Walsh | 2018-09-13 |
| * | | Add --interval flag to podman wait | Daniel J Walsh | 2018-09-13 |
| |/ |
|
| * | rootless: check uid with Geteuid() instead of Getuid() | Giuseppe Scrivano | 2018-09-04 |
| * | rootless, run: support --pod | Giuseppe Scrivano | 2018-09-04 |
| * | don't print help message for usage errors | Valentin Rothberg | 2018-08-31 |
| * | run/create: reserve `-h` flag for hostname | Valentin Rothberg | 2018-08-30 |
| * | switch projectatomic to containers | Daniel J Walsh | 2018-08-16 |
| * | Cleanup descriptions and help information | Daniel J Walsh | 2018-07-27 |
| * | Need to wait for container to exit before completing run/start completes | Daniel J Walsh | 2018-07-13 |
| * | Refactor podman/utils with a single container start and attach function | Marco Vedovati | 2018-07-06 |
| * | Add `podman container cleanup` to CLI | Daniel J Walsh | 2018-06-29 |
| * | Option handling has become large and should be a shared function | Daniel J Walsh | 2018-06-22 |
| * | podman: use a different store for the rootless case | Giuseppe Scrivano | 2018-06-15 |
| * | podman: accept option --rootfs to use exploded images | Giuseppe Scrivano | 2018-06-15 |
| * | Aliases do not work with IsSet | Daniel J Walsh | 2018-06-12 |
| * | libpod: Execute poststop hooks locally | W. Trevor King | 2018-06-04 |
| * | podman create, start, getattachsocket | baude | 2018-05-21 |
| * | Major fixes to systemd cgroup handling | Matthew Heon | 2018-05-11 |
| * | Make invalid state nonfatal when cleaning up in run | Matthew Heon | 2018-05-04 |