summaryrefslogtreecommitdiff
path: root/doc
Commit message (Collapse)AuthorAge
* Merge branch 'master' of ssh://git-annex.branchable.comGravatar Joey Hess2012-03-23
|\
* | closeGravatar Joey Hess2012-03-23
| |
| * Added a commentGravatar http://schnouki.net/2012-03-23
|/
* Added a commentGravatar http://joey.kitenet.net/2012-03-22
|
* rationalize getConfigGravatar Joey Hess2012-03-22
| | | | | | | | | | getConfig got a remote-specific config, and this confusing name caused it to be used a couple of places that only were interested in global configs. Rename to getRemoteConfig and make getConfig only get global configs. There are no behavior changes here, but remote.<name>.annex-web-options never actually worked (and per-remote web options is a very unlikely to be useful case so I didn't make it work), so fix the documentation for it.
* (no commit message)Gravatar http://schnouki.net/2012-03-22
|
* Merge branch 'master' of ssh://git-annex.branchable.comGravatar Joey Hess2012-03-20
|\
| * Added a commentGravatar https://www.google.com/accounts/o8/id?id=AItOawnhsaESlYphzLTzpJy5IxxGFxxctIhWYfo2012-03-19
| |
| * Added a commentGravatar https://www.google.com/accounts/o8/id?id=AItOawnhsaESlYphzLTzpJy5IxxGFxxctIhWYfo2012-03-19
| |
| * Added a comment: don't do thatGravatar http://joey.kitenet.net/2012-03-19
| |
| * (no commit message)Gravatar https://www.google.com/accounts/o8/id?id=AItOawnhsaESlYphzLTzpJy5IxxGFxxctIhWYfo2012-03-19
| |
* | typoGravatar Joey Hess2012-03-16
| |
* | document rsyncurl settingGravatar Joey Hess2012-03-16
|/
* add news item for git-annex 3.20120315Gravatar Joey Hess2012-03-15
|
* no-bloom branchGravatar Joey Hess2012-03-14
|
* Merge branch 'master' into bloomGravatar Joey Hess2012-03-14
|\ | | | | | | | | | | Conflicts: Command/Commit.hs debian/changelog
| * Merge branch 'master' of ssh://git-annex.branchable.comGravatar Joey Hess2012-03-14
| |\
| | * Added a commentGravatar http://joey.kitenet.net/2012-03-14
| | |
| * | git-annex-shell: Runs hooks/annex-content after content is received or dropped.Gravatar Joey Hess2012-03-14
| | |
* | | git-annex-shell: Runs hooks/annex-content after content is received or dropped.Gravatar Joey Hess2012-03-14
| | |
| | * (no commit message)Gravatar https://www.google.com/accounts/o8/id?id=AItOawm2MUhwzcOSnZfYnmWu7_2dMrH4064OKyQ2012-03-14
| |/
* | Merge branch 'master' into bloomGravatar Joey Hess2012-03-12
|\| | | | | | | | | Conflicts: doc/todo/git-annex_unused_eats_memory.mdwn
| * note fixedGravatar Joey Hess2012-03-12
| |
* | Merge branch 'master' into bloomGravatar Joey Hess2012-03-12
|\| | | | | | | | | Conflicts: debian/changelog
* | closeGravatar Joey Hess2012-03-12
| |
| * bloom branchGravatar Joey Hess2012-03-12
| |
* | finish bloom filtersGravatar Joey Hess2012-03-12
| | | | | | | | | | | | | | | | Add tuning, docs, etc. Not sure if status is the right place to remote size.. perhaps unused should report the size and also warn if it sees more keys than the bloom filter allows?
| * FormattingGravatar https://www.google.com/accounts/o8/id?id=AItOawl-J5N9y-JBa_GcOQ4VQXIF8MjAtxgN67w2012-03-12
| |
| * Added a commentGravatar http://joey.kitenet.net/2012-03-12
| |
| * (no commit message)Gravatar https://www.google.com/accounts/o8/id?id=AItOawne9wwsAaMzo0kGyidj6PW_3_IA8eeDv7Y2012-03-12
|/
* unused: Reduce memory usage significantly.Gravatar Joey Hess2012-03-11
| | | | | | | | | | | | | | | | | Much of the memory bloat turned out to be due to getKeysReferenced containing a mapM, which is strict and buffered the whole list rather than streaming it. The other half of the bloat was due to building a temporary Set in order to call S.difference. While that is more cpu efficient, I switched to successive S.delete, since with it, I can run a whole git annex unused in less than 8 mb of memory. The whole Set of keys with content available is still stored in memory, so running unused in a repo with a whole lot of file content will still use more memory. In a repo containing 6000 files, it needed 40 mb. Note that the status command still uses the bloatful getKeysReferenced.
* fix linkGravatar Joey Hess2012-03-11
|
* fix linkGravatar Joey Hess2012-03-11
|
* Added a commentGravatar http://joey.kitenet.net/2012-03-11
|
* (no commit message)Gravatar http://claimid.com/FooBarWidget2012-03-11
|
* add news item for git-annex 3.20120309Gravatar Joey Hess2012-03-09
|
* Added a commentGravatar http://joey.kitenet.net/2012-03-06
|
* Added a comment: Test suite failureGravatar https://www.google.com/accounts/o8/id?id=AItOawk_LOahrm_Cdg7io-_H0CNKkaxsRRQgRFo2012-03-06
|
* Added a commentGravatar http://peter-simons.myopenid.com/2012-03-05
|
* Added a commentGravatar http://joey.kitenet.net/2012-03-05
|
* removedGravatar http://joey.kitenet.net/2012-03-05
|
* Added a commentGravatar http://joey.kitenet.net/2012-03-05
|
* Added a commentGravatar http://peter-simons.myopenid.com/2012-03-05
|
* add news item for git-annex 3.20120230Gravatar Joey Hess2012-03-05
|
* add remote start and stop hooksGravatar Joey Hess2012-03-04
| | | | | | Locking is used, so that, if there are multiple git-annex processes using a remote concurrently, the stop hook is only run by the last process that uses it.
* fooGravatar Joey Hess2012-03-04
|
* tweak davfs2 settingsGravatar Joey Hess2012-03-04
|
* box.com seems to behave better with smaller chunksGravatar Joey Hess2012-03-04
| | | | | Seeing some weird failures in the davfs2 or box.com layer with 100 mb chunks.
* clarificationGravatar Joey Hess2012-03-04
|
* instructions for using Box.com as a special remoteGravatar Joey Hess2012-03-04
| | | | | I was sucked in by the 50 gb free lifetime storage offer. Happily, it was pretty easy to get it to work with git-annex.