| Commit message (Expand) | Author | Age |
* | sdnotify: send MAINPID only once | Valentin Rothberg | 2022-05-12 |
* | enable gocritic linter | Paul Holzinger | 2022-04-26 |
* | enable unparam linter | Paul Holzinger | 2022-04-25 |
* | Merge pull request #13093 from 0xC0ncord/selinux-conmon-agnostic | OpenShift Merge Robot | 2022-04-12 |
|\ |
|
| * | selinux: remove explicit range transition when starting conmon | Kenton Groombridge | 2022-03-08 |
* | | Add option for pod logs to display different colors per container. | gcalin | 2022-03-29 |
* | | readConmonPipeData: try to improve error | Paul Holzinger | 2022-03-24 |
* | | linter: enable nilerr | Valentin Rothberg | 2022-03-22 |
* | | linter: enable wastedassign | Valentin Rothberg | 2022-03-22 |
* | | bump golangci-lint to v1.45.0 | Valentin Rothberg | 2022-03-21 |
* | | Merge pull request #13552 from vrothberg/go1.18 | OpenShift Merge Robot | 2022-03-18 |
|\ \ |
|
| * | | go fmt: use go 1.18 conditional-build syntax | Valentin Rothberg | 2022-03-18 |
| |/ |
|
* / | podman machine: remove hostip from port | Paul Holzinger | 2022-03-17 |
|/ |
|
* | Propagate $CONTAINERS_CONF to conmon | David Gibson | 2022-02-18 |
* | compat attach: fix write on closed channel | Valentin Rothberg | 2022-01-18 |
* | bump go module to version 4 | Valentin Rothberg | 2022-01-18 |
* | Standardize on capatalized Cgroups | Daniel J Walsh | 2022-01-14 |
* | add OCI Runtime name to errors | Daniel J Walsh | 2022-01-06 |
* | Update vendor or containers/common moving pkg/cgroups there | Daniel J Walsh | 2021-12-07 |
* | checkpoint do not modify XDG_RUNTIME_DIR | Paul Holzinger | 2021-11-24 |
* | libpod: leave thread locked on errors | Giuseppe Scrivano | 2021-11-24 |
* | Unset SocketLabel after system finishes checkpointing | Daniel J Walsh | 2021-11-23 |
* | Warn on failing to update container status | Matthew Heon | 2021-11-23 |
* | oci: ack crun output when container is not there | Aditya Rajan | 2021-11-23 |
* | oci: exit gracefully if container is already dead | Aditya Rajan | 2021-11-23 |
* | Merge pull request #12354 from Luap99/exit-command | OpenShift Merge Robot | 2021-11-18 |
|\ |
|
| * | Do not store the exit command in container config | Paul Holzinger | 2021-11-18 |
* | | Add --file-locks checkpoint/restore option | Radostin Stoyanov | 2021-11-18 |
|/ |
|
* | Added optional container restore statistics | Adrian Reber | 2021-11-15 |
* | Added optional container checkpointing statistics | Adrian Reber | 2021-11-15 |
* | oci: rename sub-cgroup to runtime instead of supervisor | Giuseppe Scrivano | 2021-10-28 |
* | Warn if podman stop timeout expires that sigkill was sent | Daniel J Walsh | 2021-10-08 |
* | Merge pull request #11878 from mheon/stop_stopping | OpenShift Merge Robot | 2021-10-06 |
|\ |
|
| * | Ensure `podman ps --sync` functions | Matthew Heon | 2021-10-06 |
* | | libpod: fix race when closing STDIN | Paul Holzinger | 2021-10-06 |
|/ |
|
* | Merge pull request #11390 from giuseppe/logging-passthrough | OpenShift Merge Robot | 2021-09-29 |
|\ |
|
| * | logging: new mode -l passthrough | Giuseppe Scrivano | 2021-09-27 |
* | | libpod: do not call (*container).Config() | Valentin Rothberg | 2021-09-28 |
|/ |
|
* | standardize logrus messages to upper case | Daniel J Walsh | 2021-09-22 |
* | libpod: rootful close binded ports | Paul Holzinger | 2021-09-14 |
* | Fix conmon attach socket buffer size | Paul Holzinger | 2021-09-09 |
* | pass LISTEN_* environment into container | Valentin Rothberg | 2021-08-31 |
* | logs: adjust handling around partial log messages | Nalin Dahyabhai | 2021-08-23 |
* | Implement SD-NOTIFY proxy in conmon | Daniel J Walsh | 2021-08-20 |
* | Support checkpoint/restore with pods | Adrian Reber | 2021-07-27 |
* | Fix pre-checkpointing | Adrian Reber | 2021-06-10 |
* | fix container startup for empty pidfile | Paul Holzinger | 2021-05-10 |
* | Add podman run --timeout option | Daniel J Walsh | 2021-04-23 |
* | Merge pull request #8979 from haircommander/full-attach-path | OpenShift Merge Robot | 2021-04-21 |
|\ |
|
| * | oci: use `--full-path` option for conmon | Peter Hunt | 2021-04-16 |