aboutsummaryrefslogtreecommitdiff
path: root/libpod
Commit message (Expand)AuthorAge
* Add --dns-search, --dns-opt, --dns-server and --add-host.baude2018-01-19
* Fix gofmtMatthew Heon2018-01-18
* Rename containerRuntimeInfo to containerState for clarityMatthew Heon2018-01-18
* Rename ContainerState to ContainerStatusMatthew Heon2018-01-18
* Split container.go into three filesMatthew Heon2018-01-18
* Fix seccomp supportDaniel J Walsh2018-01-18
* Fix gofmtMatthew Heon2018-01-17
* Fix in-memory state testsMatthew Heon2018-01-17
* Convert remaining state tests to new styleMatthew Heon2018-01-17
* Add ability to get dependencies of a containerMatthew Heon2018-01-17
* Fix comment typoMatthew Heon2018-01-17
* Fix gofmtMatthew Heon2018-01-17
* Address review commentsMatthew Heon2018-01-17
* Wire in logic for selecting backing state implMatthew Heon2018-01-17
* Do no lint test helpersMatthew Heon2018-01-17
* Modify unit tests for state to run on all state implementationsMatthew Heon2018-01-17
* Change handling for pods in libpod stateMatthew Heon2018-01-17
* Add ability to retrieve a pod's container from the stateMatthew Heon2018-01-17
* Ensure batched containers have locksMatthew Heon2018-01-16
* Fix lint issuesMatthew Heon2018-01-16
* Prevent containers with dependencies from being removedMatthew Heon2018-01-16
* Add ability for states to track container dependenciesMatthew Heon2018-01-16
* Add API for sharing namespacesMatthew Heon2018-01-16
* Add support for shared CGroup namespacesMatthew Heon2018-01-16
* Add support for joining shared namespaces in libpodMatthew Heon2018-01-16
* When performing state-changing operations, don't exec runtimeMatthew Heon2018-01-16
* Add DNS and security fields to DBMatthew Heon2018-01-15
* Fix gofmtMatthew Heon2018-01-14
* Add Sync() function to updating ctr state in Batch()Matthew Heon2018-01-14
* Disable locking on functions in batch operationsMatthew Heon2018-01-14
* Add initial function batching APIMatthew Heon2018-01-14
* Remove unused fields from runtime configMatthew Heon2018-01-12
* Merge pull request #211 from mheon/wireup_backendsDaniel J Walsh2018-01-12
|\
| * Add ability to set CGroup Parent via APIMatthew Heon2018-01-10
* | Merge pull request #215 from mheon/update_cniDaniel J Walsh2018-01-12
|\ \
| * | Update CNI plugin directories to search default location as wellMatthew Heon2018-01-11
| * | Fix build error after updating CNI vendorMatthew Heon2018-01-11
| |/
* | podman run container id to filebaude2018-01-11
* | Add support for shm-size.Daniel J Walsh2018-01-11
|/
* Update DB to add new fields required for planned featuresMatthew Heon2018-01-10
* Add latest to waitbaude2018-01-08
* Fix merge issuesMatthew Heon2018-01-08
* Remove vendored files unnecessary after Kube hostport removalMatthew Heon2018-01-08
* Remove Kubernetes hostport supportMatthew Heon2018-01-08
* Shortname deletion continuedbaude2018-01-08
* Save ContainerConfig.User to databaseMatthew Heon2018-01-08
* Shortcut for most recent containerbaude2018-01-08
* Clean up network namespaces on container removalMatthew Heon2018-01-08
* Remove by shortnamebaude2018-01-08
* Add basic network inspection infoMatthew Heon2018-01-08