| Commit message (Expand) | Author | Age |
* | Merge pull request #6846 from mheon/fix_pod_errors | OpenShift Merge Robot | 2020-07-06 |
|\ |
|
| * | Print errors from individual containers in pods | Matthew Heon | 2020-07-02 |
* | | Fix `system service` panic from early hangup in events | Matthew Heon | 2020-07-02 |
|/ |
|
* | Merge pull request #6747 from giuseppe/fix-user-volumes | OpenShift Merge Robot | 2020-06-30 |
|\ |
|
| * | container: move volume chown after spec generation | Giuseppe Scrivano | 2020-06-29 |
| * | libpod: volume copyup honors namespace mappings | Giuseppe Scrivano | 2020-06-29 |
* | | Merge pull request #6666 from giuseppe/conmon-delegate | OpenShift Merge Robot | 2020-06-29 |
|\ \ |
|
| * | | podman: add new cgroup mode split | Giuseppe Scrivano | 2020-06-25 |
| |/ |
|
* / | Add support for dangling filter to volumes | Matthew Heon | 2020-06-24 |
|/ |
|
* | Merge pull request #6732 from mheon/fix_stopsignal_set | OpenShift Merge Robot | 2020-06-24 |
|\ |
|
| * | Set stop signal to 15 when not explicitly set | Matthew Heon | 2020-06-24 |
* | | Merge pull request #6746 from vrothberg/untag | OpenShift Merge Robot | 2020-06-24 |
|\ \ |
|
| * | | podman untag: error if tag doesn't exist | Valentin Rothberg | 2020-06-24 |
| |/ |
|
* | | Merge pull request #6729 from QiWang19/inspect-format | OpenShift Merge Robot | 2020-06-24 |
|\ \ |
|
| * | | Reformat inspect network settings | Qi Wang | 2020-06-23 |
| |/ |
|
* / | libpod: specify mappings to the storage | Giuseppe Scrivano | 2020-06-24 |
|/ |
|
* | Merge pull request #6625 from QiWang19/fd | OpenShift Merge Robot | 2020-06-23 |
|\ |
|
| * | Add --preservefds to podman run | Qi Wang | 2020-06-19 |
* | | Merge pull request #6702 from jgallucci32/follow-logs-poll | OpenShift Merge Robot | 2020-06-22 |
|\ \ |
|
| * | | Use POLL_DURATION for timer | jgallucci32 | 2020-06-21 |
| * | | Stop following logs using timers | jgallucci32 | 2020-06-20 |
* | | | Add container name to the /etc/hosts within the container | Daniel J Walsh | 2020-06-20 |
|/ / |
|
* | | Merge pull request #6621 from vrothberg/bz-1846629 | OpenShift Merge Robot | 2020-06-20 |
|\ \ |
|
| * | | search: allow wildcards | Valentin Rothberg | 2020-06-19 |
| |/ |
|
* / | 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 |
* | | Fixed bug where 'podman log <container>' would truncate some lines. | Will Haines | 2020-06-10 |