summaryrefslogtreecommitdiff
path: root/libpod
Commit message (Expand)AuthorAge
* Make failure to retrieve individual ctrs/pods nonfatalMatthew Heon2018-08-17
* podman: fix --uts=hostGiuseppe Scrivano2018-08-17
* podman pod statsbaude2018-08-17
* Change batchcontainer to sharedhaircommander2018-08-16
* Moved getPodStatus to pod API to be used in varlinkhaircommander2018-08-16
* switch projectatomic to containersDaniel J Walsh2018-08-16
* Fix build on non-Linux OSesMatthew Heon2018-08-15
* Create pod CGroups when using the systemd cgroup driverMatthew Heon2018-08-15
* Switch systemd default CGroup parent to machine.sliceMatthew Heon2018-08-15
* Updated pod_api to reflect function spechaircommander2018-08-14
* Remove unused function in runtime.goMatthew Heon2018-08-14
* Merge pull request #1254 from mheon/systemd_cgroups_defaultMatthew Heon2018-08-11
|\
| * Swap default CGroup manager to systemdMatthew Heon2018-08-10
* | Ensure pod inspect is locked and validity-checkedMatthew Heon2018-08-11
* | We need to sort mounts so that one mount does not over mount another.Daniel J Walsh2018-08-10
* | Split pod.go into 3 filesMatthew Heon2018-08-10
* | Make errors during refresh nonfatalMatthew Heon2018-08-10
* | Add batch check to container stats lockMatthew Heon2018-08-10
* | removeContainer: fix deadlockValentin Rothberg2018-08-10
|/
* Add FFJSON generation to makefileMatthew Heon2018-08-09
* Re-add FFJSON for container and pod structsMatthew Heon2018-08-09
* Fixed a bug setting dependencies on the wrong containerhaircommander2018-08-09
* Always connect to the stdout and stderr of streamDaniel J Walsh2018-08-09
* oci.go: syslog: fix debug formattingValentin Rothberg2018-08-09
* add podman pod inspectbaude2018-08-09
* Fix ambiguity in adding localhost to podman savehaircommander2018-08-08
* Fix CGroupFS cgroup manager cgroup creation for podsMatthew Heon2018-08-08
* Pass newly-added --log-level flag to ConmonMatthew Heon2018-08-08
* 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
* Add Runc and Conmon versions to Podman Versionbaude2018-08-05
* clarify pull error messagebaude2018-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
* 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
* 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