git-annex/Utility/LockFile
Joey Hess 5e6ced7d0f
Improve pid locking code to work on filesystems that don't support hard links.
Probing for hard link support in the pid locking code is redundant since
git-annex init already probes that. But, it didn't seem worth threading
that data through; the pid locking code runs at most once per git-annex
process, and only on unusual filesystems. Optimising a single hard link
and unlink isn't worth it.

This commit was sponsored by Francois Marier on Patreon.
2017-02-10 15:22:28 -04:00
..
LockStatus.hs module for pid lock files with atomic stale lock file takeover when possible 2015-11-12 15:39:49 -04:00
PidLock.hs Improve pid locking code to work on filesystems that don't support hard links. 2017-02-10 15:22:28 -04:00
Posix.hs pid locking configuration and abstraction layer for git-annex 2015-11-12 17:50:34 -04:00
Windows.hs need more polymorphism 2015-05-22 13:50:37 -04:00