summaryrefslogtreecommitdiff
path: root/libpod/boltdb_state.go
Commit message (Expand)AuthorAge
* Avoid a read-write transaction on DB initMatthew Heon2019-06-25
* Rename libpod.Config back to ContainerConfigMatthew Heon2019-01-07
* Switch all referencs to image.ContainerConfig to image.ConfigDaniel J Walsh2018-12-21
* Add "podman volume" commandumohnani82018-12-06
* Use runtime lockDir in BoltDB stateMatthew Heon2018-12-04
* Do not initialize locks dir in BoltDBMatthew Heon2018-12-02
* Make DB config validation an explicit stepMatthew Heon2018-12-02
* Add ability to retrieve runtime configuration from DBMatthew Heon2018-12-02
* Make failure to retrieve individual ctrs/pods nonfatalMatthew Heon2018-08-17
* Do not fetch pod and ctr State on retrieval in BoltMatthew Heon2018-07-31
* Add a mutex to BoltDB state to prevent lock issuesMatthew Heon2018-07-25
* Update comments in BoltDB and In-Memory statesMatthew Heon2018-07-24
* Address first round of review commentsMatthew Heon2018-07-24
* Add tests for state namespacingMatthew 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
* Returning joining namespace error should not be fatalDaniel J Walsh2018-06-29
* Add Refresh() to ctrs to refresh state after db changeMatthew Heon2018-06-22
* Errors from closing a netns on removal from DB are nonfatalMatthew Heon2018-06-19
* Add MacAddress to inspectWim2018-06-18
* Correctly report errors retrieving containers in psMatthew Heon2018-06-14
* Add per-pod CGroupsMatthew Heon2018-05-17
* Add pod stateMatthew Heon2018-05-17
* Check for duplicate names when generating new container and pod names.Daniel J Walsh2018-03-29
* Convert bind mounts to use DB fieldMatthew Heon2018-03-08
* Update DB to hold CNI network informationMatthew Heon2018-03-02
* Convert exec session tracking to use a dedicated structMatthew Heon2018-03-01
* Add tracking for container exec sessions to DBMatthew Heon2018-03-01
* Add buckets for all containers and all podsMatthew Heon2018-02-12
* Check error when checking ctr dependenciesMatthew 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