| Commit message (Expand) | Author | Age |
* | Add a MissingRuntime implementation | Matthew Heon | 2019-10-15 |
* | rm: add containers eviction with `rm --force` | Marco Vedovati | 2019-09-25 |
* | Add ability for volumes with options to mount/umount | Matthew Heon | 2019-09-05 |
* | Add volume state | Matthew Heon | 2019-09-05 |
* | Re-add locks to volumes. | Matthew Heon | 2019-08-28 |
* | first pass of corrections for golangci-lint | baude | 2019-07-10 |
* | code cleanup | baude | 2019-07-08 |
* | remove libpod from main | baude | 2019-06-25 |
* | Merge pull request #3378 from mheon/multiple_runtimes | OpenShift Merge Robot | 2019-06-21 |
|\ |
|
| * | Handle containers whose OCIRuntime fields are paths | Matthew Heon | 2019-06-20 |
| * | Begin adding support for multiple OCI runtimes | Matthew Heon | 2019-06-19 |
* | | Make configuration validation not require a DB commit | Matthew Heon | 2019-06-20 |
|/ |
|
* | Update vendor of buildah and containers/images | Daniel J Walsh | 2019-05-20 |
* | Switch Libpod over to new explicit named volumes | Matthew Heon | 2019-04-04 |
* | vendor buildah, image, storage, cni | Valentin Rothberg | 2019-03-28 |
* | Validate VolumePath against DB configuration | Matthew Heon | 2019-02-26 |
* | Remove locks from volumes | Matthew Heon | 2019-02-21 |
* | Move all libpod/ JSON references over to jsoniter | Matthew Heon | 2019-01-10 |
* | Remove runtime lockDir and add in-memory lock manager | Matthew Heon | 2019-01-04 |
* | Convert pods to SHM locks | Matthew Heon | 2019-01-04 |
* | Convert containers to SHM locking | Matthew Heon | 2019-01-04 |
* | condition fixed for adding volume to boltdb. | Kunal Kushwaha | 2018-12-13 |
* | Add "podman volume" command | umohnani8 | 2018-12-06 |
* | Use runtime lockDir in BoltDB state | Matthew Heon | 2018-12-04 |
* | Add better descriptions for validation errors in DB | Matthew Heon | 2018-12-03 |
* | Add ability to retrieve runtime configuration from DB | Matthew Heon | 2018-12-02 |
* | Do not fetch pod and ctr State on retrieval in Bolt | Matthew Heon | 2018-07-31 |
* | Use the Linux version BoltState.getContainerFromDB on all platforms. | Miloslav Trmač | 2018-07-26 |
* | Add a mutex to BoltDB state to prevent lock issues | Matthew Heon | 2018-07-25 |
* | Enforce namespace checks on container add | Matthew Heon | 2018-07-24 |
* | Untested implementation of namespaced BoltDB access | Matthew Heon | 2018-07-24 |
* | Add constraint that dependencies must be in the same ns | Matthew Heon | 2018-07-24 |
* | Add namespaces and initial constraints to database | Matthew Heon | 2018-07-24 |
* | more changes to compile darwin | baude | 2018-07-05 |
* | libpod/container: Replace containerState* with containerPlatformState | W. Trevor King | 2018-07-05 |
* | Returning joining namespace error should not be fatal | Daniel J Walsh | 2018-06-29 |
* | Spell check strings and comments | Jhon Honce | 2018-05-25 |
* | Add pod state | Matthew Heon | 2018-05-17 |
* | Ensure container dependencies are part of the same pod | Matthew Heon | 2018-03-29 |
* | Prevent ctrs not in pods from depending on pod ctrs | Matthew Heon | 2018-03-29 |
* | Fix checks for configuration keys in the DB | Matthew Heon | 2018-03-01 |
* | Add buckets for all containers and all pods | Matthew Heon | 2018-02-12 |
* | Containers in a pod can only join namespaces in that pod | Matthew Heon | 2018-02-12 |
* | Fix gofmt and lint | Matthew Heon | 2018-02-12 |
* | Refactor Pod to use a Config struct | Matthew Heon | 2018-02-12 |
* | Add pod functions to BoltDB state | Matthew Heon | 2018-02-12 |
* | Add pod buckets | Matthew Heon | 2018-02-12 |
* | Add implementation for BoltDB-backed state | Matthew Heon | 2018-02-12 |