Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | 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 |