summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* Pass DESTDIR down to python MakefileDaniel J Walsh2018-08-07
* Add dpkg support for returning oci/conmon versionsDaniel J Walsh2018-08-07
* Have info print conmon/oci runtime informationDaniel J Walsh2018-08-07
* Better pull error for fully-qualified imagesbaude2018-08-06
* Stub varlink pod methods.haircommander2018-08-06
* Remove inotify work aroundJhon Honce2018-08-06
* Rename varlink socket and interfacebaude2018-08-06
* Merge pull request #1220 from baude/coprgitrevBrent Baude2018-08-06
|\
| * Change tarball filename in copr prepare and match short-commit lengthbaude2018-08-06
|/
* Add Runc and Conmon versions to Podman Versionbaude2018-08-05
* Merge pull request #1218 from baude/coprupdatespecBrent Baude2018-08-05
|\
| * update copr spec, lets get it building againbaude2018-08-05
|/
* Add missing dependencies to build systemJhon Honce2018-08-05
* Port to MacOSJhon Honce2018-08-05
* 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