summaryrefslogtreecommitdiff
path: root/libpod
Commit message (Expand)AuthorAge
* Use the Linux version BoltState.getContainerFromDB on all platforms.Miloslav Trmač2018-07-26
* Split parseNetNSBoltData from BoltState.getContainerFromDBMiloslav Trmač2018-07-26
* Use testify/require in a few places to avoid panics in testsMiloslav Trmač2018-07-26
* Skip unit tests which require storage when not running as rootMiloslav Trmač2018-07-26
* vendor latest containers/psgoValentin Rothberg2018-07-26
* Merge pull request #1158 from mheon/prevent_multiple_boltdb_connsMatthew Heon2018-07-26
|\
| * Add a mutex to BoltDB state to prevent lock issuesMatthew Heon2018-07-25
* | Added pod restarthaircommander2018-07-25
* | Added pod.Restart() functionality to libpod.haircommander2018-07-25
|/
* Update comments in BoltDB and In-Memory statesMatthew Heon2018-07-24
* Add missing runtime.go lines to set namespaceMatthew Heon2018-07-24
* Address first round of review commentsMatthew Heon2018-07-24
* Set namespace for new pods/containers based on runtimeMatthew Heon2018-07-24
* Add --namespace flag to PodmanMatthew Heon2018-07-24
* Update documentation for the State interfaceMatthew Heon2018-07-24
* Ensure pods are part of the set namespace when addedMatthew Heon2018-07-24
* Enforce namespace checks on container addMatthew Heon2018-07-24
* Add tests for state namespacingMatthew Heon2018-07-24
* Add namespaces to in memory stateMatthew Heon2018-07-24
* Untested implementation of namespaced BoltDB accessMatthew Heon2018-07-24
* Add constraint that dependencies must be in the same nsMatthew Heon2018-07-24
* Add namespaces and initial constraints to databaseMatthew Heon2018-07-24
* Add container and pod namespaces to configsMatthew Heon2018-07-24
* Update container Mounted() and Mountpoint() functionsMatthew Heon2018-07-24
* Use the result of reference.Parse when checking for digests.Miloslav Trmač2018-07-23
* Make refNamesFromPossiblyUnqualifiedName independent from ImageMiloslav Trmač2018-07-23
* Make Image.HasShaInInputName to an independent local functionMiloslav Trmač2018-07-23
* Split createNamesToPull into ref{Names,Pairs}FromPossiblyUnqualifiedNameMiloslav Trmač2018-07-23
* Rename local variables in Runtime.pullRefPairsFromRefNamesMiloslav Trmač2018-07-23
* Split Runtime.pullRefPairsFromRefNames from Image.createNamesToPullMiloslav Trmač2018-07-23
* Rename nameToPull to pullRefNameMiloslav Trmač2018-07-23
* Rename pullStruct to pullRefPairMiloslav Trmač2018-07-23
* Replace optional nameToPull.shaPullName with mandatory dstNameMiloslav Trmač2018-07-23
* Introduce nameToPull, move shaPullName in thereMiloslav Trmač2018-07-23
* Split normalizeTag from Image.TagImageMiloslav Trmač2018-07-23
* Remove Image.isShortNameMiloslav Trmač2018-07-23
* Inline getTags into its only userMiloslav Trmač2018-07-23
* Add unit tests for imagePartsMiloslav Trmač2018-07-23
* Merge pull request #1103 from haircommander/load_dockerlessMatthew Heon2018-07-20
|\
| * Podman load/tag/save prepend localhost when no repository is presenthaircommander2018-07-20
* | Merge pull request #1104 from rhatdan/mountingMatthew Heon2018-07-20
|\ \
| * | Let containers/storage keep track of mountsDaniel J Walsh2018-07-19
* | | pull: get registries using the registries pkgGiuseppe Scrivano2018-07-20
| |/ |/|
* | podman-top: use containers/psgoValentin Rothberg2018-07-19
|/
* Vendor in latest code for storage,image, buildahDaniel J Walsh2018-07-19
* Abort a test on nil containers, so that future tests don't panicMiloslav Trmač2018-07-19
* Fix TestPostDeleteHooks on macOSMiloslav Trmač2018-07-19
* Use `...` for a regexp constant to improve readabilityMiloslav Trmač2018-07-19
* oci: keep exposed ports busy and leak the fd into conmonGiuseppe Scrivano2018-07-19
* Record whether the container has exitedMatthew Heon2018-07-13