aboutsummaryrefslogtreecommitdiff
path: root/libpod/pod.go
Commit message (Expand)AuthorAge
* Vendor in latest containers/image and contaners/storageumohnani82018-04-19
* Do not lock all containers during pod killMatthew Heon2018-04-12
* Make pod stop lock one container at a timeMatthew Heon2018-04-12
* Do not lock all containers during pod startMatthew Heon2018-04-12
* Refactor dependency checks from init() into public APIMatthew Heon2018-04-03
* Only start containers that are not running in pod startMatthew Heon2018-03-29
* Change pod Start() to use container dependency graphMatthew Heon2018-03-29
* Check for duplicate names when generating new container and pod names.Daniel J Walsh2018-03-29
* Add StartAndAttach() API endpoint for containersMatthew Heon2018-03-15
* Implement container restartingMatthew Heon2018-03-15
* Remove extra pod Start codeMatthew Heon2018-03-13
* Modify pod API to move Init() into Start()Matthew Heon2018-03-13
* Remove unnecessary booleansMatthew Heon2018-02-22
* Fix gofmtMatthew Heon2018-02-22
* Make operations on pod containers as a group independentMatthew Heon2018-02-22
* Fix gofmtMatthew Heon2018-02-22
* Add ability to start containers in a podMatthew Heon2018-02-22
* Add kill and stop for podsMatthew Heon2018-02-22
* Add pod status commandMatthew Heon2018-02-22
* Add FFJSON encoding/decoding for our container structsMatthew Heon2018-02-16
* Refactor Pod to use a Config structMatthew Heon2018-02-12
* Add pod functions to BoltDB stateMatthew Heon2018-02-12
* Fix bugs identified by unit testsMatthew Heon2018-02-09
* Rework state tests to avoid boilerplate. Begin adding pod tests.Matthew Heon2018-02-09
* Tear out pod containers map. Instead rely on stateMatthew Heon2018-02-09
* Remove lock existence checks when creating pods/containersMatthew Heon2017-12-14
* Update pods to use file locksMatthew Heon2017-12-14
* Initial checkin from CRI-O repoMatthew Heon2017-11-01