| Commit message (Expand) | Author | Age |
* | Added a defer to an Unlock that immediately followed a Lock | haircommander | 2018-06-05 |
* | Add per-pod CGroups | Matthew Heon | 2018-05-17 |
* | Add pod state | Matthew Heon | 2018-05-17 |
* | Vendor in latest containers/image and contaners/storage | umohnani8 | 2018-04-19 |
* | Do not lock all containers during pod kill | Matthew Heon | 2018-04-12 |
* | Make pod stop lock one container at a time | Matthew Heon | 2018-04-12 |
* | Do not lock all containers during pod start | Matthew Heon | 2018-04-12 |
* | Refactor dependency checks from init() into public API | Matthew Heon | 2018-04-03 |
* | Only start containers that are not running in pod start | Matthew Heon | 2018-03-29 |
* | Change pod Start() to use container dependency graph | Matthew Heon | 2018-03-29 |
* | Check for duplicate names when generating new container and pod names. | Daniel J Walsh | 2018-03-29 |
* | Add StartAndAttach() API endpoint for containers | Matthew Heon | 2018-03-15 |
* | Implement container restarting | Matthew Heon | 2018-03-15 |
* | Remove extra pod Start code | Matthew Heon | 2018-03-13 |
* | Modify pod API to move Init() into Start() | Matthew Heon | 2018-03-13 |
* | Remove unnecessary booleans | Matthew Heon | 2018-02-22 |
* | Fix gofmt | Matthew Heon | 2018-02-22 |
* | Make operations on pod containers as a group independent | Matthew Heon | 2018-02-22 |
* | Fix gofmt | Matthew Heon | 2018-02-22 |
* | Add ability to start containers in a pod | Matthew Heon | 2018-02-22 |
* | Add kill and stop for pods | Matthew Heon | 2018-02-22 |
* | Add pod status command | Matthew Heon | 2018-02-22 |
* | Add FFJSON encoding/decoding for our container structs | Matthew Heon | 2018-02-16 |
* | Refactor Pod to use a Config struct | Matthew Heon | 2018-02-12 |
* | Add pod functions to BoltDB state | Matthew Heon | 2018-02-12 |
* | Fix bugs identified by unit tests | Matthew Heon | 2018-02-09 |
* | Rework state tests to avoid boilerplate. Begin adding pod tests. | Matthew Heon | 2018-02-09 |
* | Tear out pod containers map. Instead rely on state | Matthew Heon | 2018-02-09 |
* | Remove lock existence checks when creating pods/containers | Matthew Heon | 2017-12-14 |
* | Update pods to use file locks | Matthew Heon | 2017-12-14 |
* | Initial checkin from CRI-O repo | Matthew Heon | 2017-11-01 |