| Commit message (Expand) | Author | Age |
* | Fixing network ns segfault | haircommander | 2018-08-23 |
* | Change pause container to infra container | haircommander | 2018-08-23 |
* | Support pause containers in varlink | haircommander | 2018-08-23 |
* | Added option to share kernel namespaces in libpod and podman | haircommander | 2018-08-23 |
* | Changed GetContainerStats to return ErrCtrStateInvalid | haircommander | 2018-08-23 |
* | Add GetPodStats to varlink | haircommander | 2018-08-23 |
* | Add podman pod top | haircommander | 2018-08-23 |
* | Enable pod stats with short ID and name | haircommander | 2018-08-21 |
* | Fix handling of devices | Daniel J Walsh | 2018-08-20 |
* | Mention that systemd is the default cgroup manager | Matthew Heon | 2018-08-17 |
* | Don't fail on size. | Daniel J Walsh | 2018-08-17 |
* | podman pod stats | baude | 2018-08-17 |
* | Added helper function for libpod pod api calls | haircommander | 2018-08-16 |
* | CreatePod args now PodCreate structure | haircommander | 2018-08-16 |
* | Added reason to PodContainerError | haircommander | 2018-08-16 |
* | Change batchcontainer to shared | haircommander | 2018-08-16 |
* | Add Pod API to varlink. | haircommander | 2018-08-16 |
* | Change pod varlink API. | 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 |
* | Suport format param for varlink Commit | Qi Wang | 2018-08-16 |
* | Fix segfault in top when -l and no args are passed | haircommander | 2018-08-16 |
* | build, rootless: specify IsolationOCIRootless | Giuseppe Scrivano | 2018-08-15 |
* | rootless: not require userns for help/version | Giuseppe Scrivano | 2018-08-14 |
* | podman in rootless mode will only work with cgroupfs at this point. | Daniel J Walsh | 2018-08-14 |
* | search name should include registry | baude | 2018-08-10 |
* | apparmor: respect "unconfined" setting | 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 |
* | Improve ps handling of container start/stop time | Matthew Heon | 2018-08-08 |
* | Stub varlink pod methods. | haircommander | 2018-08-06 |
* | Rename varlink socket and interface | baude | 2018-08-06 |
* | Make one runtime for the varlink service | baude | 2018-08-05 |
* | Vendor in latest github.com/projectatomic/buildah | Daniel J Walsh | 2018-08-03 |
* | Added ps --pod option | haircommander | 2018-08-02 |
* | RFC: Remove unused transport name constants from libpod | Miloslav Trmač | 2018-08-01 |
* | Replace Runtime.LoadFromArchive with Runtime.LoadFromArchiveReference | Miloslav 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 |
* | RFC: Rename Image.PushImage to Image.PushImageToHeuristicDestination | Miloslav Trmač | 2018-08-01 |
* | RFC? Hard-code "format" string values instead of using libpod.* transport names | Miloslav Trmač | 2018-08-01 |
* | Use PushImageToReference for (podman save) | Miloslav Trmač | 2018-08-01 |
* | Call imageNameForSaveDestination while creating the references | Miloslav Trmač | 2018-08-01 |
* | Exit early in the simple case in imageNameForSaveDestination | Miloslav Trmač | 2018-08-01 |
* | Rename parameters of imageNameForSaveDestination | Miloslav Trmač | 2018-08-01 |
* | Split imageNameForSaveDestination from saveCmd | Miloslav Trmač | 2018-08-01 |
* | Split a single if statement into two. | Miloslav Trmač | 2018-08-01 |
* | Move source handling before destination parsing | Miloslav Trmač | 2018-08-01 |
* | Add --force to podman umount to force the unmounting of the rootfs | Daniel J Walsh | 2018-08-01 |
* | Add pod pause/unpause | haircommander | 2018-07-27 |