| Commit message (Expand) | Author | Age |
* | Bump to v0.8.2-dev | Matthew Heon | 2018-08-03 |
* | Bump to v0.8.1v0.8.1 | Matthew Heon | 2018-08-03 |
* | Vendor in latest github.com/projectatomic/buildah | Daniel J Walsh | 2018-08-03 |
* | Update gitvalidation epoch | Matthew Heon | 2018-08-03 |
* | Check for missing arguments in /proc/self/cmdline | Anders F Björklund | 2018-08-03 |
* | Added ps --pod option | haircommander | 2018-08-02 |
* | clarify pull error message | baude | 2018-08-02 |
* | rootless: do not set setgroups to deny when using newuidmap | Giuseppe Scrivano | 2018-08-02 |
* | Merge pull request #1201 from giuseppe/fix-segfault-rootless | Daniel J Walsh | 2018-08-02 |
|\ |
|
| * | rootless: do not segfault if the parent already died | Giuseppe Scrivano | 2018-08-02 |
* | | Merge pull request #1202 from rhatdan/man | Daniel J Walsh | 2018-08-02 |
|\ \ |
|
| * | | Man page fixes found by https://pagure.io/ManualPageScan | Daniel J Walsh | 2018-08-02 |
* | | | Inline pullGoalNamesFromPossiblyUnqualifiedName into Runtime.pullGoalFromPoss... | Miloslav Trmač | 2018-08-02 |
* | | | Replace getPullRefName by Runtime.getPullRefPair | Miloslav Trmač | 2018-08-02 |
* | | | Inline pullGoalNamesFromImageReference back into Runtime.pullGoalFromImageRef... | Miloslav Trmač | 2018-08-02 |
* | | | Introduce getSinglePullRefNameGoal | Miloslav 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 tests | baude | 2018-08-02 |
* | | RFC: Rename runtime.pullImage to runtime.pullImageFromHeuristicSource | Miloslav Trmač | 2018-08-01 |
* | | Introduce Runtime.pullImageFromReference, call it in Runtime.FromImageReference | Miloslav Trmač | 2018-08-01 |
* | | RFC: Remove unused transport name constants from libpod | Miloslav Trmač | 2018-08-01 |
* | | Replace Runtime.LoadFromArchive with Runtime.LoadFromArchiveReference | Miloslav 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 pullImage | Miloslav Trmač | 2018-08-01 |
* | | Remove the forceCompress parameter from getCopyOptions and DRO.GetSystemContext | Miloslav Trmač | 2018-08-01 |
* | | Remove the authFile parameter from getCopyOptions and DRO.GetSystemContext | Miloslav 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.GetSystemContext | Miloslav Trmač | 2018-08-01 |
* | | 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 |