aboutsummaryrefslogtreecommitdiff
path: root/Annex/LockPool
Commit message (Collapse)AuthorAge
* enable LambdaCase and convert around 10% of places that could use itGravatar Joey Hess2017-11-15
| | | | | | | | | | | Needs ghc 7.6.1, so minimum base version increased slightly. All builds are well above this version of ghc, and debian oldstable is as well. Code that could use lambdacase can be found by running: git grep -B 1 'case ' | less and searching in less for "<-" This commit was sponsored by andrea rota.
* clarifyGravatar Joey Hess2016-03-01
|
* Fix data loss that can occur when annex.pidlock is set in a repository.Gravatar Joey Hess2016-03-01
|
* remove 163 lines of code without changing anything except importsGravatar Joey Hess2016-01-20
|
* add missing checkSaneLock wrapper for pidlocksGravatar Joey Hess2015-11-16
|
* convert from Utility.LockPool to Annex.LockPool everywhereGravatar Joey Hess2015-11-12
|
* pid locking configuration and abstraction layer for git-annexGravatar Joey Hess2015-11-12
(not actually used anywhere yet)