| Commit message (Expand) | Author | Age |
* | Merge pull request #15511 from rhatdan/codespell | OpenShift Merge Robot | 2022-09-12 |
|\ |
|
| * | Fix stutters | Daniel J Walsh | 2022-09-10 |
* | | refactor: use `os.ReadDir` for lightweight directory reading | Eng Zer Jun | 2022-09-11 |
|/ |
|
* | implement podman update | Charlie Doern | 2022-09-01 |
* | Inhibit SIGTERM during Conmon startup | Matthew Heon | 2022-08-31 |
* | libpod: Move uses of unix.O_PATH to container_internal_linux.go | Doug Rabson | 2022-08-17 |
* | libpod: Move rootless network setup details to container_internal_linux.go | Doug Rabson | 2022-08-17 |
* | libpod: allow the notify socket to be passed programatically | Valentin Rothberg | 2022-08-10 |
* | syncContainer: transition from `stopping` to `exited` | Valentin Rothberg | 2022-07-27 |
* | pkg,libpod: remove pkg/hooks and use hooks from c/common | Aditya R | 2022-07-20 |
* | [CI:DOCS] Improve language. Fix spelling and typos. | Erik Sjölund | 2022-07-11 |
* | libpod: read exit code when cleaning up the runtime | Valentin Rothberg | 2022-07-11 |
* | libpod: switch to golang native error wrapping | Sascha Grunert | 2022-07-05 |
* | Merge pull request #14720 from sstosh/rm-option | openshift-ci[bot] | 2022-06-29 |
|\ |
|
| * | Fix: Prevent OCI runtime directory remain | Toshiki Sonoda | 2022-06-24 |
* | | volume: new options [no]copy | Giuseppe Scrivano | 2022-06-27 |
* | | volume: drop TODO comment | Giuseppe Scrivano | 2022-06-27 |
* | | volumes: switch order of checks | Giuseppe Scrivano | 2022-06-27 |
* | | libpod: fix wait and exit-code logic | Valentin Rothberg | 2022-06-23 |
|/ |
|
* | Fix spelling "setup" -> "set up" and similar | Erik Sjölund | 2022-06-22 |
* | Merge pull request #14220 from Luap99/resolvconf | OpenShift Merge Robot | 2022-06-07 |
|\ |
|
| * | use resolvconf package from c/common/libnetwork | Paul Holzinger | 2022-06-07 |
* | | libpod: store network status when userns is used | Paul Holzinger | 2022-06-07 |
|/ |
|
* | pod: add exit policies | Valentin Rothberg | 2022-05-02 |
* | Merge pull request #13973 from Luap99/linter-revive | OpenShift Merge Robot | 2022-04-23 |
|\ |
|
| * | replace golint with revive linter | Paul Holzinger | 2022-04-22 |
* | | use etchosts package from c/common | Paul Holzinger | 2022-04-22 |
|/ |
|
* | Add support for checkpoint image | Radostin Stoyanov | 2022-04-20 |
* | Add support for ipc namespace modes "none, private, sharable" | Daniel J Walsh | 2022-04-12 |
* | fix pod volume passing and alter infra inheritance | cdoern | 2022-03-29 |
* | Switch all calls to filepath.Walk to filepath.WalkDir | Daniel J Walsh | 2022-03-27 |
* | Merge pull request #13585 from flouthoc/fix-no-healthcheck | OpenShift Merge Robot | 2022-03-22 |
|\ |
|
| * | healthcheck: stop showing wrong status when --no-healthcheck is set | Aditya R | 2022-03-22 |
* | | libpod: drop warning for Fedora 31 | Giuseppe Scrivano | 2022-03-21 |
|/ |
|
* | Implement Podman Container Clone | cdoern | 2022-02-20 |
* | bump go module to version 4 | Valentin Rothberg | 2022-01-18 |
* | Standardize on capatalized Cgroups | Daniel J Walsh | 2022-01-14 |
* | Merge pull request #12733 from rhatdan/copy | OpenShift Merge Robot | 2022-01-07 |
|\ |
|
| * | Set volume NeedsCopyUp to false iff data was copied up | Daniel J Walsh | 2022-01-06 |
* | | Prevent double decoding of storage options | Riyad Preukschas | 2022-01-07 |
|/ |
|
* | Support all volume mounts for rootless containers | Daniel J Walsh | 2022-01-04 |
* | Merge pull request #12625 from adrianreber/2021-12-16-podman-inspect | OpenShift Merge Robot | 2021-12-17 |
|\ |
|
| * | Add more checkpoint/restore information to 'inspect' | Adrian Reber | 2021-12-17 |
* | | Removed .service file for healthchecks | Brent Baude | 2021-12-16 |
|/ |
|
* | container restore/import: store networks from db | Paul Holzinger | 2021-12-14 |
* | Update vendor or containers/common moving pkg/cgroups there | Daniel J Walsh | 2021-12-07 |
* | rename libpod nettypes fields | Paul Holzinger | 2021-11-16 |
* | Added optional container restore statistics | Adrian Reber | 2021-11-15 |
* | libpod: create /etc/mtab safely | Giuseppe Scrivano | 2021-11-11 |
* | Fix rootless networking with userns and ports | Paul Holzinger | 2021-11-09 |