| Commit message (Expand) | Author | Age |
* | libpod: switch to golang native error wrapping | Sascha Grunert | 2022-07-05 |
* | Merge pull request #14449 from cdoern/podVolumes | openshift-ci[bot] | 2022-07-01 |
|\ |
|
| * | podman volume create --opt=o=timeout... | cdoern | 2022-06-09 |
* | | libpod: fix wait and exit-code logic | Valentin Rothberg | 2022-06-23 |
|/ |
|
* | libpod: unset networks before storing container conf | Paul Holzinger | 2022-05-02 |
* | bump go module to version 4 | Valentin Rothberg | 2022-01-18 |
* | network db: add new strucutre to container create | Paul Holzinger | 2021-12-14 |
* | libpod: deduplicate ports in db | Paul Holzinger | 2021-10-27 |
* | standardize logrus messages to upper case | Daniel J Walsh | 2021-09-22 |
* | Add --requires flag to podman run/create | Matthew Heon | 2021-04-06 |
* | Removing a non existing container API should return 404 | Daniel J Walsh | 2021-03-10 |
* | bump go module to v3 | Valentin Rothberg | 2021-02-22 |
* | Initial implementation of volume plugins | Matthew Heon | 2021-01-14 |
* | Add support for network connect / disconnect to DB | Matthew Heon | 2020-11-11 |
* | Merge pull request #8156 from mheon/add_net_aliases_db | OpenShift Merge Robot | 2020-11-04 |
|\ |
|
| * | Add tests for network aliases | Matthew Heon | 2020-11-03 |
| * | Add network aliases for containers to DB | Matthew Heon | 2020-10-27 |
* | | libpod: clean paths before check | Giuseppe Scrivano | 2020-10-28 |
|/ |
|
* | Re-create OCI runtimes by path when it is missing | Matthew Heon | 2020-10-20 |
* | Improve error message when creating a pod/ctr with the same name | Paul Holzinger | 2020-08-04 |
* | Switch all references to github.com/containers/libpod -> podman | Daniel J Walsh | 2020-07-28 |
* | move go module to v2 | Valentin Rothberg | 2020-07-06 |
* | Turn on More linters | Daniel J Walsh | 2020-06-15 |
* | Fix two coverity issues (unchecked null return) | Matthew Heon | 2020-05-14 |
* | 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 |
* | make lint: enable gocritic | Valentin Rothberg | 2020-01-13 |
* | Add a MissingRuntime implementation | Matthew Heon | 2019-10-15 |
* | rm: add containers eviction with `rm --force` | Marco Vedovati | 2019-09-25 |
* | 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 |
* | code cleanup | baude | 2019-07-08 |
* | remove libpod from main | baude | 2019-06-25 |
* | Merge pull request #3378 from mheon/multiple_runtimes | OpenShift Merge Robot | 2019-06-21 |
|\ |
|
| * | Handle containers whose OCIRuntime fields are paths | Matthew Heon | 2019-06-20 |
| * | Begin adding support for multiple OCI runtimes | Matthew Heon | 2019-06-19 |
* | | Make configuration validation not require a DB commit | 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 |
* | vendor buildah, image, storage, cni | Valentin Rothberg | 2019-03-28 |
* | Validate VolumePath against DB configuration | Matthew Heon | 2019-02-26 |
* | Remove locks from volumes | Matthew Heon | 2019-02-21 |
* | Move all libpod/ JSON references over to jsoniter | Matthew Heon | 2019-01-10 |
* | Remove runtime lockDir and add in-memory lock manager | Matthew Heon | 2019-01-04 |
* | Convert pods to SHM locks | Matthew Heon | 2019-01-04 |
* | Convert containers to SHM locking | Matthew Heon | 2019-01-04 |
* | condition fixed for adding volume to boltdb. | Kunal Kushwaha | 2018-12-13 |