aboutsummaryrefslogtreecommitdiff
path: root/libpod/state.go
Commit message (Expand)AuthorAge
* Add support for 'image' volume driverMatthew Heon2022-09-22
* libpod: fix wait and exit-code logicValentin Rothberg2022-06-23
* use libnetwork from c/commonPaul Holzinger2022-01-12
* network db: add new strucutre to container createPaul Holzinger2021-12-14
* network db rewrite: migrate existing settingsPaul Holzinger2021-12-14
* Rewrite Rename backend in a more atomic fashionMatthew Heon2021-03-02
* Add support for network connect / disconnect to DBMatthew Heon2020-11-11
* Add tests for network aliasesMatthew Heon2020-11-03
* Add a way to retrieve all network aliases for a ctrMatthew Heon2020-10-27
* Add network aliases for containers to DBMatthew Heon2020-10-27
* Unconditionally retrieve pod names via APIMatthew Heon2020-08-10
* Add support for containers.confDaniel J Walsh2020-03-27
* Add structure for new exec session tracking to DBMatthew Heon2020-03-18
* add libpod/configValentin Rothberg2019-10-31
* rm: add containers eviction with `rm --force`Marco Vedovati2019-09-25
* Add function for looking up volumes by partial nameMatthew Heon2019-09-09
* Add volume stateMatthew Heon2019-09-05
* Re-add locks to volumes.Matthew Heon2019-08-28
* Switch Libpod over to new explicit named volumesMatthew Heon2019-04-04
* Validate VolumePath against DB configurationMatthew Heon2019-02-26
* Add ability to rewrite pod configs in the databaseMatthew Heon2019-02-21
* Add a function for overwriting container configMatthew Heon2019-02-21
* Add "podman volume" commandumohnani82018-12-06
* Fix typoMatthew Heon2018-12-03
* Fix gofmt and lintMatthew Heon2018-12-02
* Make DB config validation an explicit stepMatthew Heon2018-12-02
* 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
* Update documentation for the State interfaceMatthew Heon2018-07-24
* Add constraint that dependencies must be in the same nsMatthew Heon2018-07-24
* Spell check strings and commentsJhon Honce2018-05-25
* Add pod stateMatthew Heon2018-05-17
* Containers in a pod can only join namespaces in that podMatthew Heon2018-02-12
* Add pod removal codeMatthew Heon2018-02-09
* Tear out pod containers map. Instead rely on stateMatthew Heon2018-02-09
* Change handling for pods in libpod stateMatthew Heon2018-01-17
* Add ability to retrieve a pod's container from the stateMatthew Heon2018-01-17
* Add ability for states to track container dependenciesMatthew Heon2018-01-16
* Add ability to refresh state in DBMatthew Heon2017-12-07
* Wire SQL backed state into rest of libpodMatthew Heon2017-11-18
* Compile-tested implementation of SQL-backed stateMatthew Heon2017-11-18
* Initial checkin from CRI-O repoMatthew Heon2017-11-01