| Commit message (Expand) | Author | Age |
* | Small fixes for #2950 | Matthew Heon | 2019-05-01 |
* | runtime: pass down the context | Giuseppe Scrivano | 2019-04-26 |
* | system: add new subcommand "migrate" | Giuseppe Scrivano | 2019-04-26 |
* | Add System event type and renumber, refresh events | Matthew Heon | 2019-04-25 |
* | Merge pull request #3013 from mheon/logging_for_refresh | OpenShift Merge Robot | 2019-04-25 |
|\ |
|
| * | Add a debug message indicating that a refresh occurred | Matthew Heon | 2019-04-25 |
* | | journald event logging | baude | 2019-04-24 |
|/ |
|
* | rootless: fix segfault on refresh if there are containers | Giuseppe Scrivano | 2019-04-10 |
* | rootless: use a single user namespace | Giuseppe Scrivano | 2019-04-01 |
* | rootless: remove SkipStorageSetup() | Giuseppe Scrivano | 2019-04-01 |
* | rootless: set sticky bit on rundir | Giuseppe Scrivano | 2019-03-29 |
* | vendor buildah, image, storage, cni | Valentin Rothberg | 2019-03-28 |
* | Remove ulele/deepcopier in favor of JSON deep copy | Matthew Heon | 2019-03-27 |
* | utils: split generation and writing of storage.conf | Giuseppe Scrivano | 2019-03-17 |
* | rootless: write the custom config file before reload | Giuseppe Scrivano | 2019-03-15 |
* | 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 |