Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | clean build warning on windows | Joey Hess | 2015-12-28 |
| | |||
* | add timeout for pid lock waiting | Joey Hess | 2015-11-12 |
| | |||
* | refactor | Joey Hess | 2015-11-12 |
| | |||
* | module for PidLocks in LockPool | Joey Hess | 2015-11-12 |
| | |||
* | make LockPool's LockHandle be able to support multiple different types of ↵ | Joey Hess | 2015-11-12 |
| | | | | file locks | ||
* | module for pid lock files with atomic stale lock file takeover when possible | Joey Hess | 2015-11-12 |
| | |||
* | add lockContentShared | Joey Hess | 2015-10-08 |
| | | | | | | | | Also, rename lockContent to lockContentExclusive inAnnexSafe should perhaps be eliminated, and instead use `lockContentShared inAnnex`. However, I'm waiting on that, as there are only 2 call sites for inAnnexSafe and it's fiddly. | ||
* | add tryLockShared | Joey Hess | 2015-10-08 |
| | |||
* | remove unused imports | Joey Hess | 2015-08-03 |
| | |||
* | remove unused imports | Joey Hess | 2015-08-03 |
| | |||
* | AMP hack | Joey Hess | 2015-05-31 |
| | |||
* | need more polymorphism | Joey Hess | 2015-05-22 |
| | |||
* | fix windows build | Joey Hess | 2015-05-22 |
| | |||
* | fix crash in stale transfer lockfile cleanup code | Joey Hess | 2015-05-19 |
| | | | | | Need to differentiate between the lockfile not being locked, and it not existing. | ||
* | unused imports | Joey Hess | 2015-05-19 |
| | |||
* | use lock pools throughout git-annex | Joey Hess | 2015-05-19 |
| | | | | | | | | | | | | | The one exception is in Utility.Daemon. As long as a process only daemonizes once, which seems reasonable, and as long as it avoids calling checkDaemon once it's already running as a daemon, the fcntl locking gotchas won't be a problem there. Annex.LockFile has it's own separate lock pool layer, which has been renamed to LockCache. This is a persistent cache of locks that persist until closed. This is not quite done; lockContent stil needs to be converted. | ||
* | lock pools to work around non-concurrency/composition safety of POSIX fcntl | Joey Hess | 2015-05-18 |