| Commit message (Expand) | Author | Age |
* | Remove unused existing IP addresses function | Matthew Heon | 2018-03-02 |
* | Fix gofmt & golint | Matthew Heon | 2018-03-02 |
* | Update DB to hold CNI network information | Matthew Heon | 2018-03-02 |
* | 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 |
* | Add tracking for container exec sessions to DB | Matthew Heon | 2018-03-01 |
* | podman stats add networking | baude | 2018-02-28 |
* | 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 |
* | Make operations on pod containers as a group independent | Matthew Heon | 2018-02-22 |
* | Corrected comment | Jhon Honce | 2018-02-22 |
* | Implement podman run option --cgroup-parent | Jhon Honce | 2018-02-22 |
* | Add FFJSON encoding/decoding for our container structs | Matthew Heon | 2018-02-16 |
* | Add implementation for BoltDB-backed state | Matthew Heon | 2018-02-12 |
* | Remove read-only from DB, it's in the spec | Matthew Heon | 2018-02-09 |
* | Allow users to specify logpath | Daniel J Walsh | 2018-02-03 |
* | Fix issues with podman ps from QE | umohnani8 | 2018-01-22 |
* | Rename containerRuntimeInfo to containerState for clarity | Matthew Heon | 2018-01-18 |
* | Rename ContainerState to ContainerStatus | Matthew Heon | 2018-01-18 |
* | Split container.go into three files | Matthew Heon | 2018-01-18 |
* | Fix gofmt | Matthew Heon | 2018-01-17 |
* | Fix in-memory state tests | Matthew Heon | 2018-01-17 |
* | Add ability to get dependencies of a container | Matthew Heon | 2018-01-17 |
* | Change handling for pods in libpod state | Matthew Heon | 2018-01-17 |
* | Ensure batched containers have locks | Matthew Heon | 2018-01-16 |
* | Fix lint issues | Matthew Heon | 2018-01-16 |
* | Add API for sharing namespaces | Matthew Heon | 2018-01-16 |
* | Add support for shared CGroup namespaces | Matthew Heon | 2018-01-16 |
* | Add support for joining shared namespaces in libpod | Matthew Heon | 2018-01-16 |
* | When performing state-changing operations, don't exec runtime | Matthew Heon | 2018-01-16 |
* | Add DNS and security fields to DB | Matthew Heon | 2018-01-15 |
* | Fix gofmt | Matthew Heon | 2018-01-14 |
* | Add Sync() function to updating ctr state in Batch() | Matthew Heon | 2018-01-14 |
* | Disable locking on functions in batch operations | Matthew Heon | 2018-01-14 |
* | Add initial function batching API | Matthew Heon | 2018-01-14 |
* | Merge pull request #211 from mheon/wireup_backends | Daniel J Walsh | 2018-01-12 |
|\ |
|
| * | Add ability to set CGroup Parent via API | Matthew Heon | 2018-01-10 |
* | | Add support for shm-size. | Daniel J Walsh | 2018-01-11 |
|/ |
|
* | Update DB to add new fields required for planned features | Matthew Heon | 2018-01-10 |
* | Save ContainerConfig.User to database | Matthew Heon | 2018-01-08 |
* | Add function to get IP address of a running container | Matthew Heon | 2018-01-08 |
* | Fix handling of exit codes | Daniel J Walsh | 2018-01-04 |
* | Make database write in syncContainer conditional | Matthew Heon | 2018-01-04 |
* | podman create/run need to load information from the image | Daniel J Walsh | 2018-01-03 |
* | libpod/container.go Handle systemd resolve | baude | 2018-01-02 |
* | Plumb through the --stop-timeout signal handling | Daniel J Walsh | 2017-12-20 |
* | Add podman commit command | umohnani8 | 2017-12-20 |
* | Create new network namespaces when initializing containers | Matthew Heon | 2017-12-14 |