summaryrefslogtreecommitdiff
path: root/libpod/pod_api.go
Commit message (Expand)AuthorAge
* Fix lintMatthew Heon2020-07-22
* Populate remaining unused fields in `pod inspect`Matthew Heon2020-07-22
* Include infra container information in `pod inspect`Matthew Heon2020-07-22
* Print errors from individual containers in podsMatthew Heon2020-07-06
* move go module to v2Valentin Rothberg2020-07-06
* Turn on More lintersDaniel J Walsh2020-06-15
* 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
* Update pod inspect report to hold current pod status.Sujil022020-04-20
* podman v2 remove bloat v2Brent Baude2020-04-16
* Update pod bindings and Add test to validate prune pod apiv2 binding.Sujil022020-02-28
* if container is not in a pid namespace, stop all processesDaniel J Walsh2019-12-19
* codespell: spelling correctionsDmitry Smirnov2019-11-13
* Move OCI runtime implementation behind an interfaceMatthew Heon2019-10-10
* Report errors when trying to pause rootless containersDaniel J Walsh2019-09-13
* generate systemd: support pods and geneartig filesValentin Rothberg2019-08-21
* libpod removal from main (phase 2)baude2019-06-27
* remove libpod from mainbaude2019-06-25
* Begin adding support for multiple OCI runtimesMatthew Heon2019-06-19
* Sending signals to containers prevents restart policyMatthew Heon2019-05-03
* Remove ulele/deepcopier in favor of JSON deep copyMatthew Heon2019-03-27
* Add event logging to libpod, even display to podmanbaude2019-03-11
* add timeout to pod stopbaude2018-12-07
* Add ContainerStateExited and OCI delete() in cleanup()Matthew Heon2018-10-02
* Fixing network ns segfaulthaircommander2018-08-23
* Change pause container to infra containerhaircommander2018-08-23
* Added option to share kernel namespaces in libpod and podmanhaircommander2018-08-23
* Change batchcontainer to sharedhaircommander2018-08-16
* Moved getPodStatus to pod API to be used in varlinkhaircommander2018-08-16
* Updated pod_api to reflect function spechaircommander2018-08-14
* Ensure pod inspect is locked and validity-checkedMatthew Heon2018-08-11
* Split pod.go into 3 filesMatthew Heon2018-08-10