| Commit message (Expand) | Author | Age |
* | Move lock init after tmp dir is populated properly | Matthew Heon | 2019-01-04 |
* | When refreshing libpod, if SHM locks exist, remove them | Matthew Heon | 2019-01-04 |
* | Ensure different error messages and creating/opening locks | Matthew Heon | 2019-01-04 |
* | Update unit tests to use in-memory lock manager | Matthew Heon | 2019-01-04 |
* | Remove runtime lockDir and add in-memory lock manager | Matthew Heon | 2019-01-04 |
* | Convert pods to SHM locks | Matthew Heon | 2019-01-04 |
* | Convert containers to SHM locking | Matthew Heon | 2019-01-04 |
* | Add lock manager to libpod runtime | Matthew Heon | 2019-01-04 |
* | Move to POSIX mutexes for SHM locks | Matthew Heon | 2019-01-04 |
* | Disable lint on SHMLock struct | Matthew Heon | 2019-01-04 |
* | Refactor locks package to build on non-Linux | Matthew Heon | 2019-01-04 |
* | Add an SHM-backed Lock Manager implementation | Matthew Heon | 2019-01-04 |
* | Add interface for libpod multiprocess locks | Matthew Heon | 2019-01-04 |
* | Improve documentation and unit tests for SHM locks | Matthew Heon | 2019-01-04 |
* | Propogate error codes from SHM lock creation and open | Matthew Heon | 2019-01-04 |
* | Add mutex invariant to SHM semaphores. | Matthew Heon | 2019-01-04 |
* | Initial skeleton of in-memory locks | Matthew Heon | 2019-01-04 |
* | add container-init support | Valentin Rothberg | 2019-01-04 |
* | Merge pull request #2068 from mheon/log_container_command | OpenShift Merge Robot | 2019-01-02 |
|\ |
|
| * | Log container command before starting the container | Matthew Heon | 2019-01-02 |
* | | Use sprintf to generate port numbers while committing | Matthew Heon | 2019-01-02 |
|/ |
|
* | podman build is not using the default oci-runtime | Daniel J Walsh | 2018-12-28 |
* | Fixes to handle /dev/shm correctly. | Daniel J Walsh | 2018-12-24 |
* | Switch all referencs to image.ContainerConfig to image.Config | Daniel J Walsh | 2018-12-21 |
* | libpod: always store the conmon pid file | Giuseppe Scrivano | 2018-12-21 |
* | Merge pull request #1967 from baude/kubereplay | OpenShift Merge Robot | 2018-12-20 |
|\ |
|
| * | Add Play | baude | 2018-12-19 |
* | | Support podman image trust command | Qi Wang | 2018-12-19 |
|/ |
|
* | Merge pull request #1988 from mheon/use_dependency_resolv | OpenShift Merge Robot | 2018-12-13 |
|\ |
|
| * | Containers sharing a netns should share resolv/hosts | Matthew Heon | 2018-12-11 |
* | | Merge pull request #1990 from kunalkushwaha/bugfix-NamedVolumeCheck | OpenShift Merge Robot | 2018-12-13 |
|\ \ |
|
| * | | condition fixed for adding volume to boltdb. | Kunal Kushwaha | 2018-12-13 |
| |/ |
|
* | | Merge pull request #1962 from rhatdan/criu | OpenShift Merge Robot | 2018-12-12 |
|\ \
| |/
|/| |
|
| * | Set Socket label for contianer | Daniel J Walsh | 2018-12-12 |
* | | Merge pull request #1978 from mheon/only_one_execuser | OpenShift Merge Robot | 2018-12-11 |
|\ \ |
|
| * | | Prevent a second lookup of user for image volumes | Matthew Heon | 2018-12-11 |
| |/ |
|
* | | Merge pull request #1966 from mheon/ensure_storage_opts_init | OpenShift Merge Robot | 2018-12-11 |
|\ \ |
|
| * | | Ensure storage options are properly initialized | Matthew Heon | 2018-12-10 |
| |/ |
|
* / | Add capabilities to generate kube | baude | 2018-12-10 |
|/ |
|
* | Merge pull request #1955 from mheon/fix_hooks_not_exist | OpenShift Merge Robot | 2018-12-07 |
|\ |
|
| * | Fix errors where OCI hooks directory does not exist | Matthew Heon | 2018-12-07 |
* | | Merge pull request #1953 from baude/podstoptimeout | OpenShift Merge Robot | 2018-12-07 |
|\ \ |
|
| * | | add timeout to pod stop | baude | 2018-12-07 |
* | | | Merge pull request #1928 from baude/podtokube | OpenShift Merge Robot | 2018-12-07 |
|\ \ \
| |/ /
|/| | |
|
| * | | generate kube | baude | 2018-12-04 |
* | | | Fix reporting the registries.conf path on error | Miloslav Trmač | 2018-12-06 |
* | | | Remove manual handling of insecure registries in doPullImage | Miloslav Trmač | 2018-12-06 |
* | | | Remove the forceSecure parameter on the pull call stack | Miloslav Trmač | 2018-12-06 |
* | | | Remove manual handling of insecure registries in PushImageToReference | Miloslav Trmač | 2018-12-06 |
* | | | Remove the forceSecure parameter of Image.PushImageTo* | Miloslav Trmač | 2018-12-06 |