summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* Added a commentGravatar http://joeyh.name/2013-07-27
|
* Added a comment: Will give the new version a got tomorrow...Gravatar https://www.google.com/accounts/o8/id?id=AItOawnRai_qFYPVvEgC6i1nlM1bh-C__jbhqS02013-07-27
|
* Merge branch 'master' of ssh://git-annex.branchable.comGravatar Joey Hess2013-07-27
|\
* | assistant: Fix bug that caused it to stall when adding a very large number ↵Gravatar Joey Hess2013-07-27
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | of files at once (around 5 thousand). This bug was introduced in 74c30fc1a6e88d926d07e12f4e7ffc7d897bf9f6, which improved handling of adding very large numbers of files by ensuring that a minimum number of max size commits (5000 files each) were done. I accidentially made it wait for another change to appear after such a max size commit, even if a lot of queued changes were already accumulated. That resulted in a stall when it got to the end. Now fixed to not wait any longer than necessary to ensure the watcher has had time to wake back up after the max size commit. This commit was sponsored by Michael Linksvayer. Thanks!
| * Added a commentGravatar http://joeyh.name/2013-07-27
| |
| * Added a commentGravatar http://joeyh.name/2013-07-27
|/
* Merge branch 'master' of ssh://git-annex.branchable.comGravatar Joey Hess2013-07-27
|\
* | move commentGravatar Joey Hess2013-07-27
| |
| * Added a commentGravatar https://www.google.com/accounts/o8/id?id=AItOawmhGq_ii5HaDkp9nx2m9qIMe-xxI4HV5wo2013-07-27
| |
* | closeGravatar Joey Hess2013-07-27
|/
* Added a commentGravatar http://joeyh.name/2013-07-27
|
* (no commit message)Gravatar https://www.google.com/accounts/o8/id?id=AItOawmhGq_ii5HaDkp9nx2m9qIMe-xxI4HV5wo2013-07-27
|
* (no commit message)Gravatar https://www.google.com/accounts/o8/id?id=AItOawmhGq_ii5HaDkp9nx2m9qIMe-xxI4HV5wo2013-07-27
|
* (no commit message)Gravatar https://www.google.com/accounts/o8/id?id=AItOawlutNrg7ajiNAfi5gqJfD8crv0aimZa27k2013-07-27
|
* Added a comment: Packages way out of dateGravatar https://www.google.com/accounts/o8/id?id=AItOawmhGq_ii5HaDkp9nx2m9qIMe-xxI4HV5wo2013-07-27
|
* force link of libxml2 seems necessary nowGravatar Joey Hess2013-07-27
|
* Merge branch 'master' of ssh://git-annex.branchable.comGravatar Joey Hess2013-07-27
|\
| * Added a commentGravatar http://joeyh.name/2013-07-27
| |
| * Added a commentGravatar http://joeyh.name/2013-07-27
| |
| * Added a commentGravatar http://joeyh.name/2013-07-27
| |
* | got hdevtools working againGravatar Joey Hess2013-07-27
| | | | | | | | Fix comment to not make cpp unhappy
| * Added a comment: libxml-sax Error on OS X fresh installGravatar https://www.google.com/accounts/o8/id?id=AItOawl7dGdYtCHb7xleEOp6n8yaUQ4UtaiAEEs2013-07-27
| |
| * removedGravatar https://www.google.com/accounts/o8/id?id=AItOawl7dGdYtCHb7xleEOp6n8yaUQ4UtaiAEEs2013-07-27
| |
| * Added a comment: libxml-sax Error on OS X fresh installGravatar https://www.google.com/accounts/o8/id?id=AItOawl7dGdYtCHb7xleEOp6n8yaUQ4UtaiAEEs2013-07-27
| |
| * Added a comment: A good day to be the sponsor!Gravatar https://www.google.com/accounts/o8/id?id=AItOawlUbH3eytydcwlWqv8oauE2Jg4NwcV9uA02013-07-27
| |
| * Added a comment: Replicated, I thinkGravatar https://www.google.com/accounts/o8/id?id=AItOawnRai_qFYPVvEgC6i1nlM1bh-C__jbhqS02013-07-27
| |
| * Added a commentGravatar https://www.google.com/accounts/o8/id?id=AItOawnRai_qFYPVvEgC6i1nlM1bh-C__jbhqS02013-07-27
| |
| * Added a comment: git annex uninit does this too...Gravatar https://www.google.com/accounts/o8/id?id=AItOawnRai_qFYPVvEgC6i1nlM1bh-C__jbhqS02013-07-27
| |
| * Added a commentGravatar http://bigasterisk.com/2013-07-27
| |
| * (no commit message)Gravatar https://www.google.com/accounts/o8/id?id=AItOawmRFsVANDSwNHzCWk-iP2_nXnfYKPJWziE2013-07-27
| |
| * Added a commentGravatar http://edheil.wordpress.com/2013-07-27
| |
| * Added a comment: thanks!Gravatar https://www.google.com/accounts/o8/id?id=AItOawkiAsTXFXZbLE8iyy6yDtvz4MPFbzsk3c02013-07-27
| |
| * Added a commentGravatar GLITTAH2013-07-27
| |
| * (no commit message)Gravatar GLITTAH2013-07-27
| |
| * Added a comment: rsync daemon modeGravatar cehteh2013-07-27
| |
| * (no commit message)Gravatar cehteh2013-07-27
|/
* Merge branch 'master' of ssh://git-annex.branchable.comGravatar Joey Hess2013-07-26
|\
* | blog for the dayGravatar Joey Hess2013-07-26
| |
| * Added a comment: I just reproduced thisGravatar http://adamspiers.myopenid.com/2013-07-26
| |
* | assistant: Fix deadlock that could occur when adding a lot of files at once ↵Gravatar Joey Hess2013-07-26
| | | | | | | | | | | | | | | | | | | | in indirect mode. This is a laziness problem. Despite the bang pattern on newfiles, the list was not being fully evaluated before cleanup was called. Moving cleanup out to after the list is actually used fixes this. More evidence that I should be using ResourceT or pipes, if any was needed.
| * Added a commentGravatar http://mey.vn/2013-07-26
| |
| * Added a commentGravatar http://mey.vn/2013-07-26
| |
* | retitleGravatar Joey Hess2013-07-26
| |
| * Added a commentGravatar http://joeyh.name/2013-07-26
| |
| * Added a comment: OoopsGravatar https://www.google.com/accounts/o8/id?id=AItOawnRai_qFYPVvEgC6i1nlM1bh-C__jbhqS02013-07-26
| |
| * Added a commentGravatar http://joeyh.name/2013-07-26
| |
| * Added a commentGravatar http://joeyh.name/2013-07-26
|/
* Merge branch 'master' of ssh://git-annex.branchable.comGravatar Joey Hess2013-07-26
|\
| * Added a commentGravatar http://joeyh.name/2013-07-26
| |
* | assistant: Fix NetWatcher to not sync with remotes that have ↵Gravatar Joey Hess2013-07-26
| | | | | | | | | | | | | | | | | | | | | | | | remote.<name>.annex-sync set to false. This affected both the hourly NetWatcherFallback thread and the syncing when network connection is detected. It was a reversion of sorts, introduced in 8655ea7f8e853b7de4defbca2655b741362ecd21, when annex-ignore was changed to not control git syncing. I forgot to make it check annex-sync at that point.