]> git.rkrishnan.org Git - tahoe-lafs/tahoe-lafs.git/history - src/allmydata/mutable
Merge pull request #236 from daira/2725.timezone-test.0
[tahoe-lafs/tahoe-lafs.git] / src / allmydata / mutable /
2016-02-02 Daira HopwoodFix an error handling path that would never have been... 2543.fix-mutable-error-handling.0
2015-07-28 Brian Warnermutable/retrieve.py: remove all bare assert()s
2015-07-28 Brian WarnerMerge branch 'sdmf-partial-2'
2015-07-28 Brian Warnermutable/retrieve.py: rewrite partial-read handling 177/head
2015-07-28 Daira HopwoodRemove some bare asserts in retrieve.py (there are...
2015-01-27 Mark BergerAdds _servers_with_shares to ServermapUpdater
2014-09-02 Brian Warnerpublish.py: log roothash in base32, not binary
2014-03-20 Daira HopwoodRemove 'needs-rebalancing' and add 'count-happiness... 1784-2105-checker-results
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...
2013-04-09 Brian WarnerServerMap.copy(): deepcopy .update_data too. Closes...
2012-12-27 David-Sarah HopwoodRemove ResponseCache in favor of MDMFSlotReadProxy...
2012-06-22 david-sarahChange the maximum mutable share size to 69105 TB,...
2012-06-21 david-sarahmutable: fix shape of 'verinfo' tuple returned from...
2012-06-15 david-sarahFix a bug in mutable publish that could cause an IndexE...
2012-06-02 Brian WarnerCheckResults: pass IServer to corrupt/incompatible...
2012-06-02 Brian WarnerCheckResults: pass IServer to servers_responding=,...
2012-06-02 Brian WarnerCheckResults: pass IServer to sharemap=, but get_sharem...
2012-06-02 Brian WarnerCheckResults: privatize remaining attributes
2012-06-02 Brian WarnerCheckResults: use fat init, add type-checking assertions
2012-06-02 Brian Warnermutable/checker: refactor to make CheckResults easier...
2012-06-02 Brian Warnerchange CheckResults to use a fat set_data()
2012-05-16 david-sarahSince we now require Python 2.5, we can use os.SEEK_END.
2012-04-01 Brian Warnerservermap.py: oops, fix _done() condition, good catch...
2011-09-14 david-sarahmutable/layout.py: improve confusing documentation...
2012-03-31 Brian WarnerMutable repair: use new MODE_REPAIR to query all server...
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/layout.py: raise BadShareError instead of assert()
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...
2012-01-08 Brian Warnermutable: add comments about the tricky DeferredList...
2011-12-28 Kevan Carstensenmutable publish: fix not-enough-shares detection. Refs...
2011-12-28 Kevan Carstensenmutable publish: track multiple servers-per-share....
2011-11-18 Brian Warnermore tiny buildbot-testing whitespace changes
2011-11-18 Brian Warnermore tiny buildbot-testing whitespace changes
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-10-07 david-sarahFix some potential bugs (in non-test code) exposed...
2011-10-01 Brian WarnerMDMF: remove extension fields from caps, tolerate arbit...
2011-09-25 david-sarahmutable/publish.py: fix an unused import. refs #1542
2011-09-25 david-sarahmutable/layout.py: make unpack_sdmf_checkstring and...
2011-09-25 kevanmutable/publish: handle unknown mutable share formats...
2011-09-25 kevanmutable/layout: break unpack_checkstring into unpack_md...
2011-09-24 kevanmutable/publish: use unpack_mdmf_checkstring and unpack...
2011-09-24 david-sarahmutable/publish.py: copy the self.writers dict before...
2011-09-24 david-sarahmutable/publish.py: simplify by refactoring self.outsta...
2011-09-17 kevanmutable/publish: add errback immediately after write...
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-28 Brian WarnerMutableFileNode.set_downloader_hints: never depend...
2011-08-28 Brian Warnerlayout.py: fix MDMF share layout documentation
2011-08-27 Brian WarnerSDMF: update filenode with correct k/N after Retrieve...
2011-08-27 Brian Warnerlayout.py: annotate assertion to figure out 'tahoe...
2011-08-27 Brian WarnerMDMF: more writable/writeable consistentifications
2011-08-27 Brian WarnerMDMF: s/Writable/Writeable/g, for consistency with...
2011-08-16 david-sarahmutable/layout.py: fix unused import. refs #393 post-393
2011-08-16 david-sarahmutable/retrieve.py: cosmetics and remove a stale comme...
2011-08-13 Kevan Carstensenmutable/filenode.py: don't fetch more segments than...
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-11 Brian Warnerfix SHARE_HASH_CHAIN_SIZE computation
2011-08-07 Kevan Carstensenmutable/servermap: Rework the servermap to work with...
2011-08-02 Kevan Carstensenmutable/layout: Define MDMF share format, write tools...
2011-08-02 Kevan Carstensenmutable: train checker and repairer to work with MDMF...
2011-08-02 Kevan Carstensenmutable/filenode: Modify mutable filenodes for use...
2011-08-02 Kevan Carstensenmutable/publish: teach the publisher how to publish...
2011-08-02 Kevan Carstensenmutable/retrieve: rework the mutable downloader to...
2011-05-10 Zooko O'Whielacronxreplace remaining .html docs with .rst docs
2011-02-21 Brian WarnerRefactor StorageFarmBroker handling of servers
2010-10-27 david-sarahmake ResponseCache smarter to avoid memory leaks: don...
2010-10-29 Brian Warnermutable/servermap.py: update comment. Closes #1231.
2010-02-26 david-sarahChange relative imports to absolute
2010-01-27 david-sarahPrevent mutable objects from being retrieved from an...
2010-01-14 Brian Warnerhush pyflakes-0.4.0 warnings: remove trivial unused...
2010-01-12 Brian WarnerClean up log.err calls, for one of the issues in #889.
2010-01-12 Brian Warnertidy up DeadReferenceError handling, ignore them in...
2010-01-02 Brian Warnermutable/publish: don't loop() right away upon DeadRefer...
2009-12-29 Brian Warnermutable repair: return successful=False when numshares...
2009-12-29 Brian Warnerchecker: don't let failures in add-lease affect checker...
2009-12-08 Brian Warnermutable/retrieve.py: stop reaching into private Mutable...
2009-12-08 Brian Warnermutable/servermap.py: stop reaching into private Mutabl...
2009-12-08 Brian Warnermutable/servermap.py: oops, query N+e servers in MODE_W...
2009-12-01 Brian Warnerremove MutableFileNode.download(), prefer download_best...
next