aboutsummaryrefslogtreecommitdiff
path: root/libpod/container_exec.go
Commit message (Expand)AuthorAge
* libpod: add execSessionNoCopyValentin Rothberg2021-09-29
* standardize logrus messages to upper caseDaniel J Walsh2021-09-22
* Fix resize race with podman exec -itPaul Holzinger2021-06-16
* Add ExecDied event and use it to retrieve exit codesMatthew Heon2021-06-10
* Always spawn a cleanup process with execMatthew Heon2021-06-10
* oci: drop ExecContainerCleanupPeter Hunt2021-04-16
* Ensure that `--userns=keep-id` sets user in configMatthew Heon2021-04-06
* prune remotecommand dependencybaude2021-02-25
* container removal: handle already removed containersValentin Rothberg2021-02-23
* bump go module to v3Valentin Rothberg2021-02-22
* Enable golint linterPaul Holzinger2021-02-11
* Enable stylecheck linterPaul Holzinger2021-02-11
* Handle podman exec capabilities correctlyDaniel J Walsh2021-01-07
* Preserve groups in exec sessions in ctrs with --userMatthew Heon2020-09-18
* Fix up errors found by codespellDaniel J Walsh2020-09-11
* Send HTTP Hijack headers after successful attachMatthew Heon2020-08-27
* Ensure that exec errors write exit codes to the DBMatthew Heon2020-08-05
* Switch all references to github.com/containers/libpod -> podmanDaniel J Walsh2020-07-28
* Do not print an error message on non-0 exec exit codeMatthew Heon2020-07-21
* Remove all instances of named return "err" from LibpodMatthew Heon2020-07-09
* move go module to v2Valentin Rothberg2020-07-06
* Enable detached exec for remoteMatthew Heon2020-06-02
* Enable cleanup processes for detached execMatthew Heon2020-05-20
* Add ability to clean up exec sessions with cleanupMatthew Heon2020-05-20
* Add backend code for detached execMatthew Heon2020-05-20
* Add exit commands to exec sessionsMatthew Heon2020-05-20
* Prune stale exec sessions on inspectMatthew Heon2020-05-14
* Don't fail when saving exec status fails on removed ctrMatthew Heon2020-05-14
* Ensure that Streams are set to defaults for HTTP attachMatthew Heon2020-05-14
* Add an initial implementation of HTTP-forwarded execMatthew Heon2020-05-14
* v2podman attach and execBrent Baude2020-04-05
* Merge pull request #5573 from mheon/add_basic_exec_endpointsOpenShift Merge Robot2020-03-26
|\
| * Add bindings for Container Exec Create + InspectMatthew Heon2020-03-26
| * Implement APIv2 Exec Create and Inspect EndpointsMatthew Heon2020-03-23
* | Ensure that exec sends resize eventsMatthew Heon2020-03-25
|/
* Add inspect for exec sessionsMatthew Heon2020-03-18
* Add structure for new exec session tracking to DBMatthew Heon2020-03-18