]> git.rkrishnan.org Git - tahoe-lafs/tahoe-lafs.git/history - src/allmydata/immutable/layout.py
Fix up the behavior of #778, per reviewers' comments
[tahoe-lafs/tahoe-lafs.git] / src / allmydata / immutable / layout.py
2010-05-14 Kevan CarstensenFix up the behavior of #778, per reviewers' comments
2009-05-18 Brian Warnerimmutable WriteBucketProxy: use pipeline to speed up...
2009-02-24 Brian Warnerimmutable/layout.py: wrap to 80 cols, no functional...
2009-02-18 Brian Warnerbreak storage.py into smaller pieces in storage/*.py...
2009-02-18 Brian Warnerimmutable/layout: minor change to repr name
2009-01-13 Brian Warnerupload: use WriteBucketProxy_v2 when uploading a large...
2009-01-06 Zooko O'Whielacronximmutable: new checker and verifier
2009-01-06 Zooko O'Whielacronxtrivial: remove unused import (pyflakes)
2009-01-05 Zooko O'Whielacronximmutable: raise a LayoutInvalid exception instead...
2009-01-05 Zooko O'Whielacronximmutable: stop reading past the end of the sharefile...
2009-01-05 Zooko O'Whielacronximmutable: tidy up the notification of waiters for...
2009-01-05 Zooko O'Whielacronximmutable: refactor downloader to be more reusable...
2009-01-03 Zooko O'Whielacronxtrivial: remove unused import (pyflakes)
2009-01-03 Zooko O'Whielacronximmutable: fix test for truncated reads of URI extensio...
2009-01-03 Zooko O'Whielacronximmutable: fix detection of truncated shares to take...
2009-01-03 Zooko O'Whielacronximmutable: raise LayoutInvalid instead of struct.error...
2009-01-02 Zooko O'Whielacronxtrivial: remove unused import -- thanks, pyflakes
2009-01-02 Zooko O'Whielacronximmutable: ReadBucketProxy defines classes of exception...
2008-12-31 Zooko O'Whielacronxtrivial: "M-x whitespace-cleanup" on immutable/layout.py
2008-12-19 Zooko O'Whielacronximmutable: remove the last bits of code (only test...
2008-12-17 Zooko O'Whielacronximmutable: refactor ReadBucketProxy a little
2008-10-14 Zooko O'Whielacronxrepairer: test all different kinds of corruption that...
2008-10-10 Brian Warnerstorage: introduce v2 immutable shares, with 8-byte...
2008-10-10 Brian Warnerstorage: split WriteBucketProxy and ReadBucketProxy...