aboutsummaryrefslogtreecommitdiff
path: root/libpod/pod.go
Commit message (Expand)AuthorAge
* Convert pods to SHM locksMatthew Heon2019-01-04
* Allow users to expose ports from the pod to the hostbaude2018-11-20
* Swap from FFJSON to easyjsonMatthew Heon2018-08-24
* Fixing network ns segfaulthaircommander2018-08-23
* Change pause container to infra containerhaircommander2018-08-23
* Support pause containers in varlinkhaircommander2018-08-23
* Added option to share kernel namespaces in libpod and podmanhaircommander2018-08-23
* Changed GetContainerStats to return ErrCtrStateInvalidhaircommander2018-08-23
* podman pod statsbaude2018-08-17
* Ensure pod inspect is locked and validity-checkedMatthew Heon2018-08-11
* Split pod.go into 3 filesMatthew Heon2018-08-10
* add podman pod inspectbaude2018-08-09
* Ensure container and pod refresh picks up a StateMatthew Heon2018-07-31
* Add additional comments on accessing state in APIMatthew Heon2018-07-31
* Add pod pause/unpausehaircommander2018-07-27
* Added pod restarthaircommander2018-07-25
* Added pod.Restart() functionality to libpod.haircommander2018-07-25
* Add container and pod namespaces to configsMatthew Heon2018-07-24
* Added created time to pod statehaircommander2018-07-12
* Make CGroups cleanup optional on whether they existMatthew Heon2018-06-22
* Added a defer to an Unlock that immediately followed a Lockhaircommander2018-06-05
* Add per-pod CGroupsMatthew Heon2018-05-17
* Add pod stateMatthew Heon2018-05-17
* 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