summaryrefslogtreecommitdiff
path: root/libpod/container_exec.go
Commit message (Expand)AuthorAge
* 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