| Commit message (Expand) | Author | Age |
* | Turn on More linters | Daniel J Walsh | 2020-06-15 |
* | Update vendor of boltdb and containers/image | Daniel J Walsh | 2020-03-29 |
* | Add support for containers.conf | Daniel J Walsh | 2020-03-27 |
* | Add structure for new exec session tracking to DB | Matthew Heon | 2020-03-18 |
* | codespell: spelling corrections | Dmitry Smirnov | 2019-11-13 |
* | add libpod/config | Valentin Rothberg | 2019-10-31 |
* | refresh: do not access network ns if not in the namespace | Giuseppe Scrivano | 2019-10-09 |
* | rm: add containers eviction with `rm --force` | Marco Vedovati | 2019-09-25 |
* | Volume lookup needs to include state to unmarshal into | Matthew Heon | 2019-09-11 |
* | Add function for looking up volumes by partial name | Matthew Heon | 2019-09-09 |
* | Correctly report errors on unmounting SHM | Matthew Heon | 2019-09-05 |
* | Add ability for volumes with options to mount/umount | Matthew Heon | 2019-09-05 |
* | Add volume state | Matthew Heon | 2019-09-05 |
* | Re-add locks to volumes. | Matthew Heon | 2019-08-28 |
* | first pass of corrections for golangci-lint | baude | 2019-07-10 |
* | libpod: discerne partial IDs between containers and pods | Marco Vedovati | 2019-07-03 |
* | remove libpod from main | baude | 2019-06-25 |
* | Avoid a read-write transaction on DB init | Matthew Heon | 2019-06-20 |
* | Update vendor of buildah and containers/images | Daniel J Walsh | 2019-05-20 |
* | Switch Libpod over to new explicit named volumes | Matthew Heon | 2019-04-04 |
* | Change LookupContainer logic to match Docker | Matthew Heon | 2019-03-06 |
* | Validate VolumePath against DB configuration | Matthew Heon | 2019-02-26 |
* | Remove locks from volumes | Matthew Heon | 2019-02-21 |
* | Add ability to rewrite pod configs in the database | Matthew Heon | 2019-02-21 |
* | Add a function for overwriting container config | Matthew Heon | 2019-02-21 |
* | podman-remote inspect | baude | 2019-01-18 |
* | Move all libpod/ JSON references over to jsoniter | Matthew Heon | 2019-01-10 |
* | Rename libpod.Config back to ContainerConfig | Matthew Heon | 2019-01-07 |
* | Switch all referencs to image.ContainerConfig to image.Config | Daniel J Walsh | 2018-12-21 |
* | Add "podman volume" command | umohnani8 | 2018-12-06 |
* | Use runtime lockDir in BoltDB state | Matthew Heon | 2018-12-04 |
* | Do not initialize locks dir in BoltDB | Matthew Heon | 2018-12-02 |
* | Make DB config validation an explicit step | Matthew Heon | 2018-12-02 |
* | Add ability to retrieve runtime configuration from DB | Matthew Heon | 2018-12-02 |
* | Make failure to retrieve individual ctrs/pods nonfatal | Matthew Heon | 2018-08-17 |
* | Do not fetch pod and ctr State on retrieval in Bolt | Matthew Heon | 2018-07-31 |
* | Add a mutex to BoltDB state to prevent lock issues | Matthew Heon | 2018-07-25 |
* | Update comments in BoltDB and In-Memory states | Matthew Heon | 2018-07-24 |
* | Address first round of review comments | Matthew Heon | 2018-07-24 |
* | Add tests for state namespacing | Matthew Heon | 2018-07-24 |
* | Untested implementation of namespaced BoltDB access | Matthew Heon | 2018-07-24 |
* | Add constraint that dependencies must be in the same ns | Matthew Heon | 2018-07-24 |
* | Add namespaces and initial constraints to database | Matthew Heon | 2018-07-24 |
* | more changes to compile darwin | baude | 2018-07-05 |
* | Returning joining namespace error should not be fatal | Daniel J Walsh | 2018-06-29 |
* | Add Refresh() to ctrs to refresh state after db change | Matthew Heon | 2018-06-22 |
* | Errors from closing a netns on removal from DB are nonfatal | Matthew Heon | 2018-06-19 |
* | Add MacAddress to inspect | Wim | 2018-06-18 |
* | Correctly report errors retrieving containers in ps | Matthew Heon | 2018-06-14 |
* | Add per-pod CGroups | Matthew Heon | 2018-05-17 |