| Commit message (Expand) | Author | Age |
* | Replace usage of runc with runtime | Matthew Heon | 2018-03-01 |
* | Convert exec session tracking to use a dedicated struct | Matthew Heon | 2018-03-01 |
* | Fix gofmt & golint | Matthew Heon | 2018-03-01 |
* | Relax locking in Exec() | Matthew Heon | 2018-03-01 |
* | Handle removing containers with active exec sessions | Matthew Heon | 2018-03-01 |
* | Ensure that Cleanup() will not run on active containers | Matthew Heon | 2018-03-01 |
* | Add tracking for exec session IDs | Matthew Heon | 2018-03-01 |
* | Remove now-unused runc launch code | Matthew Heon | 2018-03-01 |
* | Rework exec to enable splitting to retrieve exec PID | Matthew Heon | 2018-03-01 |
* | Add tracking for container exec sessions to DB | Matthew Heon | 2018-03-01 |
* | Small fixes to container Exec | Matthew Heon | 2018-03-01 |
* | Fix checks for configuration keys in the DB | Matthew Heon | 2018-03-01 |
* | podman info add registries | baude | 2018-02-28 |
* | Tweak info time format | TomSweeneyRedHat | 2018-02-28 |
* | podman stats add networking | baude | 2018-02-28 |
* | CNIPluginDir: check "/usr/lib/cni" | Valentin Rothberg | 2018-02-28 |
* | Restrict top output to container's pids only | baude | 2018-02-26 |
* | podman load dont panic when no repotags | baude | 2018-02-26 |
* | Add ubuntu paths | baude | 2018-02-26 |
* | Do not override user mounts | baude | 2018-02-26 |
* | Address review comments | baude | 2018-02-24 |
* | Add support for --no-new-privs | Daniel J Walsh | 2018-02-24 |
* | CreateContainerStorage by image id | baude | 2018-02-23 |
* | Move Hostname accessor to more logical place | Matthew Heon | 2018-02-23 |
* | Refactor spec generation in libpod into a function | Matthew Heon | 2018-02-23 |
* | Remove No New Privs from DB as it's already in the spec | Matthew Heon | 2018-02-22 |
* | Add accessors to all container config and state fields | Matthew Heon | 2018-02-22 |
* | Implement --image-volumes for create and run | umohnani8 | 2018-02-22 |
* | Remove unnecessary booleans | Matthew Heon | 2018-02-22 |
* | Fix gofmt | Matthew Heon | 2018-02-22 |
* | Make operations on pod containers as a group independent | Matthew Heon | 2018-02-22 |
* | Fix gofmt | Matthew Heon | 2018-02-22 |
* | Add ability to start containers in a pod | Matthew Heon | 2018-02-22 |
* | Add kill and stop for pods | Matthew Heon | 2018-02-22 |
* | Add pod status command | Matthew Heon | 2018-02-22 |
* | Push up createConfig.CgroupParent processing to parent | Jhon Honce | 2018-02-22 |
* | Corrected comment | Jhon Honce | 2018-02-22 |
* | Implement podman run option --cgroup-parent | Jhon Honce | 2018-02-22 |
* | Performance enhancement for podman images | baude | 2018-02-20 |
* | Ensure we don't repeatedly poll disk for exit codes | Matthew Heon | 2018-02-20 |
* | Change uptime format in `podman info` to human-readable | Matthew Heon | 2018-02-19 |
* | Remove unused registry related options from libpod | Matthew Heon | 2018-02-19 |
* | Add FFJSON encoding/decoding for our container structs | Matthew Heon | 2018-02-16 |
* | Squash logged errors from failed SQL rollbacks | Matthew Heon | 2018-02-15 |
* | Make libpod build on 32-bit systems | Matthew Heon | 2018-02-13 |
* | Address review commentv0.2 | Matthew Heon | 2018-02-12 |
* | Add buckets for all containers and all pods | Matthew Heon | 2018-02-12 |
* | Containers in a pod can only join namespaces in that pod | Matthew Heon | 2018-02-12 |
* | Fix gofmt and lint | Matthew Heon | 2018-02-12 |
* | Check error when checking ctr dependencies | Matthew Heon | 2018-02-12 |