summaryrefslogtreecommitdiff
path: root/libpod/pod.go
Commit message (Expand)AuthorAge
* bump go module to v3Valentin Rothberg2021-02-22
* Allow pods to use --net=noneMatthew Heon2021-02-02
* Add SELinux support for podsDaniel J Walsh2020-10-02
* Add support for slirp network for podsAshley Cui2020-09-25
* Fix podman pod create --infra-command and --infra-imageDaniel J Walsh2020-09-16
* Ensure pod infra containers have an exit commandMatthew Heon2020-08-13
* Switch all references to github.com/containers/libpod -> podmanDaniel J Walsh2020-07-28
* move go module to v2Valentin Rothberg2020-07-06
* generate systemd: create pod templateValentin Rothberg2020-06-11
* generate systemd: refactorValentin Rothberg2020-06-11
* add (*Pod).CreateCommand()Valentin Rothberg2020-06-11
* pod create: add `--infra-conmon-pidfile`Valentin Rothberg2020-06-11
* pod config: add a `CreateCommand` fieldValentin Rothberg2020-06-11
* Ensure that containers in pods properly set hostnameMatthew Heon2020-06-04
* Fix bug where pods would unintentionally share cgroupnsMatthew Heon2020-05-08
* v2 podman statsbaude2020-05-05
* Enable pod inspect integration testSujil022020-04-26
* Update pod bindings and Add test to validate prune pod apiv2 binding.Sujil022020-02-28
* Add ability for pods to use the host networkMatthew Heon2020-02-17
* Add backend code for pod network optionsMatthew Heon2020-02-04
* Allow customizing pod hostnameChen Zhiwei2019-08-18
* remove libpod from mainbaude2019-06-25
* Purge all use of easyjson and ffjson in libpodMatthew Heon2019-06-13
* 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