summaryrefslogtreecommitdiff
path: root/libpod
Commit message (Expand)AuthorAge
* Update container Mounted() and Mountpoint() functionsMatthew Heon2018-07-24
* Use the result of reference.Parse when checking for digests.Miloslav Trmač2018-07-23
* Make refNamesFromPossiblyUnqualifiedName independent from ImageMiloslav Trmač2018-07-23
* Make Image.HasShaInInputName to an independent local functionMiloslav Trmač2018-07-23
* Split createNamesToPull into ref{Names,Pairs}FromPossiblyUnqualifiedNameMiloslav Trmač2018-07-23
* Rename local variables in Runtime.pullRefPairsFromRefNamesMiloslav Trmač2018-07-23
* Split Runtime.pullRefPairsFromRefNames from Image.createNamesToPullMiloslav Trmač2018-07-23
* Rename nameToPull to pullRefNameMiloslav Trmač2018-07-23
* Rename pullStruct to pullRefPairMiloslav Trmač2018-07-23
* Replace optional nameToPull.shaPullName with mandatory dstNameMiloslav Trmač2018-07-23
* Introduce nameToPull, move shaPullName in thereMiloslav Trmač2018-07-23
* Split normalizeTag from Image.TagImageMiloslav Trmač2018-07-23
* Remove Image.isShortNameMiloslav Trmač2018-07-23
* Inline getTags into its only userMiloslav Trmač2018-07-23
* Add unit tests for imagePartsMiloslav Trmač2018-07-23
* Merge pull request #1103 from haircommander/load_dockerlessMatthew Heon2018-07-20
|\
| * Podman load/tag/save prepend localhost when no repository is presenthaircommander2018-07-20
* | Merge pull request #1104 from rhatdan/mountingMatthew Heon2018-07-20
|\ \
| * | Let containers/storage keep track of mountsDaniel J Walsh2018-07-19
* | | pull: get registries using the registries pkgGiuseppe Scrivano2018-07-20
| |/ |/|
* | podman-top: use containers/psgoValentin Rothberg2018-07-19
|/
* Vendor in latest code for storage,image, buildahDaniel J Walsh2018-07-19
* Abort a test on nil containers, so that future tests don't panicMiloslav Trmač2018-07-19
* Fix TestPostDeleteHooks on macOSMiloslav Trmač2018-07-19
* Use `...` for a regexp constant to improve readabilityMiloslav Trmač2018-07-19
* oci: keep exposed ports busy and leak the fd into conmonGiuseppe Scrivano2018-07-19
* Record whether the container has exitedMatthew Heon2018-07-13
* Merge pull request #1075 from giuseppe/rootless-no-symlinks-into-storage-pathDaniel J Walsh2018-07-13
|\
| * runtime: delete unused functionGiuseppe Scrivano2018-07-11
| * rootless: propagate errors from GetRootlessRuntimeDir()Giuseppe Scrivano2018-07-11
* | Merge pull request #1065 from haircommander/pod-start-create-rmDaniel J Walsh2018-07-13
|\ \
| * | Added full podman pod ps, with tests and man pagehaircommander2018-07-13
| * | Podman pod create/rm commands with man page and tests.haircommander2018-07-13
* | | fix pull image that includes a shabaude2018-07-13
|/ /
* | Added created time to pod statehaircommander2018-07-12
* | Support multiple networksbaude2018-07-12
* | podman rmi should only untag image if parent of anotherumohnani82018-07-12
|/
* Allow Init() on stopped containersMatthew Heon2018-07-09
* Add --volumes-from flag to podman run and createumohnani82018-07-09
* pkg/ctime: Factor libpod/finished* into a separate packageW. Trevor King2018-07-06
* remove buildah requirement for the libpod image librarybaude2018-07-06
* Remove now-unneeded cleanupCgroup() for unsupported OSMatthew Heon2018-07-06
* Remove per-container CGroup parentsMatthew Heon2018-07-06
* libpod/runtime_pod: Make removePod per-platformW. Trevor King2018-07-06
* libpod/networking_unsupported: Remove JoinNetworkNameSpaceW. Trevor King2018-07-06
* more changes to compile darwinbaude2018-07-05
* rootless: add /run/user/$UID to the lookup pathsGiuseppe Scrivano2018-07-05
* rootless: always set XDG_RUNTIME_DIRGiuseppe Scrivano2018-07-05
* rootless: set XDG_RUNTIME_DIR also for state and execGiuseppe Scrivano2018-07-05
* libpod/container: Replace containerState* with containerPlatformStateW. Trevor King2018-07-05