| Commit message (Expand) | Author | Age |
* | If container is not in correct state podman exec should exit with 126 | Daniel J Walsh | 2019-06-25 |
* | spec: add nosuid,noexec,nodev to ro bind mount | Giuseppe Scrivano | 2019-02-08 |
* | Preserve exited state across reboot | Matthew Heon | 2019-02-08 |
* | libpod/image: Use RepoDigests() in Inspect() | W. Trevor King | 2019-02-08 |
* | podman image prune -- implement all flag | baude | 2019-02-08 |
* | Show a better error message when podman info fails during a refresh | Ryan Gonzalez | 2019-02-08 |
* | Vendor in latest opencontainers/selinux | Daniel J Walsh | 2019-02-08 |
* | Do not unmarshal into c.config.Spec | Matthew Heon | 2019-02-08 |
* | Ensure that wait exits on state transition | Matthew Heon | 2019-02-08 |
* | Regenerate EasyJSON to fix JSON issues | Matthew Heon | 2019-01-11 |
* | Revert "Merge pull request #1235 from mheon/shm_locking" | Matthew Heon | 2019-01-10 |
* | Merge pull request #2134 from containers/revert-2083-shm_locking_fixes | Matthew Heon | 2019-01-10 |
|\ |
|
| * | Revert "Address lingering review comments from SHM locking PR" | Matthew Heon | 2019-01-10 |
* | | Revert "If you fail to open shm lock then attempt to create it" | Matthew Heon | 2019-01-10 |
|/ |
|
* | Merge pull request #2126 from giuseppe/set-prlimit | OpenShift Merge Robot | 2019-01-10 |
|\ |
|
| * | podman: bump RLIMIT_NOFILE also without CAP_SYS_RESOURCE | Giuseppe Scrivano | 2019-01-10 |
* | | Merge pull request #2114 from vrothberg/issue-2107 | OpenShift Merge Robot | 2019-01-10 |
|\ \
| |/
|/| |
|
| * | apparmor: apply default profile at container initialization | Valentin Rothberg | 2019-01-09 |
* | | libpod/image: Use ParseNormalizedNamed in RepoDigests | W. Trevor King | 2019-01-09 |
* | | If you fail to open shm lock then attempt to create it | Daniel J Walsh | 2019-01-09 |
|/ |
|
* | Merge pull request #2061 from adrianreber/static-ip | OpenShift Merge Robot | 2019-01-09 |
|\ |
|
| * | Use existing interface to request IP address during restore | Adrian Reber | 2019-01-09 |
* | | hooks: Add pre-create hooks for runtime-config manipulation | W. Trevor King | 2019-01-08 |
|/ |
|
* | Add a --workdir option to 'podman exec' | Debarshi Ray | 2019-01-08 |
* | Merge pull request #2099 from mheon/config_to_containerconfig | OpenShift Merge Robot | 2019-01-08 |
|\ |
|
| * | Rename libpod.Config back to ContainerConfig | Matthew Heon | 2019-01-07 |
* | | Merge pull request #2078 from rhatdan/config.file | OpenShift Merge Robot | 2019-01-07 |
|\ \ |
|
| * | | Add the configuration file used to setup storage to podman info | Daniel J Walsh | 2019-01-07 |
* | | | Merge pull request #2098 from baude/remote | OpenShift Merge Robot | 2019-01-07 |
|\ \ \
| |_|/
|/| | |
|
| * | | Add ability to build golang remote client | baude | 2019-01-07 |
* | | | Merge pull request #2075 from baude/runlabelname | OpenShift Merge Robot | 2019-01-07 |
|\ \ \ |
|
| * | | | container runlabel NAME implementation | baude | 2019-01-04 |
* | | | | Address lingering review comments from SHM locking PR | Matthew Heon | 2019-01-07 |
| |_|/
|/| | |
|
* | | | Rootless with shmlocks was not working. | Daniel J Walsh | 2019-01-05 |
* | | | 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 |