summaryrefslogtreecommitdiff
path: root/libpod/boltdb_state.go
Commit message (Expand)AuthorAge
* codespell: spelling correctionsDmitry Smirnov2019-11-13
* add libpod/configValentin Rothberg2019-10-31
* refresh: do not access network ns if not in the namespaceGiuseppe Scrivano2019-10-09
* rm: add containers eviction with `rm --force`Marco Vedovati2019-09-25
* Volume lookup needs to include state to unmarshal intoMatthew Heon2019-09-11
* Add function for looking up volumes by partial nameMatthew Heon2019-09-09
* Correctly report errors on unmounting SHMMatthew Heon2019-09-05
* 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
* libpod: discerne partial IDs between containers and podsMarco Vedovati2019-07-03
* remove libpod from mainbaude2019-06-25
* Avoid a read-write transaction on DB initMatthew 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
* Change LookupContainer logic to match DockerMatthew Heon2019-03-06
* Validate VolumePath against DB configurationMatthew Heon2019-02-26
* Remove locks from volumesMatthew Heon2019-02-21
* Add ability to rewrite pod configs in the databaseMatthew Heon2019-02-21
* Add a function for overwriting container configMatthew Heon2019-02-21
* podman-remote inspectbaude2019-01-18
* Move all libpod/ JSON references over to jsoniterMatthew Heon2019-01-10
* 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