summaryrefslogtreecommitdiff
path: root/libpod/oci_conmon_linux.go
AgeCommit message (Expand)Author
2020-11-04Only use container/storage/pkg/homedir.Get()Daniel J Walsh
2020-10-30Stop excessive wrapping of errorsDaniel J Walsh
2020-10-08Store cgroup manager on a per-container basisMatthew Heon
2020-10-06Merge pull request #7929 from kolyshkin/nits-errOpenShift Merge Robot
2020-10-05Lowercase some errorsKir Kolyshkin
2020-10-05Remove excessive error wrappingKir Kolyshkin
2020-10-05Support max_size logoptionsDaniel J Walsh
2020-09-24HTTP Attach: Wait until both STDIN and STDOUT finishMatthew Heon
2020-09-23Fix a bug where log-driver json-file was made no logsMatthew Heon
2020-09-11Merge pull request #7403 from QiWang19/runtime-flagOpenShift Merge Robot
2020-09-09rootless: support `podman network create` (CNI-in-slirp4netns)Akihiro Suda
2020-09-04Add global options --runtime-flagsQi Wang
2020-08-27Fix up some error messagesMatthew Heon
2020-08-27Send HTTP Hijack headers after successful attachMatthew Heon
2020-07-30fix close fds of run --preserve-fdsQi Wang
2020-07-28Switch all references to github.com/containers/libpod -> podmanDaniel J Walsh
2020-07-09Remove all instances of named return "err" from LibpodMatthew Heon
2020-07-06Implement --sdnotify cmdline option to control sd-notify behaviorJoseph Gooch
2020-07-06move go module to v2Valentin Rothberg
2020-06-25podman: add new cgroup mode splitGiuseppe Scrivano
2020-06-19Add --preservefds to podman runQi Wang
2020-06-17Do not share container log driver for execMatthew Heon
2020-06-08Ensure Conmon is alive before waiting for exit fileMatthew Heon
2020-05-20Add exit commands to exec sessionsMatthew Heon
2020-05-20oci conmon: tell conmon to log container namePeter Hunt
2020-05-15Drop a debug line which could print very large messagesMatthew Heon
2020-05-14Remove duplicated exec handling codeMatthew Heon
2020-05-14Fix start order for APIv2 exec start endpointMatthew Heon
2020-05-14Add an initial implementation of HTTP-forwarded execMatthew Heon
2020-05-13WIP V2 attach bindings and testJhon Honce
2020-05-01Fix errors found in coverity scanDaniel J Walsh
2020-04-16podman v2 remove bloat v2Brent Baude
2020-04-15Add support for selecting kvm and systemd labelsDaniel J Walsh
2020-04-13Improve APIv2 support for AttachMatthew Heon
2020-04-06refactor infoBrent Baude
2020-04-03Merge pull request #5707 from adrianreber/crun-checkpoint-1OpenShift Merge Robot
2020-04-03checkpoint: handle XDG_RUNTIME_DIRAdrian Reber
2020-04-03checkpoint: change runtime checkpoint support testAdrian Reber
2020-04-03Pass path environment down to the OCI runtimeDaniel J Walsh
2020-04-02attach: fix hang if control path is deletedGiuseppe Scrivano
2020-03-27Add support for containers.confDaniel J Walsh
2020-03-25Ensure that exec sends resize eventsMatthew Heon
2020-03-18Add structure for new exec session tracking to DBMatthew Heon
2020-03-18podman: avoid conmon zombie on execGiuseppe Scrivano
2020-03-10update systemd & dbus dependenciesValentin Rothberg
2020-03-09Revert "exec: get the exit code from sync pipe instead of file"Matthew Heon
2020-03-09Revert "Exec: use ErrorConmonRead"Matthew Heon
2020-03-03Exec: use ErrorConmonReadPeter Hunt
2020-03-03exec: get the exit code from sync pipe instead of filePeter Hunt
2020-02-28Ensure that exec sessions inherit supplemental groupsMatthew Heon