| Commit message (Expand) | Author | Age |
* | Convert remaining state tests to new style | Matthew Heon | 2018-01-17 |
* | Add ability to get dependencies of a container | Matthew Heon | 2018-01-17 |
* | Fix comment typo | Matthew Heon | 2018-01-17 |
* | Fix gofmt | Matthew Heon | 2018-01-17 |
* | Address review comments | Matthew Heon | 2018-01-17 |
* | Wire in logic for selecting backing state impl | Matthew Heon | 2018-01-17 |
* | Do no lint test helpers | Matthew Heon | 2018-01-17 |
* | Modify unit tests for state to run on all state implementations | Matthew Heon | 2018-01-17 |
* | Change handling for pods in libpod state | Matthew Heon | 2018-01-17 |
* | Add ability to retrieve a pod's container from the state | Matthew Heon | 2018-01-17 |
* | Add check for successful imageData call | Daniel J Walsh | 2018-01-17 |
* | Remove --storage-opt from podman run/create | Daniel J Walsh | 2018-01-17 |
* | test/podman_networking.bats: kpod to podman | baude | 2018-01-17 |
* | switch to bats-core | baude | 2018-01-16 |
* | Ensure batched containers have locks | Matthew Heon | 2018-01-16 |
* | Minor change to --net parsing | Matthew Heon | 2018-01-16 |
* | Disable interfacer linter | Matthew Heon | 2018-01-16 |
* | Fix lint issues | Matthew Heon | 2018-01-16 |
* | Prevent containers with dependencies from being removed | Matthew Heon | 2018-01-16 |
* | Add ability for states to track container dependencies | 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 |
* | Make --net alias to --network | baude | 2018-01-15 |
* | Add DNS and security fields to DB | Matthew Heon | 2018-01-15 |
* | Implement and test the following flags for podman run and create | umohnani8 | 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 |
* | Remove unused fields from runtime config | Matthew Heon | 2018-01-12 |
* | 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 |
* | | Merge pull request #219 from baude/gitvalidation | Daniel J Walsh | 2018-01-12 |
|\ \ |
|
| * | | update gitvalidation epoch | baude | 2018-01-12 |
* | | | Merge pull request #215 from mheon/update_cni | Daniel J Walsh | 2018-01-12 |
|\ \ \ |
|
| * | | | Update CNI plugin directories to search default location as well | Matthew Heon | 2018-01-11 |
| * | | | Fix build error after updating CNI vendor | Matthew Heon | 2018-01-11 |
| * | | | Upgrade OCICNI vendor | Matthew Heon | 2018-01-11 |
| | |/
| |/| |
|
* | | | Merge pull request #213 from baude/unitTestsSpec | Daniel J Walsh | 2018-01-12 |
|\ \ \ |
|
| * | | | Test user input to spec | baude | 2018-01-11 |
| | |/
| |/| |
|
* | | | Merge pull request #217 from mheon/remove_storage_pkg | Daniel J Walsh | 2018-01-12 |
|\ \ \
| |/ /
|/| | |
|
| * | | Remove unused pkg/storage code | Matthew Heon | 2018-01-11 |
* | | | podman run container id to file | baude | 2018-01-11 |
|/ / |
|
* / | 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 |
* | Default to always copyup the underlying directory on top of tmpfs mounts | Daniel J Walsh | 2018-01-10 |
* | Turn on travis bot | baude | 2018-01-10 |
* | Podman tutorial | baude | 2018-01-10 |