| Commit message (Expand) | Author | Age |
* | 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 |
| * | Fix -f logs to stop when a container exits | jgallucci32 | 2020-06-12 |
| * | Fix -f logs follow with stopped container | Qi Wang | 2020-06-11 |
* | | Turn on More linters | Daniel J Walsh | 2020-06-15 |
|/ |
|
* | Merge pull request #6415 from vrothberg/systemd-new-pod | OpenShift Merge Robot | 2020-06-11 |
|\ |
|
| * | generate systemd: create pod template | Valentin Rothberg | 2020-06-11 |
| * | generate systemd: refactor | Valentin Rothberg | 2020-06-11 |
| * | add (*Pod).CreateCommand() | Valentin Rothberg | 2020-06-11 |
| * | pod create: add `--infra-conmon-pidfile` | Valentin Rothberg | 2020-06-11 |
| * | pod config: add a `CreateCommand` field | Valentin Rothberg | 2020-06-11 |
* | | Merge pull request #6568 from giuseppe/fix-check-for-rootless-net | OpenShift Merge Robot | 2020-06-11 |
|\ \ |
|
| * | | libpod: fix check for slirp4netns netns | Giuseppe Scrivano | 2020-06-11 |
| |/ |
|
* | | Merge pull request #6529 from mheon/v6_ports | OpenShift Merge Robot | 2020-06-11 |
|\ \
| |/
|/| |
|
| * | Enable IPv6 port binding | Matthew Heon | 2020-06-10 |