summaryrefslogtreecommitdiff
path: root/libpod/oci_conmon_linux.go
Commit message (Expand)AuthorAge
* Do not error on signalling a just-stopped containerMatthew Heon2022-06-14
* sdnotify: send MAINPID only onceValentin Rothberg2022-06-14
* enable gocritic linterPaul Holzinger2022-04-26
* enable unparam linterPaul Holzinger2022-04-25
* Merge pull request #13093 from 0xC0ncord/selinux-conmon-agnosticOpenShift Merge Robot2022-04-12
|\
| * selinux: remove explicit range transition when starting conmonKenton Groombridge2022-03-08
* | Add option for pod logs to display different colors per container.gcalin2022-03-29
* | readConmonPipeData: try to improve errorPaul Holzinger2022-03-24
* | linter: enable nilerrValentin Rothberg2022-03-22
* | linter: enable wastedassignValentin Rothberg2022-03-22
* | bump golangci-lint to v1.45.0Valentin Rothberg2022-03-21
* | Merge pull request #13552 from vrothberg/go1.18OpenShift Merge Robot2022-03-18
|\ \
| * | go fmt: use go 1.18 conditional-build syntaxValentin Rothberg2022-03-18
| |/
* / podman machine: remove hostip from portPaul Holzinger2022-03-17
|/
* Propagate $CONTAINERS_CONF to conmonDavid Gibson2022-02-18
* compat attach: fix write on closed channelValentin Rothberg2022-01-18
* bump go module to version 4Valentin Rothberg2022-01-18
* Standardize on capatalized CgroupsDaniel J Walsh2022-01-14
* add OCI Runtime name to errorsDaniel J Walsh2022-01-06
* Update vendor or containers/common moving pkg/cgroups thereDaniel J Walsh2021-12-07
* checkpoint do not modify XDG_RUNTIME_DIRPaul Holzinger2021-11-24
* libpod: leave thread locked on errorsGiuseppe Scrivano2021-11-24
* Unset SocketLabel after system finishes checkpointingDaniel J Walsh2021-11-23
* Warn on failing to update container statusMatthew Heon2021-11-23
* oci: ack crun output when container is not thereAditya Rajan2021-11-23
* oci: exit gracefully if container is already deadAditya Rajan2021-11-23
* Merge pull request #12354 from Luap99/exit-commandOpenShift Merge Robot2021-11-18
|\
| * Do not store the exit command in container configPaul Holzinger2021-11-18
* | Add --file-locks checkpoint/restore optionRadostin Stoyanov2021-11-18
|/
* Added optional container restore statisticsAdrian Reber2021-11-15
* Added optional container checkpointing statisticsAdrian Reber2021-11-15
* oci: rename sub-cgroup to runtime instead of supervisorGiuseppe Scrivano2021-10-28
* Warn if podman stop timeout expires that sigkill was sentDaniel J Walsh2021-10-08
* Merge pull request #11878 from mheon/stop_stoppingOpenShift Merge Robot2021-10-06
|\
| * Ensure `podman ps --sync` functionsMatthew Heon2021-10-06
* | libpod: fix race when closing STDINPaul Holzinger2021-10-06
|/
* Merge pull request #11390 from giuseppe/logging-passthroughOpenShift Merge Robot2021-09-29
|\
| * logging: new mode -l passthroughGiuseppe Scrivano2021-09-27
* | libpod: do not call (*container).Config()Valentin Rothberg2021-09-28
|/
* standardize logrus messages to upper caseDaniel J Walsh2021-09-22
* libpod: rootful close binded portsPaul Holzinger2021-09-14
* Fix conmon attach socket buffer sizePaul Holzinger2021-09-09
* pass LISTEN_* environment into containerValentin Rothberg2021-08-31
* logs: adjust handling around partial log messagesNalin Dahyabhai2021-08-23
* Implement SD-NOTIFY proxy in conmonDaniel J Walsh2021-08-20
* Support checkpoint/restore with podsAdrian Reber2021-07-27
* Fix pre-checkpointingAdrian Reber2021-06-10
* fix container startup for empty pidfilePaul Holzinger2021-05-10
* Add podman run --timeout optionDaniel J Walsh2021-04-23
* Merge pull request #8979 from haircommander/full-attach-pathOpenShift Merge Robot2021-04-21
|\