summaryrefslogtreecommitdiff
path: root/libpod/boltdb_state_linux.go
AgeCommit message (Expand)Author
2022-12-16libpod: move NetNS into state db instead of extra bucketPaul Holzinger
2022-09-10Fix stuttersDaniel J Walsh
2022-07-05libpod: switch to golang native error wrappingSascha Grunert
2022-03-18go fmt: use go 1.18 conditional-build syntaxValentin Rothberg
2022-01-18bump go module to version 4Valentin Rothberg
2021-09-22standardize logrus messages to upper caseDaniel J Walsh
2021-02-22bump go module to v3Valentin Rothberg
2020-12-22SpellingJosh Soref
2020-07-28Switch all references to github.com/containers/libpod -> podmanDaniel J Walsh
2020-07-06move go module to v2Valentin Rothberg
2019-11-19Error on netns not exist only when ctr is runningMatthew Heon
2019-01-18podman-remote inspectbaude
2018-10-11Log an otherwise ignored error from joining a net nsMatthew Heon
2018-07-31Do not fetch pod and ctr State on retrieval in BoltMatthew Heon
2018-07-26Use the Linux version BoltState.getContainerFromDB on all platforms.Miloslav Trmač
2018-07-26Split parseNetNSBoltData from BoltState.getContainerFromDBMiloslav Trmač
2018-07-24Add constraint that dependencies must be in the same nsMatthew Heon
2018-07-05more changes to compile darwinbaude