summaryrefslogtreecommitdiff
path: root/libpod
Commit message (Expand)AuthorAge
* 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
* Add function to get IP address of a running containerMatthew Heon2018-01-08
* Fix handling of exit codesDaniel J Walsh2018-01-04
* Run by shortnamebaude2018-01-04
* Make database write in syncContainer conditionalMatthew Heon2018-01-04
* Remove kpod handling of conmonbaude2018-01-03
* podman create/run need to load information from the imageDaniel J Walsh2018-01-03
* libpod/container.go Handle systemd resolvebaude2018-01-02
* Ensure that names are reasonable via regexMatthew Heon2018-01-02
* Extend search path for conmonbaude2018-01-02
* Plumb through the --stop-timeout signal handlingDaniel J Walsh2017-12-20
* Add podman commit commandumohnani82017-12-20
* Finish implementing stop signal parsingDaniel J Walsh2017-12-19
* Add support for adding devices to containerDaniel J Walsh2017-12-19
* Ensure libkpod.Config defaults don't override libpod defaultsMatthew Heon2017-12-14
* Change default directory for CNI pluginsMatthew Heon2017-12-14
* Add debugging statementsMatthew Heon2017-12-14
* Add iptables integration to network codeMatthew Heon2017-12-14
* Remove network namespaces from DB on refreshMatthew Heon2017-12-14
* Fix unit testsMatthew Heon2017-12-14
* Create new network namespaces when initializing containersMatthew Heon2017-12-14
* Add network namespaces to SQL stateMatthew Heon2017-12-14
* Add basic functions for dealing with network namespacesMatthew Heon2017-12-14