summaryrefslogtreecommitdiff
path: root/libpod/boltdb_state_internal.go
Commit message (Expand)AuthorAge
* make lint: enable gocriticValentin Rothberg2020-01-13
* Add a MissingRuntime implementationMatthew Heon2019-10-15
* rm: add containers eviction with `rm --force`Marco Vedovati2019-09-25
* Add ability for volumes with options to mount/umountMatthew Heon2019-09-05
* Add volume stateMatthew Heon2019-09-05
* Re-add locks to volumes.Matthew Heon2019-08-28
* first pass of corrections for golangci-lintbaude2019-07-10
* code cleanupbaude2019-07-08
* remove libpod from mainbaude2019-06-25
* Merge pull request #3378 from mheon/multiple_runtimesOpenShift Merge Robot2019-06-21
|\
| * Handle containers whose OCIRuntime fields are pathsMatthew Heon2019-06-20
| * Begin adding support for multiple OCI runtimesMatthew Heon2019-06-19
* | Make configuration validation not require a DB commitMatthew Heon2019-06-20
|/
* Update vendor of buildah and containers/imagesDaniel J Walsh2019-05-20
* Switch Libpod over to new explicit named volumesMatthew Heon2019-04-04
* vendor buildah, image, storage, cniValentin Rothberg2019-03-28
* Validate VolumePath against DB configurationMatthew Heon2019-02-26
* Remove locks from volumesMatthew Heon2019-02-21
* Move all libpod/ JSON references over to jsoniterMatthew Heon2019-01-10
* Remove runtime lockDir and add in-memory lock managerMatthew Heon2019-01-04
* Convert pods to SHM locksMatthew Heon2019-01-04
* Convert containers to SHM lockingMatthew Heon2019-01-04
* condition fixed for adding volume to boltdb.Kunal Kushwaha2018-12-13
* Add "podman volume" commandumohnani82018-12-06
* Use runtime lockDir in BoltDB stateMatthew Heon2018-12-04
* Add better descriptions for validation errors in DBMatthew Heon2018-12-03
* Add ability to retrieve runtime configuration from DBMatthew Heon2018-12-02
* Do not fetch pod and ctr State on retrieval in BoltMatthew Heon2018-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 issuesMatthew Heon2018-07-25
* Enforce namespace checks on container addMatthew Heon2018-07-24
* Untested implementation of namespaced BoltDB accessMatthew Heon2018-07-24
* Add constraint that dependencies must be in the same nsMatthew Heon2018-07-24
* Add namespaces and initial constraints to databaseMatthew Heon2018-07-24
* more changes to compile darwinbaude2018-07-05
* libpod/container: Replace containerState* with containerPlatformStateW. Trevor King2018-07-05
* Returning joining namespace error should not be fatalDaniel J Walsh2018-06-29
* Spell check strings and commentsJhon Honce2018-05-25
* Add pod stateMatthew Heon2018-05-17
* Ensure container dependencies are part of the same podMatthew Heon2018-03-29
* Prevent ctrs not in pods from depending on pod ctrsMatthew Heon2018-03-29
* Fix checks for configuration keys in the DBMatthew Heon2018-03-01
* Add buckets for all containers and all podsMatthew Heon2018-02-12
* Containers in a pod can only join namespaces in that podMatthew Heon2018-02-12
* Fix gofmt and lintMatthew Heon2018-02-12
* Refactor Pod to use a Config structMatthew Heon2018-02-12
* Add pod functions to BoltDB stateMatthew Heon2018-02-12
* Add pod bucketsMatthew Heon2018-02-12
* Add implementation for BoltDB-backed stateMatthew Heon2018-02-12