| Commit message (Expand) | Author | Age |
| ... | |
| * | podman-remote image tree | baude | 2019-04-04 |
| * | Fix a potential segfault in podman search | Matthew Heon | 2019-04-03 |
| * | Set blob cache directory based on GraphDriver | Daniel J Walsh | 2019-03-29 |
| * | fix Bug 1688041-podman image save removes existing image | Qi Wang | 2019-03-20 |
| * | Tree implementation for podman images | Kunal Kushwaha | 2019-03-14 |
| * | Add event logging to libpod, even display to podman | baude | 2019-03-11 |
| * | pull: promote debug statement to error | Giuseppe Scrivano | 2019-03-11 |
| * | podman healthcheck run (phase 1) | baude | 2019-03-05 |
| * | podman-remote load image | baude | 2019-02-21 |
| * | podman-remote save [image] | baude | 2019-02-20 |
| * | image.SearchImages: use SearchFilter type | Valentin Rothberg | 2019-02-20 |
| * | podman-search: refactor code to libpod/image/search.go | Valentin Rothberg | 2019-02-20 |
| * | OpenTracing support added to start, stop, run, create, pull, and ps | Sebastian Jug | 2019-02-18 |
| * | Parse fq name correctly for images | baude | 2019-02-13 |
| * | Merge pull request #2196 from baude/toolbox | Daniel J Walsh | 2019-02-05 |
| |\ |
|
| | * | Changes to container runlabel for toolbox project | baude | 2019-01-30 |
| * | | libpod/image: Use RepoDigests() in Inspect() | W. Trevor King | 2019-01-31 |
| |/ |
|
| * | podman image prune -- implement all flag | baude | 2019-01-29 |
| * | Remove imageParts.{isTagged,registry,name,tag} | Miloslav Trmač | 2019-01-14 |
| * | Clarify comments about isRegistry a bit. | Miloslav Trmač | 2019-01-14 |
| * | Use imageParts.unnormalizedRef in GetImageBaseName | Miloslav Trmač | 2019-01-14 |
| * | FIXME? Introduce imageParts.suspiciousRefNameTagValuesForSearch | Miloslav Trmač | 2019-01-14 |
| * | Use imageParts.referenceWithRegistry in Image.getLocalImage | Miloslav Trmač | 2019-01-14 |
| * | Don't try to look up local images with an explicit :latest suffix | Miloslav Trmač | 2019-01-14 |
| * | Return a reference.Named from normalizedTag | Miloslav Trmač | 2019-01-14 |
| * | Use reference.TagNameOnly instead of manually adding imageParts.tag in normal... | Miloslav Trmač | 2019-01-14 |
| * | Use imageParts.normalizedReference in normalizeTag | Miloslav Trmač | 2019-01-14 |
| * | Add imageParts.normalizedReference() | Miloslav Trmač | 2019-01-14 |
| * | Use imageparts.referenceWithRegistry in normalizeTag | Miloslav Trmač | 2019-01-14 |
| * | Remove no longer used imageParts.assemble() | Miloslav Trmač | 2019-01-14 |
| * | Use getPullRefPair / getSinglePullRefPairGoal in pullGoalFromPossiblyUnqualif... | Miloslav Trmač | 2019-01-14 |
| * | Use imageParts.referenceWithRegistry in pullGoalFromPossiblyUnqualifiedName | Miloslav Trmač | 2019-01-14 |
| * | Use imageParts.referenceWithRegistry in getPullRefPair | Miloslav Trmač | 2019-01-14 |
| * | Add imageParts.referenceWithRegistry | Miloslav Trmač | 2019-01-14 |
| * | Don't use imageParts.assemble when pulling from a qualified name | Miloslav Trmač | 2019-01-14 |
| * | Reorganize normalizeTag | Miloslav Trmač | 2019-01-14 |
| * | Simplify pullGoalFromPossiblyUnqualifiedName | Miloslav Trmač | 2019-01-14 |
| * | Remove imageParts.transport | Miloslav Trmač | 2019-01-14 |
| * | Simplify pullGoalFromPossiblyUnqualifiedName | Miloslav Trmač | 2019-01-14 |
| * | Inline imageParts.assembleWithTransport into callers | Miloslav Trmač | 2019-01-14 |
| * | Record the original reference.Named in imageParts | Miloslav Trmač | 2019-01-14 |
| * | Drop image.DecomposeString, make image.Parts private imageParts again | Miloslav Trmač | 2019-01-14 |
| * | remote-client support for images | baude | 2019-01-10 |
| * | libpod/image: Use ParseNormalizedNamed in RepoDigests | W. Trevor King | 2019-01-09 |
| * | container runlabel NAME implementation | baude | 2019-01-04 |
| * | Switch all referencs to image.ContainerConfig to image.Config | Daniel J Walsh | 2018-12-21 |
| * | Support podman image trust command | Qi Wang | 2018-12-19 |
| * | Fix reporting the registries.conf path on error | Miloslav Trmač | 2018-12-06 |
| * | Remove manual handling of insecure registries in doPullImage | Miloslav Trmač | 2018-12-06 |
| * | Remove the forceSecure parameter on the pull call stack | Miloslav Trmač | 2018-12-06 |