]> git.rkrishnan.org Git - tahoe-lafs/tahoe-lafs.git/history - src/allmydata/mutable/retrieve.py
Remove some bare asserts in retrieve.py (there are still quite a few left). refs...
[tahoe-lafs/tahoe-lafs.git] / src / allmydata / mutable / retrieve.py
2015-07-28 Daira HopwoodRemove some bare asserts in retrieve.py (there are...
2013-05-14 Daira HopwoodInclude the number of remaining shares of the right...
2013-05-14 Daira Hopwoodmutable/retrieve.py: improve comments. refs #1742
2013-05-14 Daira HopwoodRaise NotEnoughSharesError if there are initially not...
2013-05-14 Daira Hopwoodmutable/retrieve.py: inline the single-use function...
2013-04-09 Brian WarnerRemove the whitespace reported by find-trailing-spaces...
2012-12-27 David-Sarah HopwoodRemove ResponseCache in favor of MDMFSlotReadProxy...
2012-03-18 Brian WarnerFix mutable status (mapupdate/retrieve/publish) to...
2012-01-24 KevanEnsure that verification proceeds and stops when approp...
2012-01-12 Brian Warnerretrieve.py: unconditionally check share-hash-tree...
2012-01-08 Brian Warnermutable/retrieve.py: clean up control flow to avoid...
2012-01-08 Brian Warnermutable: don't tell server about corruption unless...
2012-01-08 Brian Warnermutable: simplify Retrieve._process_segment() to use...
2012-01-08 Brian WarnerRetrieve.decode(): simplify setup of DeferredList-like...
2011-11-01 Brian WarnerIServer refactoring: pass IServer instances around...
2011-10-28 Zooko O'Whielacronxundo the effects of a patch I hadn't intended to commit...
2011-09-30 Zooko O'Whielacronxdebugprint the values of blocks and hashes thereof...
2011-10-17 Brian Warnermutable/retrieve: don't write() after we've been pauseP...
2011-09-09 Brian WarnerRetrieve._activate_enough_peers: rewrite Verify logic
2011-09-09 Brian WarnerRetrieve: implement/test stopProducing
2011-09-09 Brian Warnerretrieve.py: remove vestigal self._validated_readers
2011-09-09 Brian WarnerRetrieve: rewrite flow-control: use a top-level loop...
2011-09-09 Brian WarnerRetrieve: merge _validate_active_prefixes into _add_act...
2011-09-09 Brian WarnerRetrieve: remove the initial prefix-is-still-good check
2011-09-09 Brian WarnerMDMFSlotReadProxy: remove the queue
2011-09-09 Brian Warnerrearrange Retrieve: first step, shouldn't change order...
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....