summaryrefslogtreecommitdiff
path: root/libpod/container_api.go
Commit message (Expand)AuthorAge
* 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
* Refactor spec generation in libpod into a functionMatthew Heon2018-02-23
* Implement --image-volumes for create and runumohnani82018-02-22
* Fix libpod to use given CGroup parent instead of a hardcoded oneMatthew Heon2018-02-09
* cleanup network stack as well as storage when container shuts down.Daniel J Walsh2018-02-08
* Change pause so only running containers are validMatthew Heon2018-02-07
* Error on attempting to restart containerMatthew Heon2018-02-07
* Migrate Create|Commit to ginkgobaude2018-02-02
* libpod/container_api: Set hostname in ENVbaude2018-01-30
* Add StopWithTimeout API function for containersMatthew Heon2018-01-30
* Override hostname for containerbaude2018-01-21
* Add --dns-search, --dns-opt, --dns-server and --add-host.baude2018-01-19
* Split container.go into three filesMatthew Heon2018-01-18