| Commit message (Expand) | Author | Age |
* | 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 |
* | Add pod state | Matthew Heon | 2018-05-17 |
* | Check for duplicate names when generating new container and pod names. | Daniel J Walsh | 2018-03-29 |
* | Convert bind mounts to use DB field | Matthew Heon | 2018-03-08 |
* | Update DB to hold CNI network information | Matthew Heon | 2018-03-02 |
* | Convert exec session tracking to use a dedicated struct | Matthew Heon | 2018-03-01 |
* | Add tracking for container exec sessions to DB | Matthew Heon | 2018-03-01 |
* | Add buckets for all containers and all pods | Matthew Heon | 2018-02-12 |
* | Check error when checking ctr dependencies | Matthew Heon | 2018-02-12 |
* | Refactor Pod to use a Config struct | Matthew Heon | 2018-02-12 |
* | Add pod functions to BoltDB state | Matthew Heon | 2018-02-12 |
* | Add pod buckets | Matthew Heon | 2018-02-12 |
* | Add implementation for BoltDB-backed state | Matthew Heon | 2018-02-12 |