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