summaryrefslogtreecommitdiff
path: root/doc
Commit message (Collapse)AuthorAge
...
* (no commit message)Gravatar https://www.google.com/accounts/o8/id?id=AItOawnpdM9F8VbtQ_H5PaPMpGSxPe_d5L1eJ6w2012-04-08
|
* (no commit message)Gravatar https://www.google.com/accounts/o8/id?id=AItOawnpdM9F8VbtQ_H5PaPMpGSxPe_d5L1eJ6w2012-04-08
|
* add news item for git-annex 3.20120406Gravatar Joey Hess2012-04-07
|
* add news item for git-annex 3.20120405Gravatar Joey Hess2012-04-05
|
* room for a few more feed itemsGravatar Joey Hess2012-04-05
|
* close old bug with no followupGravatar Joey Hess2012-04-03
|
* update sharebox urls to new projectGravatar Joey Hess2012-04-01
|
* Added a comment: re-annexing previously annexed filesGravatar http://adamspiers.myopenid.com/2012-03-29
|
* (no commit message)Gravatar http://joey.kitenet.net/2012-03-29
|
* Added a comment: ghc 7.0Gravatar http://joey.kitenet.net/2012-03-28
|
* Added a comment: GHC 7Gravatar https://www.google.com/accounts/o8/id?id=AItOawkEUhIcw37X2Kh-dznSMIb9Vgcq0frfdWs2012-03-28
|
* expandGravatar Joey Hess2012-03-24
|
* 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
|