| Commit message (Expand) | Author | Age |
... | |
* | | Move pullImage from Image to Runtime | Miloslav Trmač | 2018-08-01 |
* | | Do not re-parse the list of search registries just for an error message | Miloslav Trmač | 2018-08-01 |
* | | Eliminate duplicate determination whether to use search registries | Miloslav Trmač | 2018-08-01 |
* | | Eliminate the "DockerArchive means pull all refPairs" special case | Miloslav Trmač | 2018-08-01 |
* | | Introduce struct pullGoalNames | Miloslav Trmač | 2018-08-01 |
* | | Introduce struct pullGoal | Miloslav Trmač | 2018-08-01 |
* | | Use []pullRefPair instead of []*pullRefPair | Miloslav Trmač | 2018-08-01 |
* | | Use []pullRefName instead of []*pullRefName | Miloslav Trmač | 2018-08-01 |
* | | Introduce singlePullRefNameGoal | Miloslav Trmač | 2018-08-01 |
* | | Use an early return from refNamesFromPossiblyUnqualifiedName | Miloslav Trmač | 2018-08-01 |
* | | RFC: Rename Image.PushImage to Image.PushImageToHeuristicDestination | Miloslav Trmač | 2018-08-01 |
* | | Remove an unnecessary use of alltransports.ParseImageName | Miloslav Trmač | 2018-08-01 |
* | | RFC? Hard-code "format" string values instead of using libpod.* transport names | Miloslav Trmač | 2018-08-01 |
* | | Use PushImageToReference for (podman save) | Miloslav Trmač | 2018-08-01 |
* | | Call imageNameForSaveDestination while creating the references | Miloslav Trmač | 2018-08-01 |
* | | Exit early in the simple case in imageNameForSaveDestination | Miloslav Trmač | 2018-08-01 |
* | | Rename parameters of imageNameForSaveDestination | Miloslav Trmač | 2018-08-01 |
* | | Split imageNameForSaveDestination from saveCmd | Miloslav Trmač | 2018-08-01 |
* | | Split a single if statement into two. | Miloslav Trmač | 2018-08-01 |
* | | Move source handling before destination parsing | Miloslav Trmač | 2018-08-01 |
* | | Split Image.PushImageToReference from Image.PushImage | Miloslav Trmač | 2018-08-01 |
* | | Don't format to string and re-parse a DockerReference() | Miloslav Trmač | 2018-08-01 |
* | | Remove the :// end from DockerTransport | Miloslav Trmač | 2018-08-01 |
* | | 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 |