| Commit message (Expand) | Author | Age |
... | |
* | | Remove the TransportNames arrays | Miloslav Trmač | 2018-08-01 |
* | | Document the properties of DefaultTransport a bit better. | Miloslav Trmač | 2018-08-01 |
* | | Eliminate the "dest" variable. | Miloslav Trmač | 2018-08-01 |
* | | Use an early exit if a docker-archive: image has no repo tags | Miloslav Trmač | 2018-08-01 |
* | | Reorganize the tag loading in DockerArchive case | Miloslav Trmač | 2018-08-01 |
* | | Return early in refNamesFromImageReference instead of appending to pullNames | Miloslav Trmač | 2018-08-01 |
* | | Use srcRef.StringWithinTransport() instead of parsing imgName again | Miloslav Trmač | 2018-08-01 |
* | | Use a switch instead of if/if else/.../else | Miloslav Trmač | 2018-08-01 |
* | | Remove the error return value from getPullRefName | Miloslav Trmač | 2018-08-01 |
* | | Rename getPullListFromRef to refPairsFromImageReference | Miloslav Trmač | 2018-08-01 |
* | | Split refNamesFromImageReference from Runtime.getPullListFromRef | Miloslav Trmač | 2018-08-01 |
* | | Replace getPullRefPair with getPullRefName | Miloslav Trmač | 2018-08-01 |
* | | Include the rejected reference when parsing it fails in pullRefPairsFromRefNames | Miloslav Trmač | 2018-08-01 |
* | | Add --force to podman umount to force the unmounting of the rootfs | Daniel J Walsh | 2018-08-01 |
|/ |
|
* | Integration Test Improvements #3 | baude | 2018-08-01 |
* | Ensure container and pod refresh picks up a State | Matthew Heon | 2018-07-31 |
* | Fix build on non-linux platforms | Matthew Heon | 2018-07-31 |
* | Rework state testing to allow State structs to be empty | Matthew Heon | 2018-07-31 |
* | Add additional comments on accessing state in API | Matthew Heon | 2018-07-31 |
* | Do not fetch pod and ctr State on retrieval in Bolt | Matthew Heon | 2018-07-31 |
* | network: add support for rootless network with slirp4netns | Giuseppe Scrivano | 2018-07-31 |
* | varlink ImageRemove should always return image ID | baude | 2018-07-31 |
* | Add documentations on how to setup /etc/subuid and /etc/subgid | Daniel J Walsh | 2018-07-31 |
* | Integration Test Improvements #2 | baude | 2018-07-30 |
* | avoid spewing fds do to restore of cached images | baude | 2018-07-30 |
* | Add load test for xz compressed images | umohnani8 | 2018-07-30 |
* | Speed up test results | baude | 2018-07-30 |
* | Show duration for each ginkgo test and test speed improvements | baude | 2018-07-28 |
* | vendor: update containers/storage | Giuseppe Scrivano | 2018-07-28 |
* | Clean up pylint warnings and errors for podman | Jhon Honce | 2018-07-28 |
* | podman rmi shouldn't delete named referenced images | umohnani8 | 2018-07-28 |
* | Merge pull request #1173 from mheon/bump-0.7.4 | Matthew Heon | 2018-07-27 |
|\ |
|
| * | Bump gitvalidation epoch | Matthew Heon | 2018-07-27 |
| * | Bump to v0.8.1-dev | Matthew Heon | 2018-07-27 |
| * | Bump to v0.7.4v0.7.4 | Matthew Heon | 2018-07-27 |
|/ |
|
* | Add pod pause/unpause | haircommander | 2018-07-27 |
* | Fix up docker compatibility messages | Daniel J Walsh | 2018-07-27 |
* | Update vendored version of runc,buildah,containers/image | Daniel J Walsh | 2018-07-27 |
* | Refactored method of getting pods | haircommander | 2018-07-27 |
* | Fix godoc comment in pkg/netns | Matthew Heon | 2018-07-27 |
* | Fix handling of Linux network namespaces | Matthew Heon | 2018-07-27 |
* | Update containernetworking/plugins to current master | Matthew Heon | 2018-07-27 |
* | Cleanup descriptions and help information | Daniel J Walsh | 2018-07-27 |
* | Skip seccomp-dependent tests on non-Linux | Miloslav Trmač | 2018-07-26 |
* | Use the Linux version BoltState.getContainerFromDB on all platforms. | Miloslav Trmač | 2018-07-26 |
* | Split parseNetNSBoltData from BoltState.getContainerFromDB | Miloslav Trmač | 2018-07-26 |
* | Use testify/require in a few places to avoid panics in tests | Miloslav Trmač | 2018-07-26 |
* | Skip unit tests which require storage when not running as root | Miloslav Trmač | 2018-07-26 |
* | Don't pollute the build output with failures to build checkseccomp | Miloslav Trmač | 2018-07-26 |
* | Remove cmd/podman/user.go | Miloslav Trmač | 2018-07-26 |