]> git.rkrishnan.org Git - tahoe-lafs/tahoe-lafs.git/history - src/allmydata/test/test_client.py
new feature: preferred storage servers
[tahoe-lafs/tahoe-lafs.git] / src / allmydata / test / test_client.py
2015-12-01 Leif Rygenew feature: preferred storage servers 204/head
2015-07-17 Daira HopwoodEliminate mock dependency. 2465.eliminate-mock.1 175/head
2015-03-24 Daira HopwoodAdd a test, add missing imports. refs #2388
2015-02-04 Brian WarnerMerge branch 'pr138': fix long paths on windows
2015-02-04 Brian Warnertest that web.static= is really treated as a relative...
2015-01-30 Daira HopwoodUse "long" paths prefixed with \\?\ on Windows. refs...
2014-08-19 zookoMerge pull request #103 from zooko/2280-recommend-tahoe...
2014-08-17 Daira HopwoodBetter name for the file that causes a node to exit...
2014-05-12 zookoMerge pull request #91 from zooko/master
2014-05-05 Daira HopwoodFix a pyflakes warning.
2014-05-05 Daira HopwoodFix a shallow bug.
2014-05-05 Daira HopwoodError if a .furl config entry contains an unescaped...
2014-05-05 Daira HopwoodRevert [603f5eba32c98d4bfbc354530dcd36dfcd58887a] which...
2014-05-04 Daira HopwoodUse "long" paths prefixed with \\?\ on Windows. refs...
2013-04-18 Brian Warnerclient.py: create node key even when storage is disable...
2013-03-20 Brian Warnerclient.py: throw error when reserved_space= is unparsea...
2013-02-07 Zooko O'Whielacronxunit test for #1679
2012-12-29 David-Sarah HopwoodIf a helper is not configured, make the banner on the...
2012-03-14 Brian Warnernew introducer: signed extensible dictionary-based...
2011-11-20 david-sarahUse a private/drop_upload_dircap file instead of the...
2011-08-10 david-sarahtest_client.py: relax a check in test_create_drop_uploa...
2011-08-10 david-sarahtest_client.py, test_drop_upload.py: fix pyflakes warnings.
2011-08-10 david-sarahtest_client.py: add a test that the drop-uploader is...
2011-08-03 david-sarahtest_client.py: repair Basic.test_error_on_old_config_f...
2011-08-01 Zooko O'Whielacronxreject old-style (pre-Tahoe-LAFS-v1.3) configuration...
2011-07-25 Zooko O'Whielacronxwhitespace-cleanup
2011-03-31 Zooko O'Whielacronxtests: use fileutil.write() instead of open() to ensure...
2011-02-27 Brian Warnerstorage_client.py: clean up test_add_server/test_add_de...
2011-02-27 Brian Warnertest_client.py, upload.py:: remove KiB/MiB/etc constant...
2011-02-21 Brian WarnerRefactor StorageFarmBroker handling of servers
2010-11-09 david-sarahtest_client.py: change overzealous use of failUnlessRea...
2010-08-01 Zooko O'Whielacronxsetup: replace hardcoded 'allmydata-tahoe' with allmyda...
2010-07-18 Zooko O'Whielacronxdocs: add comment clarifying #1051
2010-07-11 david-sarahAdd tests of caps from the future that have non-ASCII...
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-14 Brian Warnerchange docs and --help to use "grid" instead of "virtua...
2009-11-20 Brian Warnerinterface name cleanups: IFileNode, IImmutableFileNode...
2009-07-03 Brian WarnerTolerate unknown URI types in directory structures...
2009-07-03 Brian Warnertest_client.py: minor refactoring of BASECONFIG usage
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-01 Brian Warnerstart to factor server-connection-management into a...
2009-05-22 Brian Warnerswitch all foolscap imports to use foolscap.api or...
2009-02-12 Zooko O'Whielacronxversioning: include an "appname" in the application...
2008-12-02 Brian Warnerstorage: replace sizelimit with reserved_space, make...
2008-11-22 Brian Warner#538: add remote_get_version() to four main Referenceab...
2008-10-29 Brian Warnertest_client.py: improve test coverage a bit
2008-10-29 Brian Warnermove testutil into test/common_util.py, since it doesn...
2008-06-18 Brian Warnerbreak introducer up into separate modules in the new...
2008-04-23 Brian Warnerhush pyflakes warning about code that got moved in...
2008-04-22 Brian Warnertestutil: factor stall() out into a common location
2008-04-17 Brian Warnerclient: add 'node.uptime' to the stats we collect
2008-02-15 Zooko O'Whielacronxswitch from base62 to base32 for storage indices, switc...
2008-02-06 Brian Warnerstorage: change service name from 'storageserver' to...
2008-02-05 Brian Warnerbig introducer refactoring: separate publish+subscribe...
2008-01-03 Brian Warnertest_client.py: validate more versioning code
2008-01-03 Brian Warnertest_client.py: assert allmydata.__version__ is not...
2007-12-21 Zooko O'Whielacronxsetup: finish switching from Tahoe's versions of autove...
2007-12-17 Zooko O'Whielacronxput all private state in $BASEDIR/private
2007-12-12 Zooko O'Whielacronxediting: change names like "MyThing" to "FakeThing...
2007-11-19 Brian Warnertest_client: stall 2.0s between shutdown and restart...
2007-11-02 Brian Warnertest_client: increase test_reloadable inter-run timeout...
2007-09-26 Brian Warnertest_client.py: add TODO to test the hotline-timeout...
2007-09-14 Brian Warnertest_client.py: remove unused 'stat' import
2007-09-14 Zooko O'Whielacronxremove test in test_client -- we can't easily assert...
2007-08-28 Brian Warnerdeletion phase2b: create renew/cancel secrets for real.
2007-08-16 Zooko O'Whielacronximport version class and make-version script from pyuti...
2007-08-09 Brian Warnerintroducer: don't log.err() an initial connection failu...
2007-07-04 Brian Warneractivate storage size limits in the client. Closes...
2007-06-08 Brian Warnertest_client.py: improve test coverage a bit
2007-06-08 Brian Warnerclient.py: allow operation without vdrive.furl, for...
2007-04-26 Brian Warneradd RIClient.get_versions, in the hopes of enabling...
2007-03-30 Zooko O'Whielacronxnew upload and storage server
2007-03-27 Brian Warnercomplete the Introducer changes, separate out vdrive...
2007-03-23 Zooko O'Whielacronxincomplete work to be finished elsewhere
2007-03-08 Brian Warnerrearrange service startup a bit, now Node.startService...
2007-01-16 Brian Warnerrearrange encode/upload, add URIs, switch to Replicatin...
2006-12-14 Brian Warnermove all packages into src/, fix allmydata.Crypto build...