Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Merge branch 'master' of ssh://git-annex.branchable.com | Joey Hess | 2016-03-03 |
|\ | |||
* | | devblog | Joey Hess | 2016-03-03 |
| | | |||
| * | Added a comment | Horus | 2016-03-03 |
| | | |||
* | | fix windows build | Joey Hess | 2016-03-03 |
| | | |||
| * | Added a comment: Since which version does this apply? | acbg@8d58f794ce92f6be28b5dbd402059bc30262eb92 | 2016-03-03 |
|/ | |||
* | Merge branch 'master' of ssh://git-annex.branchable.com | Joey Hess | 2016-03-03 |
|\ | |||
* | | fix windows build | Joey Hess | 2016-03-03 |
| | | |||
| * | (no commit message) | Horus | 2016-03-03 |
| | | |||
| * | (no commit message) | frederik@ffbea6a549cb3f460d110386c0f634c1ddc6a68a | 2016-03-03 |
| | | |||
| * | (no commit message) | chip@9a7a3f3780ecacd7b38b0b0adad50046c9b2895b | 2016-03-03 |
| | | |||
| * | (no commit message) | chip@9a7a3f3780ecacd7b38b0b0adad50046c9b2895b | 2016-03-03 |
| | | |||
| * | Added a comment: Thanks | mih | 2016-03-02 |
|/ | |||
* | comment | Joey Hess | 2016-03-02 |
| | |||
* | Merge branch 'master' of ssh://git-annex.branchable.com | Joey Hess | 2016-03-02 |
|\ | |||
* | | Fix metadata hook behavior when multiple files are added at once. Thanks, ↵ | Joey Hess | 2016-03-02 |
| | | | | | | | | Klaus Ethgen. | ||
| * | Added a comment | https://me.yahoo.com/a/EbvxpTI_xP9Aod7Mg4cwGhgjrCrdM5s-#7c0f4 | 2016-03-01 |
|/ | |||
* | followup | Joey Hess | 2016-03-01 |
| | |||
* | Added a comment | https://me.yahoo.com/a/EbvxpTI_xP9Aod7Mg4cwGhgjrCrdM5s-#7c0f4 | 2016-03-01 |
| | |||
* | update | Joey Hess | 2016-03-01 |
| | |||
* | followup | Joey Hess | 2016-03-01 |
| | |||
* | comment | Joey Hess | 2016-03-01 |
| | |||
* | clarify | Joey Hess | 2016-03-01 |
| | |||
* | Merge branch 'master' of ssh://git-annex.branchable.com | Joey Hess | 2016-03-01 |
|\ | |||
* | | Fix shared lock file FD leak. | Joey Hess | 2016-03-01 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This fixes behavior in this situation: l1 <- lockShared Nothing "lck" l2 <- lockShared Nothing "lck" dropLock l1 dropLock l2 Before, the lock was dropped upon the second dropLock call, but the fd remained open, and would never be closed while the program was running. Fixed by a rather round-about method, but it should work well enough. It would have been simpler to open open the shared lock once, and not open it again in the second call to lockShared. But, that's difficult to do atomically. This also affects Windows and PID locks, not just posix locks. In the case of pid locks, multiple calls to waitLock within the same process are allowed because the side lock is locked using a posix lock, and so multiple exclusive locks can be taken in the same process. So, this change fixes a similar problem with pid locks. l1 <- waitLock (Seconds 1) "lck" l2 <- waitLock (Seconds 1) "lck" dropLock l1 dropLock l2 Here the l2 side lock fd remained open but not locked, although the pid lock file was removed. After this change, the second dropLock will close both fds to the side lock, and delete the pidlock. | ||
| * | Added a comment | https://me.yahoo.com/a/EbvxpTI_xP9Aod7Mg4cwGhgjrCrdM5s-#7c0f4 | 2016-03-01 |
| | | |||
| * | Added a comment | https://me.yahoo.com/a/EbvxpTI_xP9Aod7Mg4cwGhgjrCrdM5s-#7c0f4 | 2016-03-01 |
| | | |||
| * | Added a comment: recent snapshot seems has fixed it | https://me.yahoo.com/a/EbvxpTI_xP9Aod7Mg4cwGhgjrCrdM5s-#7c0f4 | 2016-03-01 |
| | | |||
* | | comment | Joey Hess | 2016-03-01 |
| | | |||
| * | Added a comment: more info | https://me.yahoo.com/a/EbvxpTI_xP9Aod7Mg4cwGhgjrCrdM5s-#7c0f4 | 2016-03-01 |
|/ | |||
* | moreinfo | Joey Hess | 2016-03-01 |
| | |||
* | Fix bug preventing moving files to/from a repository with annex.pidlock set. | Joey Hess | 2016-03-01 |
| | |||
* | comment typo fix | Joey Hess | 2016-03-01 |
| | |||
* | Fix data loss that can occur when annex.pidlock is set in a repository. | Joey Hess | 2016-03-01 |
| | |||
* | comment | Joey Hess | 2016-03-01 |
| | |||
* | comment | Joey Hess | 2016-03-01 |
| | |||
* | reopen | Joey Hess | 2016-03-01 |
| | |||
* | comment | Joey Hess | 2016-03-01 |
| | |||
* | Added a comment: similar problem | bvaa | 2016-03-01 |
| | |||
* | Added a comment | grawity@2ea26be48562f66fcb9b66307da72b1e2e37453f | 2016-03-01 |
| | |||
* | initial whining | https://me.yahoo.com/a/EbvxpTI_xP9Aod7Mg4cwGhgjrCrdM5s-#7c0f4 | 2016-03-01 |
| | |||
* | (no commit message) | https://me.yahoo.com/a/EbvxpTI_xP9Aod7Mg4cwGhgjrCrdM5s-#7c0f4 | 2016-03-01 |
| | |||
* | Merge branch 'master' of ssh://git-annex.branchable.com | Joey Hess | 2016-02-29 |
|\ | |||
* | | devblog | Joey Hess | 2016-02-29 |
| | | |||
| * | (no commit message) | michael.hanke@c60e12358aa3fc6060531bdead1f530ac4d582ec | 2016-02-29 |
| | | |||
| * | Added a comment | grawity@2ea26be48562f66fcb9b66307da72b1e2e37453f | 2016-02-29 |
|/ | |||
* | metadata: Added -r to remove all current values of a field. | Joey Hess | 2016-02-29 |
| | |||
* | use DelMeta to unset tag | Joey Hess | 2016-02-29 |
| | | | | No behavior change, just simplification. | ||
* | add news item for git-annex 6.20160229 | Joey Hess | 2016-02-29 |
| | |||
* | leap year release6.20160229 | Joey Hess | 2016-02-29 |
| | |||
* | forgot to add this comment earlier | Joey Hess | 2016-02-29 |
| |