aboutsummaryrefslogtreecommitdiff
path: root/libpod/container_api.go
Commit message (Expand)AuthorAge
* Add ContainerStateExited and OCI delete() in cleanup()Matthew Heon2018-10-02
* Refactor Wait() to not require a timeoutMatthew Heon2018-09-21
* Increase pidWaitTimeout to 1000msEmilien Macchi2018-09-18
* Add --interval flag to podman waitDaniel J Walsh2018-09-13
* Up time between checks for podman waitMatthew Heon2018-08-31
* rootless: exec handle processes that create an user namespaceGiuseppe Scrivano2018-08-26
* Properly translate users into runc format for execMatthew Heon2018-08-23
* switch projectatomic to containersDaniel J Walsh2018-08-16
* We need to sort mounts so that one mount does not over mount another.Daniel J Walsh2018-08-10
* Add --force to podman umount to force the unmounting of the rootfsDaniel J Walsh2018-08-01
* Added pod.Restart() functionality to libpod.haircommander2018-07-25
* Let containers/storage keep track of mountsDaniel J Walsh2018-07-19
* Allow Init() on stopped containersMatthew Heon2018-07-09
* Make CGroups cleanup optional on whether they existMatthew Heon2018-06-22
* Add Refresh() to ctrs to refresh state after db changeMatthew Heon2018-06-22
* We are using err in defer function, needs to be defined nameDaniel J Walsh2018-06-22
* libpod: fix race with attach/startGiuseppe Scrivano2018-06-20
* Optionally init() during container restartMatthew Heon2018-05-04
* varlink containersbaude2018-05-03
* Vendor in latest containers/image and contaners/storageumohnani82018-04-19
* Change container.locked to batchedTomSweeneyRedHat2018-04-16
* Change attach to accept a struct containing streamsMatthew Heon2018-04-13
* Changes to attach to enable per-stream attachingMatthew Heon2018-04-13
* Fix locking interaction in batched Exec() on containerMatthew Heon2018-04-13
* Use buildah commit for podman commitbaude2018-04-10
* Stopping a stopped container should not be an errorbaude2018-04-03
* Refactor dependency checks from init() into public APIMatthew Heon2018-04-03
* Do not require Init() before Start()Matthew Heon2018-04-03
* Stage 4 Image cleanupbaude2018-03-23
* Image library stage 4 - create and commitbaude2018-03-20
* Remove ability to specify mount label when mountingMatthew Heon2018-03-16
* Add additional debug loggingMatthew Heon2018-03-15
* Add StartAndAttach() API endpoint for containersMatthew Heon2018-03-15
* Implement container restartingMatthew Heon2018-03-15
* Modify pod API to move Init() into Start()Matthew Heon2018-03-13
* Convert bind mounts to use DB fieldMatthew Heon2018-03-08
* Move internal function resizeTty to container_internalMatthew Heon2018-03-08
* Refactor saving OCI spec to disk into separate functionMatthew Heon2018-03-08
* podman import, load, and commit are too verbosebaude2018-03-07
* attach: set the terminal size and handle SIGWINCHGiuseppe Scrivano2018-03-06
* Replace usage of runc with runtimeMatthew Heon2018-03-01
* Convert exec session tracking to use a dedicated structMatthew Heon2018-03-01
* Fix gofmt & golintMatthew Heon2018-03-01
* Relax locking in Exec()Matthew Heon2018-03-01
* Ensure that Cleanup() will not run on active containersMatthew Heon2018-03-01
* Add tracking for exec session IDsMatthew Heon2018-03-01
* Rework exec to enable splitting to retrieve exec PIDMatthew Heon2018-03-01
* Small fixes to container ExecMatthew Heon2018-03-01
* Address review commentsbaude2018-02-24
* Add support for --no-new-privsDaniel J Walsh2018-02-24