]> git.rkrishnan.org Git - tahoe-lafs/tahoe-lafs.git/history - src/allmydata/mutable/retrieve.py
mutable/retrieve: handle the case where self._read_length is 0.
[tahoe-lafs/tahoe-lafs.git] / src / allmydata / mutable / retrieve.py
2011-08-30 Kevan Carstensenmutable/retrieve: handle the case where self._read_leng...
2011-08-28 Brian WarnerFix mutable publish/retrieve timing status displays...
2011-08-27 Brian WarnerSDMF: update filenode with correct k/N after Retrieve...
2011-08-16 david-sarahmutable/retrieve.py: cosmetics and remove a stale comme...
2011-08-13 Kevan Carstensenmutable/retrieve.py: use floor division to calculate...
2011-08-13 Kevan Carstensenmdmf: clean up boolean expressions, correct typos,...
2011-08-02 Kevan Carstensenmutable/retrieve: rework the mutable downloader to...
2010-10-27 david-sarahmake ResponseCache smarter to avoid memory leaks: don...
2010-02-26 david-sarahChange relative imports to absolute
2009-12-08 Brian Warnermutable/retrieve.py: stop reaching into private Mutable...
2009-11-21 david-sarahmake status of finished operations consistently "Finished"
2009-06-25 Brian WarnerSplit out NoSharesError, stop adding attributes to...
2009-05-22 Brian Warnerswitch all foolscap imports to use foolscap.api or...
2009-03-04 Brian Warneradd more information to NotEnoughSharesError, split...
2009-02-18 Brian Warnerbreak storage.py into smaller pieces in storage/*.py...
2008-12-05 Zooko O'Whielacronxdownload: refactor handling of URI Extension Block...
2008-10-27 Brian Warnerinterfaces.py: promote immutable.encode.NotEnoughShares...
2008-10-24 Brian Warnermutable: call remove_advise_corrupt_share when we see...
2008-08-26 Brian Warnermutable: make mutable-repair work for non-verifier...
2008-08-26 Brian Warnerlogging: add 'unique-message-ids' (or 'umids') to each...
2008-08-26 Brian Warnerlogging cleanups: lower DeadReferenceError from WEIRD...
2008-07-18 Brian Warnerfirst pass at a mutable repairer. not tested at all...
2008-07-16 Brian Warnermove encode/upload/download/checker.py into a new immut...
2008-04-22 Brian Warnermutable read: enable the cache (written during mapupdat...
2008-04-17 Brian Warnermutable WIP: re-enable publish/retrieve status
2008-04-16 Brian Warnermutable WIP: improve logging a bit
2008-04-16 Brian Warnermutable WIP: rewrite ServerMap data structure, add...
2008-04-15 Brian Warnermutable WIP: rename NotEnoughPeersError to NotEnoughSha...
2008-04-15 Brian Warnermutable WIP: if corrupt shares cause a retrieve to...
2008-04-11 Brian Warnermutable WIP: split mutable.py into separate files....