| Commit message (Expand) | Author | Age |
* | 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 |
* | Use the result of reference.Parse when checking for digests. | Miloslav Trmač | 2018-07-23 |
* | Make refNamesFromPossiblyUnqualifiedName independent from Image | Miloslav Trmač | 2018-07-23 |
* | Make Image.HasShaInInputName to an independent local function | Miloslav Trmač | 2018-07-23 |
* | Split createNamesToPull into ref{Names,Pairs}FromPossiblyUnqualifiedName | Miloslav Trmač | 2018-07-23 |
* | Rename local variables in Runtime.pullRefPairsFromRefNames | Miloslav Trmač | 2018-07-23 |
* | Split Runtime.pullRefPairsFromRefNames from Image.createNamesToPull | Miloslav Trmač | 2018-07-23 |
* | Rename nameToPull to pullRefName | Miloslav Trmač | 2018-07-23 |
* | Rename pullStruct to pullRefPair | Miloslav Trmač | 2018-07-23 |
* | Replace optional nameToPull.shaPullName with mandatory dstName | Miloslav Trmač | 2018-07-23 |
* | Introduce nameToPull, move shaPullName in there | Miloslav Trmač | 2018-07-23 |
* | Split normalizeTag from Image.TagImage | Miloslav Trmač | 2018-07-23 |
* | Remove Image.isShortName | Miloslav Trmač | 2018-07-23 |
* | Inline getTags into its only user | Miloslav Trmač | 2018-07-23 |
* | Add unit tests for imageParts | Miloslav Trmač | 2018-07-23 |
* | Merge pull request #1103 from haircommander/load_dockerless | Matthew Heon | 2018-07-20 |
|\ |
|
| * | Podman load/tag/save prepend localhost when no repository is present | haircommander | 2018-07-20 |
* | | Merge pull request #1104 from rhatdan/mounting | Matthew Heon | 2018-07-20 |
|\ \ |
|
| * | | Let containers/storage keep track of mounts | Daniel J Walsh | 2018-07-19 |
* | | | pull: get registries using the registries pkg | Giuseppe Scrivano | 2018-07-20 |
| |/
|/| |
|
* | | podman-top: use containers/psgo | Valentin Rothberg | 2018-07-19 |
|/ |
|
* | Vendor in latest code for storage,image, buildah | Daniel J Walsh | 2018-07-19 |
* | Abort a test on nil containers, so that future tests don't panic | Miloslav Trmač | 2018-07-19 |
* | Fix TestPostDeleteHooks on macOS | Miloslav Trmač | 2018-07-19 |
* | Use `...` for a regexp constant to improve readability | Miloslav Trmač | 2018-07-19 |
* | oci: keep exposed ports busy and leak the fd into conmon | Giuseppe Scrivano | 2018-07-19 |
* | Record whether the container has exited | Matthew Heon | 2018-07-13 |
* | Merge pull request #1075 from giuseppe/rootless-no-symlinks-into-storage-path | Daniel J Walsh | 2018-07-13 |
|\ |
|