index
:
containers/podman.git
main
update-docs-for-podman-machine
forked from: https://github.com/containers/podman.git
User &
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
libpod
/
runtime_pod_linux.go
Commit message (
Expand
)
Author
Age
*
podman pod create --pid flag
cdoern
2021-07-15
*
cgroup: fix rootless --cgroup-parent with pods
Giuseppe Scrivano
2021-05-06
*
bump go module to v3
Valentin Rothberg
2021-02-22
*
Drop default log-level from error to warn
Daniel J Walsh
2020-12-03
*
Switch all references to github.com/containers/libpod -> podman
Daniel J Walsh
2020-07-28
*
move go module to v2
Valentin Rothberg
2020-07-06
*
Turn on More linters
Daniel J Walsh
2020-06-15
*
Fix errors found in coverity scan
Daniel J Walsh
2020-05-01
*
Add support for containers.conf
Daniel J Walsh
2020-03-27
*
Only modify conmon cgroup if we have running containers
Matthew Heon
2020-02-06
*
Deprecate & remove IsCtrSpecific in favor of IsAnon
Matthew Heon
2020-01-29
*
make lint: enable gocritic
Valentin Rothberg
2020-01-13
*
Remove volumes after containers in pod remove
Matthew Heon
2019-12-17
*
add libpod/config
Valentin Rothberg
2019-10-31
*
Fix error message on podman stats on cgroups v1 rootless environments
Daniel J Walsh
2019-08-19
*
Allow customizing pod hostname
Chen Zhiwei
2019-08-18
*
golangci-lint round #3
baude
2019-07-21
*
Ensure locks are freed when ctr/pod creation fails
Matthew Heon
2019-07-02
*
stats: fix cgroup path for rootless containers
Giuseppe Scrivano
2019-06-26
*
libpod: use pkg/cgroups instead of containerd/cgroups
Giuseppe Scrivano
2019-06-26
*
remove libpod from main
baude
2019-06-25
*
When removing pods, free their locks
Matthew Heon
2019-05-14
*
When removing a pod with CGroupfs, set pids limit to 0
Matthew Heon
2019-05-12
*
Use standard remove functions for removing pod ctrs
Matthew Heon
2019-05-10
*
Preserve errors returned by removing pods
Matthew Heon
2019-05-07
*
Improve robustness of pod removal
Matthew Heon
2019-05-07
*
Add event logging to libpod, even display to podman
baude
2019-03-11
*
Fix incorrect pod create failure
Peter Hunt
2019-03-06
*
pod infra container is started before a container in a pod is run, started, o...
Peter Hunt
2019-02-15
*
Remove runtime lockDir and add in-memory lock manager
Matthew Heon
2019-01-04
*
Convert pods to SHM locks
Matthew Heon
2019-01-04
*
Convert containers to SHM locking
Matthew Heon
2019-01-04
*
Remove conmon cgroup before pod cgroup for cgroupfs
Matthew Heon
2018-11-07
*
Add ability for ubuntu to be tested
baude
2018-10-03
*
Add ContainerStateExited and OCI delete() in cleanup()
Matthew Heon
2018-10-02
*
Start pod infra container when pod is created
baude
2018-09-06
*
Fixing network ns segfault
haircommander
2018-08-23
*
Change pause container to infra container
haircommander
2018-08-23
*
Added option to share kernel namespaces in libpod and podman
haircommander
2018-08-23
*
Create pod CGroups when using the systemd cgroup driver
Matthew Heon
2018-08-15
*
Fix CGroupFS cgroup manager cgroup creation for pods
Matthew Heon
2018-08-08
*
Set namespace for new pods/containers based on runtime
Matthew Heon
2018-07-24
*
Podman pod create/rm commands with man page and tests.
haircommander
2018-07-13
*
libpod/runtime_pod: Make removePod per-platform
W. Trevor King
2018-07-06
*
changes to allow for darwin compilation
baude
2018-06-29