| Commit message (Expand) | Author | Age |
* | Merge pull request #7038 from vrothberg/2.0-events-endpoint | OpenShift Merge Robot | 2020-07-22 |
|\ |
|
| * | events endpoint: backwards compat to old type | Valentin Rothberg | 2020-07-21 |
| * | events endpoint: fix panic and race condition | Valentin Rothberg | 2020-07-21 |
* | | Merge pull request #7033 from rhatdan/v2.0 | OpenShift Merge Robot | 2020-07-21 |
|\ \
| |/
|/| |
|
| * | Switch references from libpod.conf to containers.conf | Daniel J Walsh | 2020-07-21 |
* | | Merge pull request #7029 from vrothberg/2.0-systemd-cleanups | OpenShift Merge Robot | 2020-07-21 |
|\ \
| |/
|/| |
|
| * | podman.service: set type to simple | Valentin Rothberg | 2020-07-21 |
| * | podman.service: set doc to podman-system-service | Valentin Rothberg | 2020-07-21 |
| * | podman.service: use default registries.conf | Valentin Rothberg | 2020-07-21 |
| * | podman.service: use default killmode | Valentin Rothberg | 2020-07-21 |
| * | podman.service: remove stop timeout | Valentin Rothberg | 2020-07-21 |
| * | systemd: symlink user->system | Valentin Rothberg | 2020-07-21 |
|/ |
|
* | Merge pull request #6996 from vrothberg/2.0-update-x/text | OpenShift Merge Robot | 2020-07-16 |
|\ |
|
| * | vendor golang.org/x/text@v0.3.3 | Valentin Rothberg | 2020-07-16 |
|/ |
|
* | Merge pull request #6910 from mheon/fix_out_of_range | OpenShift Merge Robot | 2020-07-15 |
|\ |
|
| * | Fix a bug where --pids-limit was parsed incorrectly | Matthew Heon | 2020-07-15 |
|/ |
|
* | Merge pull request #6921 from vrothberg/2.0-wildcard-search | OpenShift Merge Robot | 2020-07-15 |
|\ |
|
| * | search: allow wildcards | Valentin Rothberg | 2020-07-15 |
| * | [CI:DOCS]Do not copy policy.json into gating image | Brent Baude | 2020-07-15 |
| * | Fix systemd pid 1 test | Brent Baude | 2020-07-15 |
| * | Cirrus: Rotate keys post repo. rename | Chris Evich | 2020-07-15 |
|/ |
|
* | Merge pull request #6888 from mheon/bump_202 | OpenShift Merge Robot | 2020-07-07 |
|\ |
|
| * | Bump to v2.0.3-dev | Matthew Heon | 2020-07-07 |
| * | Bump to v2.0.2v2.0.2 | Matthew Heon | 2020-07-07 |
|/ |
|
* | Merge pull request #6883 from vrothberg/2.0-events-race | OpenShift Merge Robot | 2020-07-07 |
|\ |
|
| * | fix race condition in `libpod.GetEvents(...)` | Valentin Rothberg | 2020-07-07 |
* | | Merge pull request #6886 from mheon/final_202_relnotes | OpenShift Merge Robot | 2020-07-07 |
|\ \
| |/
|/| |
|
| * | Finalize release notes for Podman v2.0.2 | Matthew Heon | 2020-07-07 |
|/ |
|
* | Merge pull request #6873 from baude/v2.0disableconnection | OpenShift Merge Robot | 2020-07-07 |
|\ |
|
| * | remove podman system connection | Brent Baude | 2020-07-06 |
* | | Merge pull request #6874 from mheon/backport_mount_fix | OpenShift Merge Robot | 2020-07-06 |
|\ \
| |/
|/| |
|
| * | Fix bug where `podman mount` didn't error as rootless | Matthew Heon | 2020-07-06 |
|/ |
|
* | Merge pull request #6871 from mheon/202_backports | OpenShift Merge Robot | 2020-07-06 |
|\ |
|
| * | Fix imports to ensure v2 is used with libpod | Matthew Heon | 2020-07-06 |
| * | Update release notes for v2.0.2 | Matthew Heon | 2020-07-06 |
| * | specgen: fix order for setting rlimits | Ralf Haferkamp | 2020-07-06 |
| * | Ensure umask is set appropriately for 'system service' | Matthew Heon | 2020-07-06 |
| * | generate systemd: improve pod-flags filter | Valentin Rothberg | 2020-07-06 |
| * | Fix a bug with APIv2 compat network remove to log an ErrNetworkNotFound inste... | Maximilian Müller | 2020-07-06 |
| * | Fixes --remote flag issues | Jhon Honce | 2020-07-06 |
| * | Set console mode for windows | Brent Baude | 2020-07-06 |
| * | Allow empty host port in --publish flag | Matthew Heon | 2020-07-06 |
| * | Add a note on the APIs supported by `system service` | Matthew Heon | 2020-07-06 |
| * | fix: Don't override entrypoint if it's `nil` | maybe-sybr | 2020-07-06 |
| * | Set TMPDIR to /var/tmp by default if not set | Daniel J Walsh | 2020-07-06 |
| * | test: add tests for --user and volumes | Valentin Rothberg | 2020-07-06 |
| * | 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 |
| * | stop podman service in e2e tests | Brent Baude | 2020-07-06 |