| Commit message (Expand) | Author | Age |
* | Initial implementation of volume plugins | Matthew Heon | 2021-01-14 |
* | Merge pull request #8906 from vrothberg/fix-8501 | OpenShift Merge Robot | 2021-01-14 |
|\ |
|
| * | container stop: release lock before calling the runtime | Valentin Rothberg | 2021-01-14 |
* | | Fxes /etc/hosts duplicated every time after container restarted in a pod | zhangguanzhang | 2021-01-13 |
* | | add pre checkpoint | unknown | 2021-01-10 |
|/ |
|
* | Spelling | Josh Soref | 2020-12-22 |
* | Drop default log-level from error to warn | Daniel J Walsh | 2020-12-03 |
* | Merge pull request #8263 from rhatdan/restart | OpenShift Merge Robot | 2020-11-23 |
|\ |
|
| * | Allow containers to --restart on-failure with --rm | Daniel J Walsh | 2020-11-20 |
* | | Make c.networks() list include the default network | Matthew Heon | 2020-11-20 |
|/ |
|
* | Merge pull request #8298 from mheon/db_network_connect | OpenShift Merge Robot | 2020-11-12 |
|\ |
|
| * | Add support for network connect / disconnect to DB | Matthew Heon | 2020-11-11 |
* | | Ensure we do not double-lock the same volume in create | Matthew Heon | 2020-11-11 |
|/ |
|
* | Stop excessive wrapping of errors | Daniel J Walsh | 2020-10-30 |
* | new "image" mount type | Valentin Rothberg | 2020-10-29 |
* | Populate /etc/hosts file when run in a user namespace | Daniel J Walsh | 2020-10-07 |
* | Remove excessive error wrapping | Kir Kolyshkin | 2020-10-05 |
* | Fix up errors found by codespell | Daniel J Walsh | 2020-09-11 |
* | Merge pull request #7578 from giuseppe/join-userns-reuse-mappings | OpenShift Merge Robot | 2020-09-10 |
|\ |
|
| * | libpod: read mappings when joining a container userns | Giuseppe Scrivano | 2020-09-10 |
* | | rootless: support `podman network create` (CNI-in-slirp4netns) | Akihiro Suda | 2020-09-09 |
|/ |
|
* | fix apiv2 will create containers with incorrect commands | zhangguanzhang | 2020-08-24 |
* | volumes: do not recurse when chowning | Giuseppe Scrivano | 2020-07-31 |
* | Switch all references to github.com/containers/libpod -> podman | Daniel J Walsh | 2020-07-28 |
* | When chowning we should not follow symbolic link | Daniel J Walsh | 2020-07-27 |
* | Add support for overlay volume mounts in podman. | Qi Wang | 2020-07-20 |
* | Preserve passwd on container restart | Matthew Heon | 2020-07-15 |
* | Remove all instances of named return "err" from Libpod | Matthew Heon | 2020-07-09 |
* | Implement --sdnotify cmdline option to control sd-notify behavior | Joseph Gooch | 2020-07-06 |
* | move go module to v2 | Valentin Rothberg | 2020-07-06 |
* | container: move volume chown after spec generation | Giuseppe Scrivano | 2020-06-29 |
* | libpod: volume copyup honors namespace mappings | Giuseppe Scrivano | 2020-06-29 |
* | libpod: specify mappings to the storage | Giuseppe Scrivano | 2020-06-24 |
* | Turn on More linters | Daniel J Walsh | 2020-06-15 |
* | Ensure Conmon is alive before waiting for exit file | Matthew Heon | 2020-06-08 |
* | Fix remote integration for healthchecks | Brent Baude | 2020-05-20 |
* | Fix lint | Matthew Heon | 2020-05-14 |
* | Remove exec sessions on container restart | Matthew Heon | 2020-05-14 |
* | Cleanup OCI runtime before storage | Matthew Heon | 2020-05-14 |
* | Fix SELinux functions names to not be repetitive | Daniel J Walsh | 2020-04-23 |
* | Move selinux labeling support from pkg/util to pkg/selinux | Daniel J Walsh | 2020-04-22 |
* | Add support for selecting kvm and systemd labels | Daniel J Walsh | 2020-04-15 |
* | userns: support --userns=auto | Giuseppe Scrivano | 2020-04-06 |
* | Add support for containers.conf | Daniel J Walsh | 2020-03-27 |
* | Attempt manual removal of CNI IP allocations on refresh | Matthew Heon | 2020-03-19 |
* | Add structure for new exec session tracking to DB | Matthew Heon | 2020-03-18 |
* | Revert "exec: get the exit code from sync pipe instead of file" | Matthew Heon | 2020-03-09 |
* | Fix spelling mistakes in code found by codespell | Daniel J Walsh | 2020-03-07 |
* | exec: get the exit code from sync pipe instead of file | Peter Hunt | 2020-03-03 |
* | Add basic deadlock detection for container start/remove | Matthew Heon | 2020-02-24 |