summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* Remove the error return value from getPullRefNameMiloslav Trmač2018-08-01
* Rename getPullListFromRef to refPairsFromImageReferenceMiloslav Trmač2018-08-01
* Split refNamesFromImageReference from Runtime.getPullListFromRefMiloslav Trmač2018-08-01
* Replace getPullRefPair with getPullRefNameMiloslav Trmač2018-08-01
* Include the rejected reference when parsing it fails in pullRefPairsFromRefNamesMiloslav Trmač2018-08-01
* Add --force to podman umount to force the unmounting of the rootfsDaniel J Walsh2018-08-01
* Integration Test Improvements #3baude2018-08-01
* Ensure container and pod refresh picks up a StateMatthew Heon2018-07-31
* Fix build on non-linux platformsMatthew Heon2018-07-31
* Rework state testing to allow State structs to be emptyMatthew Heon2018-07-31
* Add additional comments on accessing state in APIMatthew Heon2018-07-31
* Do not fetch pod and ctr State on retrieval in BoltMatthew Heon2018-07-31
* network: add support for rootless network with slirp4netnsGiuseppe Scrivano2018-07-31
* varlink ImageRemove should always return image IDbaude2018-07-31
* Add documentations on how to setup /etc/subuid and /etc/subgidDaniel J Walsh2018-07-31
* Integration Test Improvements #2baude2018-07-30
* avoid spewing fds do to restore of cached imagesbaude2018-07-30
* Add load test for xz compressed imagesumohnani82018-07-30
* Speed up test resultsbaude2018-07-30
* Show duration for each ginkgo test and test speed improvementsbaude2018-07-28
* vendor: update containers/storageGiuseppe Scrivano2018-07-28
* Clean up pylint warnings and errors for podmanJhon Honce2018-07-28
* podman rmi shouldn't delete named referenced imagesumohnani82018-07-28
* Merge pull request #1173 from mheon/bump-0.7.4Matthew Heon2018-07-27
|\
| * Bump gitvalidation epochMatthew Heon2018-07-27
| * Bump to v0.8.1-devMatthew Heon2018-07-27
| * Bump to v0.7.4v0.7.4Matthew Heon2018-07-27
|/
* Add pod pause/unpausehaircommander2018-07-27
* Fix up docker compatibility messagesDaniel J Walsh2018-07-27
* Update vendored version of runc,buildah,containers/imageDaniel J Walsh2018-07-27
* Refactored method of getting podshaircommander2018-07-27
* Fix godoc comment in pkg/netnsMatthew Heon2018-07-27
* Fix handling of Linux network namespacesMatthew Heon2018-07-27
* Update containernetworking/plugins to current masterMatthew Heon2018-07-27
* Cleanup descriptions and help informationDaniel J Walsh2018-07-27
* Skip seccomp-dependent tests on non-LinuxMiloslav Trmač2018-07-26
* Use the Linux version BoltState.getContainerFromDB on all platforms.Miloslav Trmač2018-07-26
* Split parseNetNSBoltData from BoltState.getContainerFromDBMiloslav Trmač2018-07-26
* Use testify/require in a few places to avoid panics in testsMiloslav Trmač2018-07-26
* Skip unit tests which require storage when not running as rootMiloslav Trmač2018-07-26
* Don't pollute the build output with failures to build checkseccompMiloslav Trmač2018-07-26
* Remove cmd/podman/user.goMiloslav Trmač2018-07-26
* double papr timeout for all ci testsbaude2018-07-26
* vendor latest containers/psgoValentin Rothberg2018-07-26
* Merge pull request #1158 from mheon/prevent_multiple_boltdb_connsMatthew Heon2018-07-26
|\
| * Add a mutex to BoltDB state to prevent lock issuesMatthew Heon2018-07-25
* | Vendor latest container/storage to fix overlay mountoptDaniel J Walsh2018-07-25
* | Add pod killhaircommander2018-07-25
* | Added pod restarthaircommander2018-07-25
* | Added pod.Restart() functionality to libpod.haircommander2018-07-25