summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* releasing version 0.201103160.20110316Gravatar Joey Hess2011-03-16
|
* Merge branch 'master' into reorgGravatar Joey Hess2011-03-16
|\ | | | | | | | | Conflicts: debian/changelog
| * formatGravatar Joey Hess2011-03-16
| |
| * Merge remote-tracking branch 'branchable/master'Gravatar Joey Hess2011-03-16
| |\
| * | add news item for git-annex 0.24Gravatar Joey Hess2011-03-16
| | |
| * | releasing version 0.240.24Gravatar Joey Hess2011-03-16
| | |
* | | updateGravatar Joey Hess2011-03-16
| | |
* | | tweakGravatar Joey Hess2011-03-16
| | |
| | * Added a commentGravatar https://www.google.com/accounts/o8/id?id=AItOawl9sYlePmv1xK-VvjBdN-5doOa_Xw-jH4U2011-03-16
| | |
| | * Added a commentGravatar https://www.google.com/accounts/o8/id?id=AItOawkSq2FDpK2n66QRUxtqqdbyDuwgbQmUWus2011-03-16
| |/
* | prepping experimental releaseGravatar Joey Hess2011-03-16
| |
* | updateGravatar Joey Hess2011-03-16
| |
* | set version before running operation that can commitGravatar Joey Hess2011-03-16
| |
* | remove debuggingGravatar Joey Hess2011-03-16
| |
* | upgrade documentationGravatar Joey Hess2011-03-16
| |
* | add explicit upgrade commandGravatar Joey Hess2011-03-16
| |
* | use queue when upgrading, flushing every so oftenGravatar Joey Hess2011-03-16
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Added a cheap way to query the size of a queue. runQueueAt is not the default yet only because there may be some code that expects to be able to queue some suff, do something else, and run the whole queue at the end. 10240 is an arbitrary size for the queue. If we assume annexed filenames are between 10 and 255 characters long, then the queue will build up between 100kb and 2550kb long commands. The max command line length on linux is somewhere above 20k, so this is a fairly good balance -- the queue will buffer only a few megabytes of stuff and a minimal number of commands will be run by xargs. Also, insert queue items strictly, this should save memory.
* | Merge branch 'master' into reorgGravatar Joey Hess2011-03-16
|\ \ | | | | | | | | | | | | Conflicts: debian/changelog
| | * Added a commentGravatar http://joey.kitenet.net/2011-03-16
| |/
| * detect systems w/o utmensat and ifdef out code that needs itGravatar Joey Hess2011-03-16
| |
* | Merge remote-tracking branch 'branchable/master' into reorgGravatar Joey Hess2011-03-16
|\|
* | bare repo upgrade supportGravatar Joey Hess2011-03-16
| |
* | don't use queue when upgradingGravatar Joey Hess2011-03-16
| | | | | | | | In a large repo, just queuing the things to do used a lot of ram.
| * Added a commentGravatar https://www.google.com/accounts/o8/id?id=AItOawkSq2FDpK2n66QRUxtqqdbyDuwgbQmUWus2011-03-16
| |
| * Added a commentGravatar http://joey.kitenet.net/2011-03-16
| |
| * Comment moderationGravatar http://joey.kitenet.net/2011-03-16
| |
* | Merge branch 'master' into reorgGravatar Joey Hess2011-03-16
|\ \
| | * Added a commentGravatar http://joey.kitenet.net/2011-03-16
| |/
| * Merge remote-tracking branch 'branchable/master'Gravatar Joey Hess2011-03-16
| |\
| * | define feature test macroGravatar Joey Hess2011-03-16
| | |
* | | improve upgradeGravatar Joey Hess2011-03-16
| | |
* | | fix getKeyspresent to work with hashed dirsGravatar Joey Hess2011-03-16
| | |
* | | upgrades seem to fully workGravatar Joey Hess2011-03-16
| | |
| | * (no commit message)Gravatar https://www.google.com/accounts/o8/id?id=AItOawkSq2FDpK2n66QRUxtqqdbyDuwgbQmUWus2011-03-16
| |/
* | better letter choice for hashingGravatar Joey Hess2011-03-16
| |
* | v1 -> v2 upgrade partially workingGravatar Joey Hess2011-03-16
| | | | | | | | still need to move location log files, and auto-commit
* | slways set current version in new reposGravatar Joey Hess2011-03-16
| | | | | | | | detect v1 repos that don't have a version set
* | upgrade groundworkGravatar Joey Hess2011-03-16
| | | | | | | | | | | | pulled in old versions of functions for working with keys Wrote a parser from old key filenames to new keys.
* | upgrade thoughtsGravatar Joey Hess2011-03-16
| | | | | | | | long comments :)
* | Merge remote-tracking branch 'branchable/master' into reorgGravatar Joey Hess2011-03-16
|\|
* | Merge remote-tracking branch 'origin/master' into reorgGravatar Joey Hess2011-03-16
|\ \
* | | update and bug closures for v2 layoutGravatar Joey Hess2011-03-16
| | |
| | * Added a commentGravatar http://joey.kitenet.net/2011-03-16
| |/
* | added 2 level hashingGravatar Joey Hess2011-03-15
| | | | | | | | | | | | This means there can be 1024 subdirs, each with up to 1024 sub-subdirs. So with hundreds of millions of annexed objects, each leaf directory will have only a few files on average.
* | escape colons in key filesGravatar Joey Hess2011-03-15
| |
| * add comments pageGravatar Joey Hess2011-03-15
| |
| * updateGravatar Joey Hess2011-03-15
| |
| * Added a commentGravatar http://joey.kitenet.net/2011-03-16
| |
| * Added a commentGravatar http://joey.kitenet.net/2011-03-16
| |
| * Added a commentGravatar http://joey.kitenet.net/2011-03-16
| |