| Commit message (Expand) | Author | Age |
* | rootless: do not override user settings | Giuseppe Scrivano | 2019-03-15 |
* | runtime: refactor NewRuntime and NewRuntimeFromConfig | Giuseppe Scrivano | 2019-03-15 |
* | Add event logging to libpod, even display to podman | baude | 2019-03-11 |
* | libpod: allow to configure path to the network-cmd binary | Giuseppe Scrivano | 2019-03-11 |
* | rootless: propagate errors from info | Giuseppe Scrivano | 2019-03-08 |
* | rootless: fill in correct storage conf default | Giuseppe Scrivano | 2019-03-05 |
* | runtime: fill a proper default tmpdir when --config is used | Giuseppe Scrivano | 2019-03-04 |
* | Centralize setting default volume path | Matthew Heon | 2019-02-26 |
* | Move all storage configuration defaults into libpod | Matthew Heon | 2019-02-26 |
* | Record when volume path is explicitly set in config | Matthew Heon | 2019-02-26 |
* | Add debug information when overriding paths with the DB | Matthew Heon | 2019-02-26 |
* | Validate VolumePath against DB configuration | Matthew Heon | 2019-02-26 |
* | When location of c/storage root changes, set VolumePath | Matthew Heon | 2019-02-26 |
* | oci: improve error message when the OCI runtime is not found | Giuseppe Scrivano | 2019-02-26 |
* | Do not make renumber shut down the runtime | Matthew Heon | 2019-02-21 |
* | Recreate SHM locks when renumbering on count mismatch | Matthew Heon | 2019-02-21 |
* | Move RenumberLocks into runtime init | Matthew Heon | 2019-02-21 |
* | libpod: honor runtime_path from libpod.conf | Giuseppe Scrivano | 2019-02-15 |
* | rootless: open the correct file | Daniel J Walsh | 2019-02-15 |
* | rootless: copy some settings from the global configuration | Giuseppe Scrivano | 2019-02-05 |
* | Merge pull request #2069 from mheon/warn_on_overriding_driver | OpenShift Merge Robot | 2019-01-23 |
|\ |
|
| * | Warn on overriding user-specified storage driver w/ DB | Matthew Heon | 2019-01-02 |
* | | Show a better error message when podman info fails during a refresh | Ryan Gonzalez | 2019-01-21 |
* | | oci: allow to define multiple OCI runtimes | Giuseppe Scrivano | 2019-01-14 |
* | | libpod: allow multiple oci runtimes | Vincent Batts | 2019-01-14 |
* | | If you fail to open shm lock then attempt to create it | Daniel J Walsh | 2019-01-09 |
* | | Rootless with shmlocks was not working. | Daniel J Walsh | 2019-01-05 |
* | | Move lock init after tmp dir is populated properly | Matthew Heon | 2019-01-04 |
* | | When refreshing libpod, if SHM locks exist, remove them | Matthew Heon | 2019-01-04 |
* | | Ensure different error messages and creating/opening locks | Matthew Heon | 2019-01-04 |
* | | Remove runtime lockDir and add in-memory lock manager | Matthew Heon | 2019-01-04 |
* | | Convert containers to SHM locking | Matthew Heon | 2019-01-04 |
* | | Add lock manager to libpod runtime | Matthew Heon | 2019-01-04 |
* | | add container-init support | Valentin Rothberg | 2019-01-04 |
|/ |
|
* | Support podman image trust command | Qi Wang | 2018-12-19 |
* | Add "podman volume" command | umohnani8 | 2018-12-06 |
* | Merge pull request #1918 from mheon/use_db_paths | OpenShift Merge Robot | 2018-12-05 |
|\ |
|
| * | Use runtime lockDir in BoltDB state | Matthew Heon | 2018-12-04 |
| * | Revert changes to GetDefaultStoreOptions | Matthew Heon | 2018-12-03 |
| * | Ensure directory where we will make database exists | Matthew Heon | 2018-12-03 |
| * | Do not initialize locks dir in BoltDB | Matthew Heon | 2018-12-02 |
| * | Move rootless storage config into libpod | Matthew Heon | 2018-12-02 |
| * | Set default paths from DB if not explicitly overridden | Matthew Heon | 2018-12-02 |
| * | Add a struct indicating if some Runtime fields were set | Matthew Heon | 2018-12-02 |
| * | Make DB config validation an explicit step | Matthew Heon | 2018-12-02 |
| * | Move DB configuration up in runtime setup | Matthew Heon | 2018-12-02 |
* | | Merge pull request #1939 from mheon/no_firewall_if_rootless | OpenShift Merge Robot | 2018-12-04 |
|\ \ |
|
| * | | Don't initialize CNI when running as rootless | Matthew Heon | 2018-12-04 |
| |/ |
|
* / | libpod/container_internal: Deprecate implicit hook directories | W. Trevor King | 2018-12-03 |
|/ |
|
* | rootless: create libpod.conf when it doesn't exist | Giuseppe Scrivano | 2018-11-19 |