summaryrefslogtreecommitdiff
path: root/libpod/pod.go
Commit message (Expand)AuthorAge
* 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