| Commit message (Expand) | Author | Age |
* | Split Image.PushImageToReference from Image.PushImage | Miloslav Trmač | 2018-08-01 |
* | Don't format to string and re-parse a DockerReference() | Miloslav Trmač | 2018-08-01 |
* | Remove the :// end from DockerTransport | Miloslav Trmač | 2018-08-01 |
* | Remove the TransportNames arrays | Miloslav 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 tags | Miloslav Trmač | 2018-08-01 |
* | Reorganize the tag loading in DockerArchive case | Miloslav Trmač | 2018-08-01 |
* | Return early in refNamesFromImageReference instead of appending to pullNames | Miloslav Trmač | 2018-08-01 |
* | Use srcRef.StringWithinTransport() instead of parsing imgName again | Miloslav Trmač | 2018-08-01 |
* | Use a switch instead of if/if else/.../else | Miloslav Trmač | 2018-08-01 |
* | Remove the error return value from getPullRefName | Miloslav Trmač | 2018-08-01 |
* | Rename getPullListFromRef to refPairsFromImageReference | Miloslav Trmač | 2018-08-01 |
* | Split refNamesFromImageReference from Runtime.getPullListFromRef | Miloslav Trmač | 2018-08-01 |
* | Replace getPullRefPair with getPullRefName | Miloslav Trmač | 2018-08-01 |
* | Include the rejected reference when parsing it fails in pullRefPairsFromRefNames | Miloslav Trmač | 2018-08-01 |
* | Add --force to podman umount to force the unmounting of the rootfs | Daniel J Walsh | 2018-08-01 |
* | Ensure container and pod refresh picks up a State | Matthew Heon | 2018-07-31 |
* | Fix build on non-linux platforms | Matthew Heon | 2018-07-31 |
* | Rework state testing to allow State structs to be empty | Matthew Heon | 2018-07-31 |
* | Add additional comments on accessing state in API | Matthew Heon | 2018-07-31 |
* | Do not fetch pod and ctr State on retrieval in Bolt | Matthew Heon | 2018-07-31 |
* | network: add support for rootless network with slirp4netns | Giuseppe Scrivano | 2018-07-31 |
* | podman rmi shouldn't delete named referenced images | umohnani8 | 2018-07-28 |
* | Add pod pause/unpause | haircommander | 2018-07-27 |
* | Fix handling of Linux network namespaces | Matthew Heon | 2018-07-27 |
* | Use the Linux version BoltState.getContainerFromDB on all platforms. | Miloslav Trmač | 2018-07-26 |
* | Split parseNetNSBoltData from BoltState.getContainerFromDB | Miloslav Trmač | 2018-07-26 |
* | Use testify/require in a few places to avoid panics in tests | Miloslav Trmač | 2018-07-26 |
* | Skip unit tests which require storage when not running as root | Miloslav Trmač | 2018-07-26 |
* | vendor latest containers/psgo | Valentin Rothberg | 2018-07-26 |
* | Merge pull request #1158 from mheon/prevent_multiple_boltdb_conns | Matthew Heon | 2018-07-26 |
|\ |
|
| * | Add a mutex to BoltDB state to prevent lock issues | Matthew Heon | 2018-07-25 |
* | | Added pod restart | haircommander | 2018-07-25 |
* | | Added pod.Restart() functionality to libpod. | haircommander | 2018-07-25 |
|/ |
|
* | Update comments in BoltDB and In-Memory states | Matthew Heon | 2018-07-24 |
* | Add missing runtime.go lines to set namespace | Matthew Heon | 2018-07-24 |
* | Address first round of review comments | Matthew Heon | 2018-07-24 |
* | Set namespace for new pods/containers based on runtime | Matthew Heon | 2018-07-24 |
* | Add --namespace flag to Podman | Matthew Heon | 2018-07-24 |
* | Update documentation for the State interface | Matthew Heon | 2018-07-24 |
* | Ensure pods are part of the set namespace when added | Matthew Heon | 2018-07-24 |
* | Enforce namespace checks on container add | Matthew Heon | 2018-07-24 |
* | Add tests for state namespacing | Matthew Heon | 2018-07-24 |
* | Add namespaces to in memory state | 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 |
* | Add container and pod namespaces to configs | Matthew Heon | 2018-07-24 |
* | Update container Mounted() and Mountpoint() functions | Matthew Heon | 2018-07-24 |