summaryrefslogtreecommitdiff
path: root/libpod
Commit message (Expand)AuthorAge
...
* Fix libpod to use given CGroup parent instead of a hardcoded oneMatthew Heon2018-02-09
* libpod/finished_amd64.go -> libpod/finished64.gobaude2018-02-09
* Fix further style issuesMatthew Heon2018-02-09
* Allow removing pods with running containers if --force is givenMatthew Heon2018-02-09
* Address style issues in in_memory_stateMatthew Heon2018-02-09
* Fix gofmt and lintMatthew Heon2018-02-09
* Finish unit tests for podsMatthew Heon2018-02-09
* Fix bugs identified by unit testsMatthew Heon2018-02-09
* Rework state tests to avoid boilerplate. Begin adding pod tests.Matthew Heon2018-02-09
* Unify Pod and Container ID and Name registries for in-memory stateMatthew Heon2018-02-09
* Remove read-only from DB, it's in the specMatthew Heon2018-02-09
* Add pod removal codeMatthew Heon2018-02-09
* Implement pod operations in SQL stateMatthew Heon2018-02-09
* Tear out pod containers map. Instead rely on stateMatthew Heon2018-02-09
* cleanup network stack as well as storage when container shuts down.Daniel J Walsh2018-02-08
* Merge pull request #293 from rhatdan/sd_notifyMatthew Heon2018-02-07
|\
| * Need to add LISTEN_PID environment variable to conmon commandDaniel J Walsh2018-02-05
* | Merge pull request #309 from mheon/pause_state_errorDaniel J Walsh2018-02-07
|\ \
| * | Change pause so only running containers are validMatthew Heon2018-02-07
* | | Merge pull request #289 from TomSweeneyRedHat/dev/tsweeney/usernameDaniel J Walsh2018-02-07
|\ \ \ | |/ / |/| |
| * | Change un/pwd handling to match Buildah'sTomSweeneyRedHat2018-02-06
| |/
* | Error on attempting to restart containerMatthew Heon2018-02-07
* | Change stop signal default to SIGTERMMatthew Heon2018-02-06
|/
* Pass NOTIFY_SOCKET and LISTEN_FDS env to OCI RUntime if setDaniel J Walsh2018-02-05
* Allow users to specify logpathDaniel J Walsh2018-02-03
* Migrate Create|Commit to ginkgobaude2018-02-02
* Update stats code to reflect changes to containerd stats APIMatthew Heon2018-02-01
* libpod/runtime.go: Stick paths in arraysbaude2018-01-31
* Ginkgo Tests: ps, pull, push and rmbaude2018-01-31
* libpod/runtime.go: runtime pathbaude2018-01-31
* libpod/container_api: Set hostname in ENVbaude2018-01-30
* Add StopWithTimeout API function for containersMatthew Heon2018-01-30
* Strip unused format specifierMatthew Heon2018-01-27
* Close attach control fileMatthew Heon2018-01-27
* Save --privileged stateDaniel J Walsh2018-01-25
* Fix podman stats based on QE feedbackumohnani82018-01-25
* Streamline image resolutionbaude2018-01-23
* libpod/oci.go: Perf issuebaude2018-01-23
* Fix issues with podman ps from QEumohnani82018-01-22
* Expose ports from imagebaude2018-01-22
* Override hostname for containerbaude2018-01-21
* Enable port bindingsbaude2018-01-20
* Cleanup of podman statsDaniel J Walsh2018-01-19
* Add --dns-search, --dns-opt, --dns-server and --add-host.baude2018-01-19
* Fix gofmtMatthew Heon2018-01-18
* Rename containerRuntimeInfo to containerState for clarityMatthew Heon2018-01-18
* Rename ContainerState to ContainerStatusMatthew Heon2018-01-18
* Split container.go into three filesMatthew Heon2018-01-18
* Fix seccomp supportDaniel J Walsh2018-01-18
* Fix gofmtMatthew Heon2018-01-17