summaryrefslogtreecommitdiff
path: root/libpod
Commit message (Expand)AuthorAge
* Remove the TransportNames arraysMiloslav Trmač2018-08-01
* Document the properties of DefaultTransport a bit better.Miloslav Trmač2018-08-01
* Eliminate the "dest" variable.Miloslav Trmač2018-08-01
* Use an early exit if a docker-archive: image has no repo tagsMiloslav Trmač2018-08-01
* Reorganize the tag loading in DockerArchive caseMiloslav Trmač2018-08-01
* Return early in refNamesFromImageReference instead of appending to pullNamesMiloslav Trmač2018-08-01
* Use srcRef.StringWithinTransport() instead of parsing imgName againMiloslav Trmač2018-08-01
* Use a switch instead of if/if else/.../elseMiloslav Trmač2018-08-01
* Remove the error return value from getPullRefNameMiloslav Trmač2018-08-01
* Rename getPullListFromRef to refPairsFromImageReferenceMiloslav Trmač2018-08-01
* Split refNamesFromImageReference from Runtime.getPullListFromRefMiloslav Trmač2018-08-01
* Replace getPullRefPair with getPullRefNameMiloslav Trmač2018-08-01
* Include the rejected reference when parsing it fails in pullRefPairsFromRefNamesMiloslav Trmač2018-08-01
* Add --force to podman umount to force the unmounting of the rootfsDaniel J Walsh2018-08-01
* Ensure container and pod refresh picks up a StateMatthew Heon2018-07-31
* Fix build on non-linux platformsMatthew Heon2018-07-31
* Rework state testing to allow State structs to be emptyMatthew Heon2018-07-31
* Add additional comments on accessing state in APIMatthew Heon2018-07-31
* Do not fetch pod and ctr State on retrieval in BoltMatthew Heon2018-07-31
* network: add support for rootless network with slirp4netnsGiuseppe Scrivano2018-07-31
* podman rmi shouldn't delete named referenced imagesumohnani82018-07-28
* Add pod pause/unpausehaircommander2018-07-27
* Fix handling of Linux network namespacesMatthew Heon2018-07-27
* 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