summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* Make one runtime for the varlink servicebaude2018-08-05
* Merge pull request #1213 from mheon/bump-0.8.1Matthew Heon2018-08-03
|\
| * Bump gitvalidation epochMatthew Heon2018-08-03
| * Bump to v0.8.2-devMatthew Heon2018-08-03
| * Bump to v0.8.1v0.8.1Matthew Heon2018-08-03
|/
* Vendor in latest github.com/projectatomic/buildahDaniel J Walsh2018-08-03
* Update gitvalidation epochMatthew Heon2018-08-03
* Check for missing arguments in /proc/self/cmdlineAnders F Björklund2018-08-03
* Added ps --pod optionhaircommander2018-08-02
* clarify pull error messagebaude2018-08-02
* rootless: do not set setgroups to deny when using newuidmapGiuseppe Scrivano2018-08-02
* Merge pull request #1201 from giuseppe/fix-segfault-rootlessDaniel J Walsh2018-08-02
|\
| * rootless: do not segfault if the parent already diedGiuseppe Scrivano2018-08-02
* | Merge pull request #1202 from rhatdan/manDaniel J Walsh2018-08-02
|\ \
| * | Man page fixes found by https://pagure.io/ManualPageScanDaniel J Walsh2018-08-02
* | | Inline pullGoalNamesFromPossiblyUnqualifiedName into Runtime.pullGoalFromPoss...Miloslav Trmač2018-08-02
* | | Replace getPullRefName by Runtime.getPullRefPairMiloslav Trmač2018-08-02
* | | Inline pullGoalNamesFromImageReference back into Runtime.pullGoalFromImageRef...Miloslav Trmač2018-08-02
* | | Introduce getSinglePullRefNameGoalMiloslav Trmač2018-08-02
* | | Test Runtime.pullGoalFromPossiblyUnqualifiedName instead of pullGoalNameFrom...Miloslav Trmač2018-08-02
* | | Test Runtime.pullGoalFromImageReference instead of pullGoalNamesFromImageRefe...Miloslav Trmač2018-08-02
|/ /
* | Use REGISTRIES_CONFIG_PATH for all testsbaude2018-08-02
* | RFC: Rename runtime.pullImage to runtime.pullImageFromHeuristicSourceMiloslav Trmač2018-08-01
* | Introduce Runtime.pullImageFromReference, call it in Runtime.FromImageReferenceMiloslav Trmač2018-08-01
* | RFC: Remove unused transport name constants from libpodMiloslav Trmač2018-08-01
* | Replace Runtime.LoadFromArchive with Runtime.LoadFromArchiveReferenceMiloslav Trmač2018-08-01
* | Rename the "image" variable to "imageName"Miloslav Trmač2018-08-01
* | Fix the heuristic for docker-archive: sources in (podman pull)Miloslav Trmač2018-08-01
* | Split doPullImage from pullImageMiloslav Trmač2018-08-01
* | Remove the forceCompress parameter from getCopyOptions and DRO.GetSystemContextMiloslav Trmač2018-08-01
* | Remove the authFile parameter from getCopyOptions and DRO.GetSystemContextMiloslav Trmač2018-08-01
* | 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