]> git.rkrishnan.org Git - tahoe-lafs/tahoe-lafs.git/history - src/allmydata/mutable/servermap.py
ServerMap.copy(): deepcopy .update_data too. Closes #1785.
[tahoe-lafs/tahoe-lafs.git] / src / allmydata / mutable / servermap.py
2013-04-09 Brian WarnerServerMap.copy(): deepcopy .update_data too. Closes...
2012-12-27 David-Sarah HopwoodRemove ResponseCache in favor of MDMFSlotReadProxy...
2012-04-01 Brian Warnerservermap.py: oops, fix _done() condition, good catch...
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-08 Brian Warnermutable: add comments about the tricky DeferredList...
2011-11-01 Brian WarnerIServer refactoring: pass IServer instances around...
2011-10-07 david-sarahFix some potential bugs (in non-test code) exposed...
2011-09-09 Brian WarnerMDMFSlotReadProxy: remove the queue
2011-08-07 Kevan Carstensenmutable/servermap: Rework the servermap to work with...
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-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...
2009-12-29 Brian Warnerchecker: don't let failures in add-lease affect checker...
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-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-02 Brian Warnermore storage_broker refactoring: downloader gets a...
2009-06-01 Brian Warnerstart to factor server-connection-management into a...
2009-05-22 Brian Warnerswitch to using RemoteException instead of 'wrapped...
2009-05-22 Brian Warnerswitch all foolscap imports to use foolscap.api or...
2009-04-11 Zooko O'Whielacronxdirnode: add 'tahoe'/'linkcrtime' and 'tahoe'/'linkmoti...
2009-02-27 Brian Warnerservermap add-lease: fix the code that's supposed to...
2009-02-18 Brian Warnerbreak storage.py into smaller pieces in storage/*.py...
2009-02-18 Brian Warneradd --add-lease to 'tahoe check', 'tahoe deep-check...
2008-10-24 Brian Warnermutable: call remove_advise_corrupt_share when we see...
2008-10-24 Brian Warnermutable/servermap.py: fix needs_merge(), it was incorre...
2008-10-22 Brian Warnermore #514: pass a Monitor to all checker operations...
2008-09-10 Brian Warnerchecker results: more tests, more results. immutable...
2008-09-07 Brian Warnerchecker: overhaul checker results, split check/check_an...
2008-08-27 Brian Warnerservermap: don't log late arrivals, and don't log DeadR...
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-08-13 Brian Warnermutable/servermap: lower the priority of many log messages
2008-08-12 Brian Warnermutable/servermap: add summarize_version
2008-07-18 Brian Warnerfirst pass at a mutable repairer. not tested at all...
2008-07-07 Brian Warnerservermap.shares_available: report N too, not just k
2008-07-07 Brian Warnermutable: if there are no servers available, return...
2008-05-19 Brian Warnerservermap.py: add size_of_version(), to retrieve the...
2008-04-22 Brian Warnermutable/servermap: improve test coverage
2008-04-22 Brian Warnermutable: remove some dead code, rearrange use of popula...
2008-04-22 Brian Warnermutable read: enable the cache (written during mapupdat...
2008-04-21 Brian Warnermutable status: use google-chart-API to draw server...
2008-04-19 Brian Warnermutable: improve test coverage, fix bug in privkey...
2008-04-17 Brian Warnermutable WIP: add servermap update status pages
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....