summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2011-08-02Release version 0.21.larch-0.21Lars Wirzenius5-6/+30
2011-08-02fsck-larch manpage build disabled, until ttystatus is in Debian.Lars Wirzenius2-1/+2
2011-08-02Add build-dependency on python-cliapp.Lars Wirzenius2-2/+5
2011-08-02Update debian/changelog for release.Lars Wirzenius1-2/+2
2011-08-02Update NEWS for release.Lars Wirzenius1-0/+20
2011-08-02Bump version number.Lars Wirzenius1-1/+1
2011-08-02Ignore sphinx output.Lars Wirzenius1-0/+2
2011-08-02Fix URL to larch home page.Lars Wirzenius1-1/+3
2011-08-02Add fsck-larch manpage.Lars Wirzenius3-1/+36
2011-08-02* New upstream release.Lars Wirzenius2-1/+8
2011-08-02Make logging of LRU stats explicit.Lars Wirzenius3-4/+12
2011-07-31Have NodeStoreDisk clear its internal cache when pushing upload queue.Lars Wirzenius1-1/+3
2011-07-31Oops: forgot to actually add the idpath files.Lars Wirzenius2-0/+104
2011-07-31Stop refcountstore from growing indefinitely.Lars Wirzenius1-1/+4
2011-07-31Remove unnecessary imports of ConfigParser.Lars Wirzenius2-2/+0
2011-07-31Add speed tester for IdPath.Lars Wirzenius1-0/+48
2011-07-31Store B-tree nodes in a deeper directory tree.Lars Wirzenius2-4/+10
2011-07-26Add some more tracing statements for debugging missing nodes.Lars Wirzenius5-1/+55
2011-07-22Fix how CheckExtraNodes is created.Lars Wirzenius1-1/+1
2011-07-22Fix how fsck checks for missing nodes.Lars Wirzenius1-8/+20
2011-07-22Report expected types of missing nodes, when possible.Lars Wirzenius1-3/+18
2011-07-22Improve fsck error message for nodes not part of the tree.Lars Wirzenius1-1/+1
2011-07-22Merge from elsewhere.Lars Wirzenius1-1/+0
2011-07-22Remove unused import.Lars Wirzenius1-1/+0
2011-07-22Don't build docs when running checks.Lars Wirzenius1-1/+1
2011-07-20Release version 0.20.larch-0.20Lars Wirzenius4-14/+37
2011-07-20Mark debian/changelog as released for unstable.Lars Wirzenius1-2/+2
2011-07-20Drop Python dependency to just python, since we're Arch:all.Lars Wirzenius1-1/+1
2011-07-20use Makefile when building or cleaning up, for Sphinx docs.Lars Wirzenius1-0/+8
2011-07-20Document dh_python2 in debian/changelog.Lars Wirzenius1-0/+1
2011-07-20Upgrade to using dh_python2.Lars Wirzenius2-14/+5
2011-07-20Update NEWS and debian/changelog for release.Lars Wirzenius2-0/+23
2011-07-07Add BTree.count_range method.Lars Wirzenius3-1/+62
2011-07-07Add count_range to speed-test.Lars Wirzenius1-0/+6
2011-07-07Implement count_range.Lars Wirzenius2-1/+22
2011-07-07Add tests for count_range.Lars Wirzenius2-0/+28
2011-07-07Add len(list(lookup_range(a,b))) to speed-test.Lars Wirzenius1-1/+7
2011-07-02Merge tweaks to speed up tree insertions.Lars Wirzenius5-21/+10
2011-07-02Remove unnecessary check from start_modification.Lars Wirzenius3-11/+0
2011-07-02Simplify code a teeny bit, for a teeny speedup.Lars Wirzenius1-6/+2
2011-07-02Avoid unnecessary inc/decrement of unreplaced child node.Lars Wirzenius1-2/+7
2011-07-02Use faster way to remove a range of keys.Lars Wirzenius1-2/+1
2011-06-30When changing a leaf node, compute its new size using delta.Lars Wirzenius3-2/+54
2011-06-30Remove some further asserts, for speed.Lars Wirzenius1-8/+0
2011-06-30Avoid assert to speed things up.Lars Wirzenius1-1/+0
2011-06-29Remove useless debian/pycompat file.Lars Wirzenius1-1/+0
2011-06-28Install the fsck-larch script.Lars Wirzenius1-0/+1
2011-06-28Fix to use __version__ instead of version.Lars Wirzenius1-1/+1
2011-06-28Update setup.py.Lars Wirzenius1-1/+26
2011-06-28Use new cliapp settings API.Lars Wirzenius2-19/+17