| Commit message (Expand) | Author | Age |
* | move go module to v2 | Valentin Rothberg | 2020-07-06 |
* | shm_lock_test: add nil check | Valentin Rothberg | 2020-05-11 |
* | Make libpod/lock/shm completely Linux-only | Miloslav Trmač | 2020-03-21 |
* | make lint: include unit tests | Valentin Rothberg | 2020-01-14 |
* | codespell: spelling corrections | Dmitry Smirnov | 2019-11-13 |
* | trivial cleanups from golang | baude | 2019-07-03 |
* | lock: new lock type "file" | Giuseppe Scrivano | 2019-07-02 |
* | lock: disable without cgo | Giuseppe Scrivano | 2019-07-02 |
* | Build cgo files with -Wall -Werror | Sascha Grunert | 2019-06-21 |
* | When refreshing after a reboot, force lock allocation | Matthew Heon | 2019-05-06 |
* | Do not make renumber shut down the runtime | Matthew Heon | 2019-02-21 |
* | Recreate SHM locks when renumbering on count mismatch | Matthew Heon | 2019-02-21 |
* | Add initial version of renumber backend | Matthew Heon | 2019-02-21 |
* | Add darwin support for remote-client | baude | 2019-01-11 |
* | 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 |
* | 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 |