| Commit message (Expand) | Author | Age |
* | Vendor in latest containers/psgo code | Daniel J Walsh | 2018-07-24 |
* | Update container Mounted() and Mountpoint() functions | Matthew Heon | 2018-07-24 |
* | [WIP] Refactor and simplify python builds | Jhon Honce | 2018-07-23 |
* | AppArmor: runtime check if it's enabled on the host | Valentin Rothberg | 2018-07-23 |
* | Add format descriptors infor to podman top | Daniel J Walsh | 2018-07-23 |
* | Fix error handling in pod start/stop. | haircommander | 2018-07-23 |
* | docs/podman-top: fix typo and whitespace | Valentin Rothberg | 2018-07-23 |
* | Use the result of reference.Parse when checking for digests. | Miloslav Trmač | 2018-07-23 |
* | Make refNamesFromPossiblyUnqualifiedName independent from Image | Miloslav Trmač | 2018-07-23 |
* | Make Image.HasShaInInputName to an independent local function | Miloslav Trmač | 2018-07-23 |
* | Split createNamesToPull into ref{Names,Pairs}FromPossiblyUnqualifiedName | Miloslav Trmač | 2018-07-23 |
* | Rename local variables in Runtime.pullRefPairsFromRefNames | Miloslav Trmač | 2018-07-23 |
* | Split Runtime.pullRefPairsFromRefNames from Image.createNamesToPull | Miloslav Trmač | 2018-07-23 |
* | Rename nameToPull to pullRefName | Miloslav Trmač | 2018-07-23 |
* | Rename pullStruct to pullRefPair | Miloslav Trmač | 2018-07-23 |
* | Replace optional nameToPull.shaPullName with mandatory dstName | Miloslav Trmač | 2018-07-23 |
* | Introduce nameToPull, move shaPullName in there | Miloslav Trmač | 2018-07-23 |
* | Split normalizeTag from Image.TagImage | Miloslav Trmač | 2018-07-23 |
* | Remove Image.isShortName | Miloslav Trmač | 2018-07-23 |
* | Inline getTags into its only user | Miloslav Trmač | 2018-07-23 |
* | Add unit tests for imageParts | Miloslav Trmač | 2018-07-23 |
* | Add OnBuild and usernamespace test to baseline | TomSweeneyRedHat | 2018-07-23 |
* | Merge pull request #1124 from mheon/bump-0.7.3 | Matthew Heon | 2018-07-20 |
|\ |
|
| * | Bump gitvalidation epoch | Matthew Heon | 2018-07-20 |
| * | Bump to v0.7.4-dev | Matthew Heon | 2018-07-20 |
| * | Bump to v0.7.3v0.7.3 | Matthew Heon | 2018-07-20 |
|/ |
|
* | Merge pull request #1117 from haircommander/pod-start-stop1 | Matthew Heon | 2018-07-20 |
|\ |
|
| * | Added pod start and stop | haircommander | 2018-07-20 |
* | | Merge pull request #1121 from mheon/bump_psgo | Matthew Heon | 2018-07-20 |
|\ \ |
|
| * | | Update psgo vendor | Matthew Heon | 2018-07-20 |
* | | | Merge pull request #1120 from haircommander/pod-ps-status-hotfix | Matthew Heon | 2018-07-20 |
|\ \ \ |
|
| * | | | Pod ps now uses pod.Status() | haircommander | 2018-07-20 |
| | |/
| |/| |
|
* | | | Merge pull request #1103 from haircommander/load_dockerless | Matthew Heon | 2018-07-20 |
|\ \ \
| |_|/
|/| | |
|
| * | | Podman load/tag/save prepend localhost when no repository is present | haircommander | 2018-07-20 |
| |/ |
|
* | | Merge pull request #1104 from rhatdan/mounting | Matthew Heon | 2018-07-20 |
|\ \ |
|
| * | | Let containers/storage keep track of mounts | Daniel J Walsh | 2018-07-19 |
* | | | Merge pull request #1099 from giuseppe/per-user-conf-files | Matthew Heon | 2018-07-20 |
|\ \ \
| |_|/
|/| | |
|
| * | | rootless: support a per-user mounts.conf | Giuseppe Scrivano | 2018-07-20 |
| * | | secrets: parse only one mounts configuration file | Giuseppe Scrivano | 2018-07-20 |
| * | | rootless: allow a per-user registries.conf file | Giuseppe Scrivano | 2018-07-20 |
| * | | pull: get registries using the registries pkg | Giuseppe Scrivano | 2018-07-20 |
| * | | rootless: allow a per-user storage.conf file | Giuseppe Scrivano | 2018-07-20 |
| * | | rootless, docs: document the libpod.conf file used in rootless mode | Giuseppe Scrivano | 2018-07-20 |
|/ / |
|
* / | podman-top: use containers/psgo | Valentin Rothberg | 2018-07-19 |
|/ |
|
* | Vendor in latest code for storage,image, buildah | Daniel J Walsh | 2018-07-19 |
* | Abort a test on nil containers, so that future tests don't panic | Miloslav Trmač | 2018-07-19 |
* | Fix TestPostDeleteHooks on macOS | Miloslav Trmač | 2018-07-19 |
* | Use `...` for a regexp constant to improve readability | Miloslav Trmač | 2018-07-19 |
* | Merge pull request #1107 from lberk/patch-1 | Daniel J Walsh | 2018-07-19 |
|\ |
|
| * | Update transfer.md | Lukas Berk | 2018-07-18 |