]> git.rkrishnan.org Git - tahoe-lafs/tahoe-lafs.git/history - src/allmydata/mutable/publish.py
mutable/publish: handle unknown mutable share formats when handling errors
[tahoe-lafs/tahoe-lafs.git] / src / allmydata / mutable / publish.py
2011-09-25 kevanmutable/publish: handle unknown mutable share formats...
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-08-28 Brian WarnerFix mutable publish/retrieve timing status displays...
2011-08-02 Kevan Carstensenmutable/publish: teach the publisher how to publish...
2011-02-21 Brian WarnerRefactor StorageFarmBroker handling of servers
2010-10-27 david-sarahmake ResponseCache smarter to avoid memory leaks: don...
2010-02-26 david-sarahChange relative imports to absolute
2010-01-14 Brian Warnerhush pyflakes-0.4.0 warnings: remove trivial unused...
2010-01-02 Brian Warnermutable/publish: don't loop() right away upon DeadRefer...
2009-11-21 david-sarahmake status of finished operations consistently "Finished"
2009-08-15 Brian WarnerOverhaul IFilesystemNode handling, to simplify tests...
2009-06-21 Brian Warnerclean up storage_broker interface: should fix #732
2009-06-21 Brian Warnerhush pyflakes with recent FileTooLarge removal
2009-06-20 kevanremove upper limit on SDMF filesize
2009-06-02 Brian Warnermore storage_broker refactoring: downloader gets a...
2009-06-01 Brian Warnerstart to factor server-connection-management into a...
2009-06-01 Brian Warnermutable: catch and display first error, so code bugs...
2009-05-22 Brian Warnerswitch all foolscap imports to use foolscap.api or...
2009-02-23 Brian Warnermutable/publish: stop using RuntimeError, for #639
2009-02-18 Brian Warnerbreak storage.py into smaller pieces in storage/*.py...
2008-12-10 Brian Warnermutable publish: if we are surprised by shares that...
2008-11-25 Brian Warnermutable publish: reinstate the foolscap-reference-token...
2008-08-26 Brian Warnermutable: make mutable-repair work for non-verifier...
2008-08-26 Zooko O'Whielacronxmutable: remove work-around for a flaw in an older...
2008-08-26 Brian Warnerlogging: add 'unique-message-ids' (or 'umids') to each...
2008-08-26 Brian Warnerlogging cleanups: lower DeadReferenceError from WEIRD...
2008-08-06 Brian Warnermutable: start adding Repair tests, fix a simple bug
2008-07-18 Brian Warnerfirst pass at a mutable repairer. not tested at all...
2008-06-03 Brian Warnermutable/publish.py: raise FileTooLargeError instead...
2008-04-22 Brian Warnermutable: test write failures, uncoordinated write detection
2008-04-17 Brian Warnermutable WIP: use fireOnOneErrback when using a DeferredList
2008-04-17 Brian Warnermutable WIP: clean up status handling, shrink the code...
2008-04-17 Brian Warnermutable WIP: re-enable publish/retrieve status
2008-04-16 Brian Warnermutable WIP: rewrite ServerMap data structure, add...
2008-04-11 Brian Warnermutable WIP: split mutable.py into separate files....