summaryrefslogtreecommitdiff
path: root/libpod/container_api.go
Commit message (Expand)AuthorAge
* Ensure `podman ps --sync` functionsMatthew Heon2021-10-06
* Allow `podman stop` to be run on Stopping containersMatthew Heon2021-10-06
* logging: new mode -l passthroughGiuseppe Scrivano2021-09-27
* standardize logrus messages to upper caseDaniel J Walsh2021-09-22
* Merge pull request #10910 from adrianreber/2021-07-12-checkpoint-restore-into...OpenShift Merge Robot2021-07-28
|\
| * Support checkpoint/restore with podsAdrian Reber2021-07-27
* | support container to container copyMehul Arora2021-07-27
|/
* Implement --archive flag for podman cpMatej Vasek2021-07-01
* Add parameter to specify checkpoint archive compressionAdrian Reber2021-06-07
* turn hidden --trace into a NOPValentin Rothberg2021-03-08
* podman cp: support copying on tmpfs mountsValentin Rothberg2021-03-04
* prune remotecommand dependencybaude2021-02-25
* bump go module to v3Valentin Rothberg2021-02-22
* Fix per review requestMatej Vasek2021-02-04
* Improve container libpod.Wait*() functionsMatej Vasek2021-02-03
* libpod: add (*Container).ResolvePath()Valentin Rothberg2021-01-26
* Merge pull request #8906 from vrothberg/fix-8501OpenShift Merge Robot2021-01-14
|\
| * container stop: release lock before calling the runtimeValentin Rothberg2021-01-14
* | add pre checkpointunknown2021-01-10
|/
* Include named volumes in container migrationRadostin Stoyanov2021-01-07
* SpellingJosh Soref2020-12-22
* Implement pod-network-reloadMatthew Heon2020-12-07
* Allow containers to --restart on-failure with --rmDaniel J Walsh2020-11-20
* Ensure that attach ready channel does not blockMatthew Heon2020-10-28
* Force Attach() to send a SIGWINCH and redrawMatthew Heon2020-09-10
* Send HTTP Hijack headers after successful attachMatthew Heon2020-08-27
* 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
* log API: add context to allow for cancellingValentin Rothberg2020-07-09
* move go module to v2Valentin Rothberg2020-07-06
* Allow recursive dependency start with Init()Matthew Heon2020-06-18
* Turn on More lintersDaniel J Walsh2020-06-15
* WIP V2 attach bindings and testJhon Honce2020-05-13
* Improve APIv2 support for AttachMatthew Heon2020-04-13
* v2podman attach and execBrent Baude2020-04-05
* Add structure for new exec session tracking to DBMatthew Heon2020-03-18
* Revert "exec: get the exit code from sync pipe instead of file"Matthew Heon2020-03-09
* Revert "Exec: use ErrorConmonRead"Matthew Heon2020-03-09
* Revert "exec: fix error code when conmon fails"Matthew Heon2020-03-09
* Fix spelling mistakes in code found by codespellDaniel J Walsh2020-03-07
* exec: fix error code when conmon failsPeter Hunt2020-03-04
* Exec: use ErrorConmonReadPeter Hunt2020-03-03
* exec: get the exit code from sync pipe instead of filePeter Hunt2020-03-03
* Allow devs to set labels in container images for default capabilities.Daniel J Walsh2020-03-02
* Merge pull request #5347 from baude/apiv2waitOpenShift Merge Robot2020-03-02
|\
| * rework apiv2 wait endpoint|bindingBrent Baude2020-02-28
* | Ensure that exec sessions inherit supplemental groupsMatthew Heon2020-02-28
|/
* add pkg/capabilitiesValentin Rothberg2020-02-14
* Add an API for Attach over HTTP APIMatthew Heon2020-01-16
* if container is not in a pid namespace, stop all processesDaniel J Walsh2019-12-19