]> git.rkrishnan.org Git - tahoe-lafs/tahoe-lafs.git/history - src/allmydata/test/no_network.py
Improve SFTP error handling and remove use of IFinishableConsumer. fixes #1525
[tahoe-lafs/tahoe-lafs.git] / src / allmydata / test / no_network.py
2013-03-19 David-Sarah HopwoodImprove SFTP error handling and remove use of IFinishab...
2012-12-27 David-Sarah HopwoodRemove ResponseCache in favor of MDMFSlotReadProxy...
2012-05-16 Brian Warnerimmutable repairer: populate servers-responding properly
2012-04-04 Brian Warnermake IServer instances retain identity in copy() and...
2011-12-28 Kevan Carstensenmutable publish: track multiple servers-per-share....
2011-11-01 Brian WarnerIServer refactoring: pass IServer instances around...
2011-08-28 Brian Warnertest_mutable.Version: exercise 'tahoe debug find-shares...
2011-08-23 david-sarahAdditional tests for MDMF URIs and for zero-length...
2011-08-10 david-sarahReplace the hard-coded 522-bit RSA key size used for...
2011-08-10 david-sarahReplace the hard-coded 522-bit RSA key size used for...
2011-08-01 Brian Warnerreplace IServer.name() with get_name(), and get_longname()
2011-02-27 Brian Warneradd remaining get_* methods to storage_client.Server...
2011-02-21 Brian WarnerRefactor StorageFarmBroker handling of servers
2011-01-17 Brian WarnerTolerate Twisted-10.2's endpoints, patch by David-Sarah...
2010-08-04 Brian WarnerRewrite immutable downloader (#798). This patch adds...
2010-07-19 Zooko O'Whielacronximmutable: extend the tests to check that the shares...
2009-10-18 Kevan CarstensenAlter NoNetworkGrid to allow the creation of readonly...
2010-02-01 Zooko O'Whielacronximmutable: downloader accepts notifications of buckets...
2010-01-29 david-sarahNew tests for #928
2010-01-14 Brian Warnerhush pyflakes-0.4.0 warnings: slightly less-trivial...
2010-01-10 Zooko O'Whielacronxrepairer: add deterministic test for #819, mark as...
2009-12-15 Brian Warnermore #859: avoid deprecation warning for unit tests...
2009-08-15 Brian WarnerOverhaul IFilesystemNode handling, to simplify tests...
2009-06-29 Brian Warneruse 522-bit RSA keys in all unit tests (except one)
2009-06-23 Brian Warnerbig rework of introducer client: change local API,...
2009-06-21 Brian Warnerclean up storage_broker interface: should fix #732
2009-06-02 Brian Warnermore refactoring: move get_all_serverids() and get_nick...
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-02-25 Brian Warnertests/no_network: move GET into the GridTestMixin class
2009-02-24 Brian Warnertest_repairer: change to use faster no_network.GridTest...
2009-02-24 Brian Warnertest_repairer: change Repairer to use much-faster no_ne...
2009-02-24 Brian Warnertest/no_network.py: add a basic stats provider
2009-02-23 Brian Warnerremove more RuntimeError from unit tests, for #639
2009-02-20 Brian Warnertest/no_network: do startService on the storage servers...
2009-02-18 Brian Warnerchange StorageServer to take nodeid in the constructor...
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...
2009-02-17 Brian Warnertest_web: improve checker-results coverage with a no...
2009-02-17 Brian Warnertest/no_network: update comments with setup timing...
2009-02-17 Brian Warnertest_upload: rewrite in terms of no-network GridTestMix...
2009-02-17 Brian Warnertest_download: rewrite in terms of no-network GridTestM...
2009-02-17 Brian Warnertests: fix no_network framework to work with upload...
2009-02-16 Brian Warnertest/no_network: new test harness, like system-test...