Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | use queue when upgrading, flushing every so often | Joey Hess | 2011-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 reorg | Joey Hess | 2011-03-16 |
|\ | | | | | | | | | Conflicts: debian/changelog | ||
| * | detect systems w/o utmensat and ifdef out code that needs it | Joey Hess | 2011-03-16 |
| | | |||
* | | Merge remote-tracking branch 'branchable/master' into reorg | Joey Hess | 2011-03-16 |
|\| | |||
* | | bare repo upgrade support | Joey Hess | 2011-03-16 |
| | | |||
* | | don't use queue when upgrading | Joey Hess | 2011-03-16 |
| | | | | | | | | In a large repo, just queuing the things to do used a lot of ram. | ||
| * | Added a comment | https://www.google.com/accounts/o8/id?id=AItOawkSq2FDpK2n66QRUxtqqdbyDuwgbQmUWus | 2011-03-16 |
| | | |||
| * | Added a comment | http://joey.kitenet.net/ | 2011-03-16 |
| | | |||
| * | Comment moderation | http://joey.kitenet.net/ | 2011-03-16 |
| | | |||
* | | Merge branch 'master' into reorg | Joey Hess | 2011-03-16 |
|\ \ | |||
| | * | Added a comment | http://joey.kitenet.net/ | 2011-03-16 |
| |/ | |||
| * | Merge remote-tracking branch 'branchable/master' | Joey Hess | 2011-03-16 |
| |\ | |||
| * | | define feature test macro | Joey Hess | 2011-03-16 |
| | | | |||
* | | | improve upgrade | Joey Hess | 2011-03-16 |
| | | | |||
* | | | fix getKeyspresent to work with hashed dirs | Joey Hess | 2011-03-16 |
| | | | |||
* | | | upgrades seem to fully work | Joey Hess | 2011-03-16 |
| | | | |||
| | * | (no commit message) | https://www.google.com/accounts/o8/id?id=AItOawkSq2FDpK2n66QRUxtqqdbyDuwgbQmUWus | 2011-03-16 |
| |/ | |||
* | | better letter choice for hashing | Joey Hess | 2011-03-16 |
| | | |||
* | | v1 -> v2 upgrade partially working | Joey Hess | 2011-03-16 |
| | | | | | | | | still need to move location log files, and auto-commit | ||
* | | slways set current version in new repos | Joey Hess | 2011-03-16 |
| | | | | | | | | detect v1 repos that don't have a version set | ||
* | | upgrade groundwork | Joey Hess | 2011-03-16 |
| | | | | | | | | | | | | pulled in old versions of functions for working with keys Wrote a parser from old key filenames to new keys. | ||
* | | upgrade thoughts | Joey Hess | 2011-03-16 |
| | | | | | | | | long comments :) | ||
* | | Merge remote-tracking branch 'branchable/master' into reorg | Joey Hess | 2011-03-16 |
|\| | |||
* | | Merge remote-tracking branch 'origin/master' into reorg | Joey Hess | 2011-03-16 |
|\ \ | |||
* | | | update and bug closures for v2 layout | Joey Hess | 2011-03-16 |
| | | | |||
| | * | Added a comment | http://joey.kitenet.net/ | 2011-03-16 |
| |/ | |||
* | | added 2 level hashing | Joey Hess | 2011-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 files | Joey Hess | 2011-03-15 |
| | | |||
| * | add comments page | Joey Hess | 2011-03-15 |
| | | |||
| * | update | Joey Hess | 2011-03-15 |
| | | |||
| * | Added a comment | http://joey.kitenet.net/ | 2011-03-16 |
| | | |||
| * | Added a comment | http://joey.kitenet.net/ | 2011-03-16 |
| | | |||
| * | Added a comment | http://joey.kitenet.net/ | 2011-03-16 |
| | | |||
| * | Added a comment | http://joey.kitenet.net/ | 2011-03-16 |
| | | |||
| * | Added a comment | http://joey.kitenet.net/ | 2011-03-16 |
| | | |||
| * | Comment moderation | http://joey.kitenet.net/ | 2011-03-16 |
| | | |||
* | | test suite passes again | Joey Hess | 2011-03-15 |
| | | | | | | | | doesn't test remote functionality.. but that may be working too now | ||
* | | make commands that take a key as a parameter error if it's bad | Joey Hess | 2011-03-15 |
| | | |||
* | | fixed dropkey, setkey, and git-annex-shell subcommands | Joey Hess | 2011-03-15 |
| | | | | | | | | key is now specified as the full key, no --backend needed | ||
* | | fromkey, and url backend download work now | Joey Hess | 2011-03-15 |
| | | |||
* | | initial pass at doc update | Joey Hess | 2011-03-15 |
| | | |||
* | | increase repo version | Joey Hess | 2011-03-15 |
| | | |||
* | | rename file | Joey Hess | 2011-03-15 |
| | | |||
* | | improve key filenames | Joey Hess | 2011-03-15 |
| | | |||
* | | first pass at using new keys | Joey Hess | 2011-03-15 |
| | | | | | | | | | | | | | | It compiles. It sorta works. Several subcommands are FIXME marked and broken, because things that used to accept separate --backend and --key params need to be changed to accept just a --key that encodes all the key info, now that there is metadata in keys. | ||
| * | Added a comment | https://www.google.com/accounts/o8/id?id=AItOawl9sYlePmv1xK-VvjBdN-5doOa_Xw-jH4U | 2011-03-16 |
| | | |||
| * | Added a comment | https://www.google.com/accounts/o8/id?id=AItOawl9sYlePmv1xK-VvjBdN-5doOa_Xw-jH4U | 2011-03-16 |
| | | |||
* | | redo using record syntax | Joey Hess | 2011-03-15 |
| | | |||
* | | cleanup | Joey Hess | 2011-03-15 |
| | | |||
* | | a new Key data type with metadata | Joey Hess | 2011-03-15 |
| | |