| Commit message (Expand) | Author | Age |
* | Fixes to handle /dev/shm correctly. | Daniel J Walsh | 2018-12-24 |
* | Switch all referencs to image.ContainerConfig to image.Config | Daniel J Walsh | 2018-12-21 |
* | libpod: always store the conmon pid file | Giuseppe Scrivano | 2018-12-21 |
* | Add "podman volume" command | umohnani8 | 2018-12-06 |
* | rm -f now removes a paused container | baude | 2018-11-08 |
* | EXPERIMENTAL: Do not call out to runc for sync | Matthew Heon | 2018-11-07 |
* | Allow containers/storage to handle on SELinux labeling | Daniel J Walsh | 2018-10-23 |
* | Fix bug with exited state and container remove | Matthew Heon | 2018-10-02 |
* | Address review comments and fix ps output | Matthew Heon | 2018-10-02 |
* | Add ContainerStateExited and OCI delete() in cleanup() | Matthew Heon | 2018-10-02 |
* | Add new field to libpod to indicate whether or not to use labelling | Daniel J Walsh | 2018-09-20 |
* | Fixing network ns segfault | haircommander | 2018-08-23 |
* | Change pause container to infra container | haircommander | 2018-08-23 |
* | Added option to share kernel namespaces in libpod and podman | haircommander | 2018-08-23 |
* | removeContainer: fix deadlock | Valentin Rothberg | 2018-08-10 |
* | Fix CGroupFS cgroup manager cgroup creation for pods | Matthew Heon | 2018-08-08 |
* | Set namespace for new pods/containers based on runtime | Matthew Heon | 2018-07-24 |
* | Returning joining namespace error should not be fatal | Daniel J Walsh | 2018-06-29 |
* | Mark containers invalid earlier during removal | Matthew Heon | 2018-06-27 |
* | Remove container from state before cleaning up. | Daniel J Walsh | 2018-06-10 |
* | libpod: Execute poststop hooks locally | W. Trevor King | 2018-06-04 |
* | Add per-pod CGroups | Matthew Heon | 2018-05-17 |
* | Use container cleanup() functions when removing | Matthew Heon | 2018-05-17 |
* | Remove parent cgroup we create with cgroupfs | Matthew Heon | 2018-05-11 |
* | Add validation for CGroup parents. Pass CGroups path into runc | Matthew Heon | 2018-05-11 |
* | podman, userNS: configure an intermediate mount namespace | Giuseppe Scrivano | 2018-05-04 |
* | Vendor in latest containers/image and contaners/storage | umohnani8 | 2018-04-19 |
* | Error is already wrapped properly. | Daniel J Walsh | 2018-03-29 |
* | Check for duplicate names when generating new container and pod names. | Daniel J Walsh | 2018-03-29 |
* | Handle removing containers with active exec sessions | Matthew Heon | 2018-03-01 |
* | Add implementation for BoltDB-backed state | Matthew Heon | 2018-02-12 |
* | Rework state tests to avoid boilerplate. Begin adding pod tests. | Matthew Heon | 2018-02-09 |
* | Add pod removal code | Matthew Heon | 2018-02-09 |
* | Allow users to specify logpath | Daniel J Walsh | 2018-02-03 |
* | Address review comments | Matthew Heon | 2018-01-17 |
* | Change handling for pods in libpod state | Matthew Heon | 2018-01-17 |
* | Prevent containers with dependencies from being removed | Matthew Heon | 2018-01-16 |
* | Add latest to wait | baude | 2018-01-08 |
* | Shortcut for most recent container | baude | 2018-01-08 |
* | Clean up network namespaces on container removal | Matthew Heon | 2018-01-08 |
* | podman create/run need to load information from the image | Daniel J Walsh | 2018-01-03 |
* | Plumb through the --stop-timeout signal handling | Daniel J Walsh | 2017-12-20 |
* | kpod stats | baude | 2017-12-13 |
* | Remove SQL state locking and rely on sqlite locking | Matthew Heon | 2017-12-04 |
* | Move containers to file locks from c/storage | Matthew Heon | 2017-12-04 |
* | Add NetMode, UTSMode and IPCMode | Daniel J Walsh | 2017-12-02 |
* | Add randomly generates container names | Matthew Heon | 2017-11-30 |
* | Fix error in runtime_ctr | Matthew Heon | 2017-11-29 |
* | Ensure that we can't remove paused containers | Matthew Heon | 2017-11-29 |
* | Fix rmi -f removing containers from storage without telling libpod | Matthew Heon | 2017-11-29 |