aboutsummaryrefslogtreecommitdiff
path: root/libpod/oci_conmon_exec_linux.go
Commit message (Expand)AuthorAge
* libpod: Factor out capabilites code from prepareProcessExecDoug Rabson2022-09-07
* libpod: Move oci_conmon_exec_linux.go to oci_conmon_exec_common.goDoug Rabson2022-08-18
* use c/common code for resize and CopyDetachablePaul Holzinger2022-07-06
* libpod: switch to golang native error wrappingSascha Grunert2022-07-05
* play kube log tag handlingcdoern2022-05-06
* 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
* | do not set the inheritable capabilitiesGiuseppe Scrivano2022-03-23
|/
* fix: Multiplication of durationsmyml2022-02-08
* libpod: fix leaking fdGiuseppe Scrivano2022-01-24
* bump go module to version 4Valentin Rothberg2022-01-18
* add OCI Runtime name to errorsDaniel J Walsh2022-01-06
* libpod: fix race when closing STDINPaul Holzinger2021-10-06
* standardize logrus messages to upper caseDaniel J Walsh2021-09-22
* Merge pull request #11376 from ashley-cui/envsecOpenShift Merge Robot2021-09-01
|\
| * Make secret env var available to exec sessionAshley Cui2021-08-31
* | pass LISTEN_* environment into containerValentin Rothberg2021-08-31
|/
* Implement SD-NOTIFY proxy in conmonDaniel J Walsh2021-08-20
* Perform a one-sided close of HTTP attach conn on EOFMatthew Heon2021-07-13
* Fix resize race with podman exec -itPaul Holzinger2021-06-16
* oci: drop ExecContainerCleanupPeter Hunt2021-04-16
* oci: use `--full-path` option for conmonPeter Hunt2021-04-16
* Ensure that `--userns=keep-id` sets user in configMatthew Heon2021-04-06
* prune remotecommand dependencybaude2021-02-25
* bump go module to v3Valentin Rothberg2021-02-22
* remote exec: write conmon error on hijacked connectionValentin Rothberg2021-01-27
* oci: use /proc/self/fd/FD to open unix socketGiuseppe Scrivano2021-01-12
* Handle podman exec capabilities correctlyDaniel J Walsh2021-01-07
* libpod: change function to accept ExecOptionsGiuseppe Scrivano2020-12-24
* Drop default log-level from error to warnDaniel J Walsh2020-12-03
* Only use container/storage/pkg/homedir.Get()Daniel J Walsh2020-11-04
* HTTP Attach: Wait until both STDIN and STDOUT finishMatthew Heon2020-09-24
* Send HTTP Hijack headers after successful attachMatthew Heon2020-08-27
* Fix close fds of exec --preserve-fdsQi Wang2020-07-31
* Switch all references to github.com/containers/libpod -> podmanDaniel J Walsh2020-07-28
* Implement --sdnotify cmdline option to control sd-notify behaviorJoseph Gooch2020-07-06
* move go module to v2Valentin Rothberg2020-07-06
* Do not share container log driver for execMatthew Heon2020-06-17
* Enable detached exec for remoteMatthew Heon2020-06-02
* Add backend code for detached execMatthew Heon2020-05-20
* Add exit commands to exec sessionsMatthew Heon2020-05-20