summaryrefslogtreecommitdiff
path: root/libpod/boltdb_state_internal.go
Commit message (Expand)AuthorAge
* 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