| Commit message (Expand) | Author | Age |
... | |
* | 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 |
* | varlink ImageRemove should always return image ID | baude | 2018-07-31 |
* | Add documentations on how to setup /etc/subuid and /etc/subgid | Daniel J Walsh | 2018-07-31 |
* | Integration Test Improvements #2 | baude | 2018-07-30 |
* | avoid spewing fds do to restore of cached images | baude | 2018-07-30 |
* | Add load test for xz compressed images | umohnani8 | 2018-07-30 |
* | Speed up test results | baude | 2018-07-30 |
* | Show duration for each ginkgo test and test speed improvements | baude | 2018-07-28 |
* | vendor: update containers/storage | Giuseppe Scrivano | 2018-07-28 |
* | Clean up pylint warnings and errors for podman | Jhon Honce | 2018-07-28 |
* | podman rmi shouldn't delete named referenced images | umohnani8 | 2018-07-28 |
* | Merge pull request #1173 from mheon/bump-0.7.4 | Matthew Heon | 2018-07-27 |
|\ |
|
| * | Bump gitvalidation epoch | Matthew Heon | 2018-07-27 |
| * | Bump to v0.8.1-dev | Matthew Heon | 2018-07-27 |
| * | Bump to v0.7.4v0.7.4 | Matthew Heon | 2018-07-27 |
|/ |
|
* | Add pod pause/unpause | haircommander | 2018-07-27 |
* | Fix up docker compatibility messages | Daniel J Walsh | 2018-07-27 |
* | Update vendored version of runc,buildah,containers/image | Daniel J Walsh | 2018-07-27 |
* | Refactored method of getting pods | haircommander | 2018-07-27 |
* | Fix godoc comment in pkg/netns | Matthew Heon | 2018-07-27 |
* | Fix handling of Linux network namespaces | Matthew Heon | 2018-07-27 |
* | Update containernetworking/plugins to current master | Matthew Heon | 2018-07-27 |
* | Cleanup descriptions and help information | Daniel J Walsh | 2018-07-27 |
* | Skip seccomp-dependent tests on non-Linux | Miloslav Trmač | 2018-07-26 |
* | 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 |
* | Don't pollute the build output with failures to build checkseccomp | Miloslav Trmač | 2018-07-26 |
* | Remove cmd/podman/user.go | Miloslav Trmač | 2018-07-26 |
* | double papr timeout for all ci tests | baude | 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 |
* | | Vendor latest container/storage to fix overlay mountopt | Daniel J Walsh | 2018-07-25 |
* | | Add pod kill | haircommander | 2018-07-25 |
* | | Added pod restart | haircommander | 2018-07-25 |
* | | Added pod.Restart() functionality to libpod. | haircommander | 2018-07-25 |
* | | Clear variables used to store options after parsing for every volume | umohnani8 | 2018-07-25 |
|/ |
|
* | Merge pull request #1116 from mheon/namespaces | Daniel J Walsh | 2018-07-25 |
|\ |
|
| * | Update comments in BoltDB and In-Memory states | Matthew Heon | 2018-07-24 |
| * | Add an E2E test to verify basic namespace functionality | Matthew Heon | 2018-07-24 |
| * | Add libpod namespace to config | 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 |