summaryrefslogtreecommitdiff
path: root/libpod
Commit message (Expand)AuthorAge
* Make libpod build on 32-bit systemsMatthew Heon2018-02-13
* Address review commentv0.2Matthew Heon2018-02-12
* Add buckets for all containers and all podsMatthew Heon2018-02-12
* Containers in a pod can only join namespaces in that podMatthew Heon2018-02-12
* Fix gofmt and lintMatthew Heon2018-02-12
* Check error when checking ctr dependenciesMatthew Heon2018-02-12
* Refactor Pod to use a Config structMatthew Heon2018-02-12
* Add pod functions to BoltDB stateMatthew Heon2018-02-12
* Add pod bucketsMatthew Heon2018-02-12
* Add implementation for BoltDB-backed stateMatthew Heon2018-02-12
* Change json to match docker inspectDaniel J Walsh2018-02-11
* 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