summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* Remove the signaturePolicyPath parameter from getCopyOptions and DRO.GetSyste...Miloslav Trmač2018-08-01
* Add a *types.SystemContext parameter to getCopyOptions and DRO.GetSystemContextMiloslav Trmač2018-08-01
* Move pullImage from Image to RuntimeMiloslav Trmač2018-08-01
* Do not re-parse the list of search registries just for an error messageMiloslav Trmač2018-08-01
* Eliminate duplicate determination whether to use search registriesMiloslav Trmač2018-08-01
* Eliminate the "DockerArchive means pull all refPairs" special caseMiloslav Trmač2018-08-01
* Introduce struct pullGoalNamesMiloslav Trmač2018-08-01
* Introduce struct pullGoalMiloslav Trmač2018-08-01
* Use []pullRefPair instead of []*pullRefPairMiloslav Trmač2018-08-01
* Use []pullRefName instead of []*pullRefNameMiloslav Trmač2018-08-01
* Introduce singlePullRefNameGoalMiloslav Trmač2018-08-01
* Use an early return from refNamesFromPossiblyUnqualifiedNameMiloslav Trmač2018-08-01
* RFC: Rename Image.PushImage to Image.PushImageToHeuristicDestinationMiloslav Trmač2018-08-01
* Remove an unnecessary use of alltransports.ParseImageNameMiloslav Trmač2018-08-01
* RFC? Hard-code "format" string values instead of using libpod.* transport namesMiloslav Trmač2018-08-01
* Use PushImageToReference for (podman save)Miloslav Trmač2018-08-01
* Call imageNameForSaveDestination while creating the referencesMiloslav Trmač2018-08-01
* Exit early in the simple case in imageNameForSaveDestinationMiloslav Trmač2018-08-01
* Rename parameters of imageNameForSaveDestinationMiloslav Trmač2018-08-01
* Split imageNameForSaveDestination from saveCmdMiloslav Trmač2018-08-01
* Split a single if statement into two.Miloslav Trmač2018-08-01
* Move source handling before destination parsingMiloslav Trmač2018-08-01
* Split Image.PushImageToReference from Image.PushImageMiloslav Trmač2018-08-01
* Don't format to string and re-parse a DockerReference()Miloslav Trmač2018-08-01
* Remove the :// end from DockerTransportMiloslav Trmač2018-08-01
* Remove the TransportNames arraysMiloslav 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 tagsMiloslav Trmač2018-08-01
* Reorganize the tag loading in DockerArchive caseMiloslav Trmač2018-08-01
* Return early in refNamesFromImageReference instead of appending to pullNamesMiloslav Trmač2018-08-01
* Use srcRef.StringWithinTransport() instead of parsing imgName againMiloslav Trmač2018-08-01
* Use a switch instead of if/if else/.../elseMiloslav Trmač2018-08-01
* 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