summaryrefslogtreecommitdiff
path: root/libpod/oci_conmon_linux.go
Commit message (Expand)AuthorAge
* 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
|\
| * oci_conmon: do not create a cgroup under systemdGiuseppe Scrivano2020-01-16
| * podman: add new option --cgroups=no-conmonGiuseppe Scrivano2020-01-16
* | Add an API for Attach over HTTP APIMatthew Heon2020-01-16
|/
* oci_conmon: not make accessible dirs if not neededGiuseppe Scrivano2020-01-14
* make lint: enable gocriticValentin Rothberg2020-01-13
* Merge pull request #4805 from giuseppe/log-tagOpenShift Merge Robot2020-01-10
|\
| * log: support --log-opt tag=Giuseppe Scrivano2020-01-10
* | Merge pull request #4818 from haircommander/piped-exec-fixOpenShift Merge Robot2020-01-09
|\ \ | |/ |/|
| * exec: fix pipesPeter Hunt2020-01-08
* | fix lint: correct func identifier in commentValentin Rothberg2020-01-08
* | rootless: use RootlessKit port forwarderAkihiro Suda2020-01-08
|/
* Reap exec sessions on cleanup and removalMatthew Heon2019-12-12