| Commit message (Expand) | Author | Age |
* | add event for image build | Brent Baude | 2020-08-20 |
* | Change /sys/fs/cgroup/systemd mount to rprivate | Matthew Heon | 2020-08-20 |
* | vendor c/image v5.5.2 | Valentin Rothberg | 2020-08-20 |
* | Make changes to /etc/passwd on disk for non-read only | Matthew Heon | 2020-08-11 |
* | Add username to /etc/passwd inside of container if --userns keep-id | Daniel J Walsh | 2020-08-11 |
* | Fix close fds of exec --preserve-fds | Qi Wang | 2020-08-11 |
* | API returns 500 in case network is not found instead of 404 | zhangguanzhang | 2020-08-11 |
* | Ensure that exec errors write exit codes to the DB | Matthew Heon | 2020-08-11 |
* | fix podman logs --tail when log is bigger than pagesize | Paul Holzinger | 2020-08-11 |
* | image list: speed up | Valentin Rothberg | 2020-08-11 |
* | volumes: do not recurse when chowning | Giuseppe Scrivano | 2020-07-31 |
* | Ensure that 'rmi --force' evicts Podman containers | Matthew Heon | 2020-07-31 |
* | When chowning we should not follow symbolic link | Daniel J Walsh | 2020-07-31 |
* | log API: add context to allow for cancelling | Valentin Rothberg | 2020-07-22 |
* | Remove all instances of named return "err" from Libpod | Matthew Heon | 2020-07-22 |
* | Fix container and pod create commands for remote create | Matthew Heon | 2020-07-22 |
* | Add SystemdMode to inspect for containers | Matthew Heon | 2020-07-22 |
* | Fix lint | Matthew Heon | 2020-07-22 |
* | Populate remaining unused fields in `pod inspect` | Matthew Heon | 2020-07-22 |
* | Include infra container information in `pod inspect` | Matthew Heon | 2020-07-22 |
* | abi: set default umask and rlimits | Giuseppe Scrivano | 2020-07-22 |
* | Support default profile for apparmor | Daniel J Walsh | 2020-07-22 |
* | Merge pull request #7038 from vrothberg/2.0-events-endpoint | OpenShift Merge Robot | 2020-07-22 |
|\ |
|
| * | events endpoint: fix panic and race condition | Valentin Rothberg | 2020-07-21 |
* | | Switch references from libpod.conf to containers.conf | Daniel J Walsh | 2020-07-21 |
|/ |
|
* | search: allow wildcards | Valentin Rothberg | 2020-07-15 |
* | fix race condition in `libpod.GetEvents(...)` | Valentin Rothberg | 2020-07-07 |
* | container: move volume chown after spec generation | Giuseppe Scrivano | 2020-07-06 |
* | libpod: volume copyup honors namespace mappings | Giuseppe Scrivano | 2020-07-06 |
* | Fix `system service` panic from early hangup in events | Matthew Heon | 2020-07-06 |
* | Print errors from individual containers in pods | Matthew Heon | 2020-07-06 |
* | move go module to v2 | Valentin Rothberg | 2020-07-06 |
* | Set stop signal to 15 when not explicitly set | Matthew Heon | 2020-06-24 |
* | podman untag: error if tag doesn't exist | Valentin Rothberg | 2020-06-24 |
* | Reformat inspect network settings | Qi Wang | 2020-06-24 |
* | libpod: specify mappings to the storage | Giuseppe Scrivano | 2020-06-24 |
* | Use POLL_DURATION for timer | jgallucci32 | 2020-06-24 |
* | Stop following logs using timers | jgallucci32 | 2020-06-24 |
* | Poll on events for file reading | Brent Baude | 2020-06-19 |
* | Allow recursive dependency start with Init() | Matthew Heon | 2020-06-18 |
* | Merge pull request #6560 from mheon/fix_exec_logdriver | OpenShift Merge Robot | 2020-06-17 |
|\ |
|
| * | Do not share container log driver for exec | Matthew Heon | 2020-06-17 |
* | | Merge pull request #6522 from mheon/unless-stopped | OpenShift Merge Robot | 2020-06-17 |
|\ \ |
|
| * | | Add support for the unless-stopped restart policy | Matthew Heon | 2020-06-17 |
| |/ |
|
* / | Revert #6591 to fix issue with failed tests | jgallucci32 | 2020-06-17 |
|/ |
|
* | Fix podman-remote images | Daniel J Walsh | 2020-06-16 |
* | Merge pull request #6591 from jgallucci32/patch-1 | OpenShift Merge Robot | 2020-06-15 |
|\ |
|
| * | Remove redundant break in for loop. | jgallucci32 | 2020-06-15 |
| * | Do not print error message when container does not exist | jgallucci32 | 2020-06-12 |
| * | Changed from t.StopAtEOF() to t.Stop() and added error check | jgallucci32 | 2020-06-12 |