summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
...
| * Added a commentGravatar http://joeyh.name/2012-10-16
| |
* | changelogGravatar Joey Hess2012-10-15
| |
| * (no commit message)Gravatar https://www.google.com/accounts/o8/id?id=AItOawnZ0g2UAijV7RGrKtWPljCCAYHBJ3pwPvM2012-10-16
| |
| * (no commit message)Gravatar https://www.google.com/accounts/o8/id?id=AItOawnZ0g2UAijV7RGrKtWPljCCAYHBJ3pwPvM2012-10-16
|/
* Bug fix: A recent change caused git-annex-shell to crash.Gravatar Joey Hess2012-10-15
|
* Merge branch 'master' of ssh://git-annex.branchable.comGravatar Joey Hess2012-10-15
|\
* | forgot to include this in last commitGravatar Joey Hess2012-10-15
| |
| * (no commit message)Gravatar https://me.yahoo.com/a/2grhJvAC049fJnvALDXek.6MRZMTlg--#eec892012-10-16
| |
| * poll vote (Tahoe-LAFS)Gravatar 188.226.51.712012-10-16
|/
* disable ssh connection caching for standalone buildsGravatar Joey Hess2012-10-15
| | | | | | | | | | | | The standalone build does not bundle its own ssh, so should be built to support as wide an array of ssh versions as possible, so turn off connection caching. Unfortunatly, as implemented this forces a full rebuild when building the standalone binary, and of course it makes it somewhat slower. This is not ideal, but neither is probing the ssh version every time it's run (slow), or once when initializing a repo (fragile).
* Added a commentGravatar http://joeyh.name/2012-10-15
|
* (no commit message)Gravatar https://www.google.com/accounts/o8/id?id=AItOawkywesyg6tKBZcmxJ2EMUO89DZL1LZ7Sng2012-10-15
|
* (no commit message)Gravatar https://www.google.com/accounts/o8/id?id=AItOawmmPHsszTlpa3s3x_LEzmEYkZfEmqq7IjU2012-10-15
|
* allow OPTFLAGS to be overriddenGravatar Joey Hess2012-10-14
|
* Merge branch 'master' of ssh://git-annex.branchable.comGravatar Joey Hess2012-10-14
|\
* | blog for the dayGravatar Joey Hess2012-10-14
| |
* | drop old config when rereading repo configGravatar Joey Hess2012-10-14
| | | | | | | | | | Before, the new config was merged into the old, so if eg, a remote was renamed, it would have both the new and the old remote name.
* | make repo description optionalGravatar Joey Hess2012-10-14
| |
* | logic errorGravatar Joey Hess2012-10-14
| |
* | handle transfer repository bootstrappingGravatar Joey Hess2012-10-14
| | | | | | | | | | | | | | | | When there's just 1 client repo, and a transfer repo is created, its preferred content will now make it prefer all content in the client, even though there's no other client yet to transfer it to. Presumably, another client will be created eventually. It might even already exist, and the transfer repo will be used to connect up with it.
| * poll vote (OpenStack SWIFT)Gravatar 84.112.131.622012-10-14
| |
* | nub the autostart fileGravatar Joey Hess2012-10-14
| | | | | | | | | | It's possible for the file to get duplicate lines in it, and if so, we want to ignore the dups.
* | updateGravatar Joey Hess2012-10-14
| |
* | reorderGravatar Joey Hess2012-10-14
| | | | | | | | get list of remotes after, rather than before, a potentially blocking action
* | fix display of transfers for remotes not in syncRemotes listGravatar Joey Hess2012-10-14
| |
* | better variable nameGravatar Joey Hess2012-10-14
| |
* | avoid queuing transfers for remotes after syncing to them is pausedGravatar Joey Hess2012-10-14
| | | | | | | | | | | | | | | | | | | | | | | | | | This avoids the expensive transfer scan relying on its list of remotes to scan being accurate throughout, which it will not be when the user pauses syncing to a remote. I feel it's ok to queue transfers to *any* known remote, not just the ones being scanned. Note that there are still small races where after syncing to a remote is paused, a transfer can be queued for it. Not just in the expensive transfer scan, but in the cheap failed transfer scan, and elsewhere.
| * poll vote (Google Drive)Gravatar 79.243.245.2442012-10-14
| |
| * poll vote (My phone (or MP3 player))Gravatar 79.243.245.2442012-10-14
| |
| * Added a comment: Thank you for stickersGravatar https://www.google.com/accounts/o8/id?id=AItOawmubB1Sj2rwFoVdZYvGV0ACaQUJQyiJXJI2012-10-14
| |
| * poll vote (Tahoe-LAFS)Gravatar 68.113.110.1582012-10-14
|/
* add help commandGravatar Joey Hess2012-10-13
|
* Merge branch 'master' of ssh://git-annex.branchable.comGravatar Joey Hess2012-10-13
|\
| * (no commit message)Gravatar https://www.google.com/accounts/o8/id?id=AItOawnhzb9AQj5y4pUFlksrUIQ1z9AO1BcuZMw2012-10-13
| |
* | avoid duplicate code with a more generic monadic matcherGravatar Joey Hess2012-10-13
|/ | | | | Interesting type signature ghc derived for this: forall o (m :: * -> *). Monad m => Matcher o -> (o -> m Bool) -> m Bool
* Merge branch 'master' of ssh://git-annex.branchable.comGravatar Joey Hess2012-10-13
|\
* | full analysis of ways content could stop being preferred and need to be droppedGravatar Joey Hess2012-10-13
| |
| * Added a comment: Asynchronous hooks?Gravatar helmut2012-10-13
| |
| * poll vote (My phone (or MP3 player))Gravatar 89.0.176.2362012-10-13
| |
| * poll vote (My phone (or MP3 player))Gravatar 122.110.137.2252012-10-13
| |
* | vicfg: New file format, avoids ambiguity with repos that have the same ↵Gravatar Joey Hess2012-10-12
|/ | | | | | | | | description, or no description. This is also nice in that uuids are all the same length, so the values of each line, line up. Also a great deal of boilerplate elimination.
* blog for the dayGravatar Joey Hess2012-10-12
|
* poll vote (Tahoe-LAFS)Gravatar 99.52.196.72012-10-12
|
* poll vote (Tahoe-LAFS)Gravatar 93.71.131.822012-10-12
|
* poll vote (Tahoe-LAFS)Gravatar 98.207.29.1182012-10-12
|
* poll vote (Tahoe-LAFS)Gravatar 75.101.56.722012-10-12
|
* add news item for git-annex 3.20121010Gravatar Joey Hess2012-10-12
|
* Merge branch 'master' of ssh://git-annex.branchable.comGravatar Joey Hess2012-10-12
|\
* | releasing version 3.201210103.20121010Gravatar Joey Hess2012-10-12
| |
| * Added a comment: reasons to like Tahoe-LAFS as a special remoteGravatar https://www.google.com/accounts/o8/id?id=AItOawmsz4weoPXV2oEtv3zpo9dOxn_SEPz-7Iw2012-10-12
| |