| Commit message (Expand) | Author | Age |
... | |
* | Add podman pod top | haircommander | 2018-08-23 |
* | Properly translate users into runc format for exec | Matthew Heon | 2018-08-23 |
* | Fixed segfault in stats where container had netNS none or from container | haircommander | 2018-08-21 |
* | Make failure to retrieve individual ctrs/pods nonfatal | Matthew Heon | 2018-08-17 |
* | podman: fix --uts=host | Giuseppe Scrivano | 2018-08-17 |
* | podman pod stats | baude | 2018-08-17 |
* | Change batchcontainer to shared | haircommander | 2018-08-16 |
* | Moved getPodStatus to pod API to be used in varlink | haircommander | 2018-08-16 |
* | switch projectatomic to containers | Daniel J Walsh | 2018-08-16 |
* | Fix build on non-Linux OSes | Matthew Heon | 2018-08-15 |
* | Create pod CGroups when using the systemd cgroup driver | Matthew Heon | 2018-08-15 |
* | Switch systemd default CGroup parent to machine.slice | Matthew Heon | 2018-08-15 |
* | Updated pod_api to reflect function spec | haircommander | 2018-08-14 |
* | Remove unused function in runtime.go | Matthew Heon | 2018-08-14 |
* | Merge pull request #1254 from mheon/systemd_cgroups_default | Matthew Heon | 2018-08-11 |
|\ |
|
| * | Swap default CGroup manager to systemd | Matthew Heon | 2018-08-10 |
* | | Ensure pod inspect is locked and validity-checked | Matthew Heon | 2018-08-11 |
* | | We need to sort mounts so that one mount does not over mount another. | Daniel J Walsh | 2018-08-10 |
* | | Split pod.go into 3 files | Matthew Heon | 2018-08-10 |
* | | Make errors during refresh nonfatal | Matthew Heon | 2018-08-10 |
* | | Add batch check to container stats lock | Matthew Heon | 2018-08-10 |
* | | removeContainer: fix deadlock | Valentin Rothberg | 2018-08-10 |
|/ |
|
* | Add FFJSON generation to makefile | Matthew Heon | 2018-08-09 |
* | Re-add FFJSON for container and pod structs | Matthew Heon | 2018-08-09 |
* | Fixed a bug setting dependencies on the wrong container | haircommander | 2018-08-09 |
* | Always connect to the stdout and stderr of stream | Daniel J Walsh | 2018-08-09 |
* | oci.go: syslog: fix debug formatting | Valentin Rothberg | 2018-08-09 |
* | add podman pod inspect | baude | 2018-08-09 |
* | Fix ambiguity in adding localhost to podman save | haircommander | 2018-08-08 |
* | Fix CGroupFS cgroup manager cgroup creation for pods | Matthew Heon | 2018-08-08 |
* | Pass newly-added --log-level flag to Conmon | Matthew Heon | 2018-08-08 |
* | Add dpkg support for returning oci/conmon versions | Daniel J Walsh | 2018-08-07 |
* | Have info print conmon/oci runtime information | Daniel J Walsh | 2018-08-07 |
* | Better pull error for fully-qualified images | baude | 2018-08-06 |
* | Add Runc and Conmon versions to Podman Version | baude | 2018-08-05 |
* | clarify pull error message | baude | 2018-08-02 |
* | Inline pullGoalNamesFromPossiblyUnqualifiedName into Runtime.pullGoalFromPoss... | Miloslav Trmač | 2018-08-02 |
* | Replace getPullRefName by Runtime.getPullRefPair | Miloslav Trmač | 2018-08-02 |
* | Inline pullGoalNamesFromImageReference back into Runtime.pullGoalFromImageRef... | Miloslav Trmač | 2018-08-02 |
* | Introduce getSinglePullRefNameGoal | Miloslav 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.pullImageFromHeuristicSource | Miloslav Trmač | 2018-08-01 |
* | Introduce Runtime.pullImageFromReference, call it in Runtime.FromImageReference | Miloslav Trmač | 2018-08-01 |
* | RFC: Remove unused transport name constants from libpod | Miloslav Trmač | 2018-08-01 |
* | Replace Runtime.LoadFromArchive with Runtime.LoadFromArchiveReference | Miloslav Trmač | 2018-08-01 |
* | Split doPullImage from pullImage | Miloslav Trmač | 2018-08-01 |
* | Remove the forceCompress parameter from getCopyOptions and DRO.GetSystemContext | Miloslav Trmač | 2018-08-01 |
* | Remove the authFile parameter from getCopyOptions and DRO.GetSystemContext | Miloslav Trmač | 2018-08-01 |
* | Remove the signaturePolicyPath parameter from getCopyOptions and DRO.GetSyste... | Miloslav Trmač | 2018-08-01 |