summaryrefslogtreecommitdiff
path: root/libpod/runtime_pod_linux.go
Commit message (Expand)AuthorAge
* Merge pull request #13398 from giuseppe/fix-warning-pod-create-rmOpenShift Merge Robot2022-03-22
|\
| * libpod: drop warning if cgroup doesn't existGiuseppe Scrivano2022-03-02
* | libpod: pods do not use cgroups if --cgroups=disabledGiuseppe Scrivano2022-03-03
|/
* Remove the runtime lockMatthew Heon2022-02-22
* bump go module to version 4Valentin Rothberg2022-01-18
* Standardize on capatalized CgroupsDaniel J Walsh2022-01-14
* Update vendor or containers/common moving pkg/cgroups thereDaniel J Walsh2021-12-07
* pod/container create: resolve conflicts of generated namesValentin Rothberg2021-11-08
* Remove infra ID from DB before removing containersMatthew Heon2021-10-20
* Merge pull request #11851 from cdoern/podRmOpenShift Merge Robot2021-10-20
|\
| * Pod Rm Infra Improvementscdoern2021-10-18
* | Add --time out for podman * rm -f commandsDaniel J Walsh2021-10-04
|/
* standardize logrus messages to upper caseDaniel J Walsh2021-09-22
* InfraContainer Reworkcdoern2021-08-26
* podman pod create --pid flagcdoern2021-07-15
* cgroup: fix rootless --cgroup-parent with podsGiuseppe Scrivano2021-05-06
* bump go module to v3Valentin Rothberg2021-02-22
* Drop default log-level from error to warnDaniel J Walsh2020-12-03
* Switch all references to github.com/containers/libpod -> podmanDaniel J Walsh2020-07-28
* move go module to v2Valentin Rothberg2020-07-06
* Turn on More lintersDaniel J Walsh2020-06-15
* Fix errors found in coverity scanDaniel J Walsh2020-05-01
* Add support for containers.confDaniel J Walsh2020-03-27
* Only modify conmon cgroup if we have running containersMatthew Heon2020-02-06
* Deprecate & remove IsCtrSpecific in favor of IsAnonMatthew Heon2020-01-29
* make lint: enable gocriticValentin Rothberg2020-01-13
* Remove volumes after containers in pod removeMatthew Heon2019-12-17
* add libpod/configValentin Rothberg2019-10-31
* Fix error message on podman stats on cgroups v1 rootless environmentsDaniel J Walsh2019-08-19
* Allow customizing pod hostnameChen Zhiwei2019-08-18
* golangci-lint round #3baude2019-07-21
* Ensure locks are freed when ctr/pod creation failsMatthew Heon2019-07-02
* stats: fix cgroup path for rootless containersGiuseppe Scrivano2019-06-26
* libpod: use pkg/cgroups instead of containerd/cgroupsGiuseppe Scrivano2019-06-26
* remove libpod from mainbaude2019-06-25
* When removing pods, free their locksMatthew Heon2019-05-14
* When removing a pod with CGroupfs, set pids limit to 0Matthew Heon2019-05-12
* Use standard remove functions for removing pod ctrsMatthew Heon2019-05-10
* Preserve errors returned by removing podsMatthew Heon2019-05-07
* Improve robustness of pod removalMatthew Heon2019-05-07
* Add event logging to libpod, even display to podmanbaude2019-03-11
* Fix incorrect pod create failurePeter Hunt2019-03-06
* pod infra container is started before a container in a pod is run, started, o...Peter Hunt2019-02-15
* Remove runtime lockDir and add in-memory lock managerMatthew Heon2019-01-04
* Convert pods to SHM locksMatthew Heon2019-01-04
* Convert containers to SHM lockingMatthew Heon2019-01-04
* Remove conmon cgroup before pod cgroup for cgroupfsMatthew Heon2018-11-07
* Add ability for ubuntu to be testedbaude2018-10-03
* Add ContainerStateExited and OCI delete() in cleanup()Matthew Heon2018-10-02
* Start pod infra container when pod is createdbaude2018-09-06