summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
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
2011-06-27Add ITP bug number to debian/changelog.Lars Wirzenius1-0/+7
2011-06-27Improve Debian package descriptionLars Wirzenius1-2/+14
2011-06-26Speed up refcount decoding a bit.Lars Wirzenius1-1/+1
2011-06-26Speed up refcount encoding a bit.Lars Wirzenius3-17/+161
2011-06-26Speed up refcount encoding.Lars Wirzenius1-4/+6
2011-06-26Add benchmark program for refcount encoding.Lars Wirzenius1-0/+139
2011-06-26Refactor encode/decode of refcounts into their own methods.Lars Wirzenius2-17/+20
2011-06-22Make Forest._new_id be a public function again.Lars Wirzenius4-5/+5
2011-06-10Move separate LRU cache implementation into larch.Lars Wirzenius11-9/+261
2011-06-06Fsck improvements.Lars Wirzenius3-146/+191
2011-06-06Add check for encoded node size.Lars Wirzenius1-0/+5
2011-06-06Rewrite fsck for better extensibility, progress reporting.Lars Wirzenius2-131/+148
2011-06-06Move fsck class into library so it can be easily reused.Lars Wirzenius3-138/+161
2011-06-06Use sphinx for API documentation.Lars Wirzenius27-195/+705
2011-06-06Depend on sphinx for building.Lars Wirzenius1-1/+1
2011-06-06Install docs in .deb.Lars Wirzenius1-0/+1
2011-06-06Split large single page into subpages.Lars Wirzenius8-6/+67
2011-06-06Add some more examples.Lars Wirzenius1-1/+17
2011-06-06Document NodeStore class.Lars Wirzenius1-8/+12
2011-06-06Document UploadQueue.Lars Wirzenius1-2/+10
2011-06-06Document NodeStoreTests.Lars Wirzenius1-5/+7
2011-06-06Remove unused BTRee.dump.Lars Wirzenius1-23/+0
2011-06-06Make BTree.increment and .decrement private.Lars Wirzenius3-19/+19
2011-06-06Fixup lookup_range docstring markup.Lars Wirzenius1-1/+1
2011-06-06Make BTree.put_node private.Lars Wirzenius2-15/+15