aboutsummaryrefslogtreecommitdiff
path: root/libpod/container_api.go
Commit message (Expand)AuthorAge
* Replace deprecated ioutilChris Evich2022-09-20
* Fix stuttersDaniel J Walsh2022-09-10
* implement podman updateCharlie Doern2022-09-01
* container wait: improve error messageValentin Rothberg2022-07-22
* podman wait: return 0 if container never ranValentin Rothberg2022-07-11
* use c/common code for resize and CopyDetachablePaul Holzinger2022-07-06
* libpod: switch to golang native error wrappingSascha Grunert2022-07-05
* Sync: handle exit fileValentin Rothberg2022-07-05
* Merge pull request #14720 from sstosh/rm-optionopenshift-ci[bot]2022-06-29
|\
| * Fix: Prevent OCI runtime directory remainToshiki Sonoda2022-06-24
* | libpod: fix wait and exit-code logicValentin Rothberg2022-06-23
|/
* Merge pull request #14384 from mheon/move_attachOpenShift Merge Robot2022-06-02
|\
| * Move Attach under the OCI Runtime interfaceMatthew Heon2022-05-26
* | Add API support for NoOverwriteDirNonDirJhon Honce2022-05-26
* | First batch of resolutions to FIXMEsMatthew Heon2022-05-25
|/
* enable gocritic linterPaul Holzinger2022-04-26
* enable unparam linterPaul Holzinger2022-04-25
* Add support for checkpoint imageRadostin Stoyanov2022-04-20
* fix a number of errcheck issuesValentin Rothberg2022-03-22
* bump go module to version 4Valentin Rothberg2022-01-18
* Add --file-locks checkpoint/restore optionRadostin Stoyanov2021-11-18
* Added optional container restore statisticsAdrian Reber2021-11-15
* Added optional container checkpointing statisticsAdrian Reber2021-11-15
* 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