| Commit message (Expand) | Author | Age |
* | Use more reliable check for rootless for firewall init | Matthew Heon | 2018-10-23 |
* | Move rootless directory handling to the libpod/pkg/util directory | Daniel J Walsh | 2018-10-22 |
* | rootless: always set XDG_RUNTIME_DIR | Giuseppe Scrivano | 2018-10-03 |
* | runtime: fix message which assumes the runtime is runc | Giuseppe Scrivano | 2018-10-01 |
* | Add new field to libpod to indicate whether or not to use labelling | Daniel J Walsh | 2018-09-20 |
* | Hooks supports two directories, process default and override | Daniel J Walsh | 2018-09-17 |
* | Add a way to disable port reservation | Matthew Heon | 2018-09-13 |
* | Explicitly set default CNI network name in libpod.conf | Matthew Heon | 2018-09-12 |
* | Vendor CNI plugins firewall code | Matthew Heon | 2018-09-10 |
* | rootless: check uid with Geteuid() instead of Getuid() | Giuseppe Scrivano | 2018-09-04 |
* | rootless: be in an userns to initialize the runtime | Giuseppe Scrivano | 2018-09-04 |
* | rootless: fix exec | Giuseppe Scrivano | 2018-08-26 |
* | rootless: allow to override policy.json by the user | Giuseppe Scrivano | 2018-08-24 |
* | Change pause container to infra container | haircommander | 2018-08-23 |
* | Added option to share kernel namespaces in libpod and podman | haircommander | 2018-08-23 |
* | switch projectatomic to containers | Daniel J Walsh | 2018-08-16 |
* | 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 |
* | | Make errors during refresh nonfatal | Matthew Heon | 2018-08-10 |
|/ |
|
* | Add missing runtime.go lines to set namespace | Matthew Heon | 2018-07-24 |
* | Add constraint that dependencies must be in the same ns | Matthew Heon | 2018-07-24 |
* | Merge pull request #1075 from giuseppe/rootless-no-symlinks-into-storage-path | Daniel J Walsh | 2018-07-13 |
|\ |
|
| * | runtime: delete unused function | Giuseppe Scrivano | 2018-07-11 |
| * | rootless: propagate errors from GetRootlessRuntimeDir() | Giuseppe Scrivano | 2018-07-11 |
* | | Support multiple networks | baude | 2018-07-12 |
|/ |
|
* | rootless: add /run/user/$UID to the lookup paths | Giuseppe Scrivano | 2018-07-05 |
* | rootless: always set XDG_RUNTIME_DIR | Giuseppe Scrivano | 2018-07-05 |
* | rootless: use $HOME/.config/containers/libpod.conf | Giuseppe Scrivano | 2018-06-27 |
* | oci: set XDG_RUNTIME_DIR to the runtime from GetRootlessRuntimeDir() | Giuseppe Scrivano | 2018-06-27 |
* | rootless: add management for the userNS | Giuseppe Scrivano | 2018-06-27 |
* | Make CGroups cleanup optional on whether they exist | Matthew Heon | 2018-06-22 |
* | We are using err in defer function, needs to be defined name | Daniel J Walsh | 2018-06-22 |
* | Add --all,-a flag to podman images | umohnani8 | 2018-06-18 |
* | podman: use a different store for the rootless case | Giuseppe Scrivano | 2018-06-15 |
* | oci: do not set the cgroup path in Rootless mode | Giuseppe Scrivano | 2018-06-15 |
* | runtime: add /usr/libexec/podman/conmon to the conmon paths | Giuseppe Scrivano | 2018-06-01 |
* | Spell check strings and comments | Jhon Honce | 2018-05-25 |
* | Refresh pods when refreshing podman state | Matthew Heon | 2018-05-17 |
* | libpod: Add HooksDirNotExistFatal | W. Trevor King | 2018-05-11 |
* | pkg/hooks: Version the hook structure and add 1.0.0 hooks | W. Trevor King | 2018-05-11 |
* | Add --cgroup-manager flag to Podman binary | Matthew Heon | 2018-05-11 |
* | podman, userNS: configure an intermediate mount namespace | Giuseppe Scrivano | 2018-05-04 |
* | Modify secrets pkg | umohnani8 | 2018-04-27 |
* | Add --default-mounts-file hidden flag | umohnani8 | 2018-04-26 |
* | regression: tls verify should be set on registries.conf if insecure | baude | 2018-04-18 |
* | Add hooks support to podman | Daniel J Walsh | 2018-04-05 |
* | Check for duplicate names when generating new container and pod names. | Daniel J Walsh | 2018-03-29 |
* | Remove current SQLite DB driver | Matthew Heon | 2018-03-26 |
* | Image library stage 4 - create and commit | baude | 2018-03-20 |