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