| Commit message (Expand) | Author | Age |
* | 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 |
* | populate resolv.conf with dnsname responses when in usernamespace | Brent Baude | 2020-02-20 |
* | Do not copy up when volume is not empty | Matthew Heon | 2020-02-12 |
* | Tear down network when restarting containers | Matthew Heon | 2020-02-02 |
* | make lint: enable gocritic | Valentin Rothberg | 2020-01-13 |
* | address review comments before merge | baude | 2020-01-10 |
* | Initial commit on compatible API | Jhon Honce | 2020-01-10 |
* | Ensure SizeRw is shown when a user does 'inspect --size -t container'. | Neville Cain | 2019-12-27 |
* | if container is not in a pid namespace, stop all processes | Daniel J Walsh | 2019-12-19 |
* | Reap exec sessions on cleanup and removal | Matthew Heon | 2019-12-12 |
* | Add ContainerStateRemoving | Matthew Heon | 2019-11-19 |
* | Also delete winsz fifo | Peter Hunt | 2019-11-15 |
* | Add ensureState helper for checking container state | Matthew Heon | 2019-10-28 |
* | Add a MissingRuntime implementation | Matthew Heon | 2019-10-15 |