]> git.rkrishnan.org Git - tahoe-lafs/tahoe-lafs.git/history - src/allmydata/hashtree.py
Merge pull request #232 from leif/2663.dont-test-attribute-order
[tahoe-lafs/tahoe-lafs.git] / src / allmydata / hashtree.py
2009-04-04 Brian Warnerhashtree.py: another micro-optimization, expand on...
2009-04-03 Zooko O'Whielacronxhashtree: a couple of tiny improvements
2009-03-31 Brian Warnerhashtree: fix O(N**2) behavior, to improve fatal alacri...
2008-12-21 Zooko O'Whielacronximmutable, checker, and tests: improve docstrings,...
2008-12-05 Zooko O'Whielacronxdownload: refactor handling of URI Extension Block...
2008-02-15 Zooko O'Whielacronxswitch from base62 to base32 for storage indices, switc...
2007-06-08 Brian Warnermove almost all hashing to SHA256, consolidate into...
2007-06-07 Brian Warnerencode.py: hush pyflakes warnings
2007-06-07 Brian Warnerhashtree.BadHashError: mention which leaf caused the...
2007-06-07 Brian Warnerencode: add plaintext/crypttext merkle trees to the...
2007-06-02 Brian Warnermove validation data to thingA, URI has storage_index...
2007-04-18 Brian Warnerfactor out the tagged hash function used for subshares...
2007-04-13 Brian Warnerhash trees: further cleanup, to make sure we're validat...
2007-04-12 Brian Warnerhashtree.py: reindent from 2-spaces to 4-spaces. No...
2007-04-12 Brian Warnerrename chunk.py to hashtree.py