Commit message (Expand) | Author | Age | |
---|---|---|---|
* | Rootless with shmlocks was not working. | Daniel J Walsh | 2019-01-05 |
* | 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 |
* | 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 |