]> git.rkrishnan.org Git - tahoe-lafs/tahoe-lafs.git/history - src/allmydata/test/test_helper.py
Teach StorageFarmBroker to fire a deferred when a connection threshold is reached...
[tahoe-lafs/tahoe-lafs.git] / src / allmydata / test / test_helper.py
2015-12-28 Daira HopwoodTeach StorageFarmBroker to fire a deferred when a conne...
2012-05-22 Brian WarnerUploadResults: store IServers internally, but still...
2012-05-22 Brian Warnerswitch UploadResults to use get_uri(), hide internal...
2012-05-22 Brian Warnerconvert UploadResults to a fat init
2012-05-22 Brian Warneradd HelperUploadResults
2012-05-22 Brian Warnerclean up Helper to make later changes easier
2009-11-18 Brian Warnermove convergence secret into SecretHolder, next to...
2009-08-15 Brian Warnerde-Service-ify Helper, pass in storage_broker and secre...
2009-08-15 Brian WarnerOverhaul IFilesystemNode handling, to simplify tests...
2009-06-23 Brian Warnerbig rework of introducer client: change local API,...
2009-06-05 Zooko O'Whielacronxtests: bump up the timeout on a bunch of tests that...
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-02-18 Brian Warnerbreak storage.py into smaller pieces in storage/*.py...
2009-01-09 Brian Warnertest_helper: hush pyflakes by avoiding use of 'uri...
2009-01-07 Zooko O'Whielacronximmutable: refactor uploader to do just encoding-and...
2009-01-07 Zooko O'Whielacronxtrivial: whitespace and docstring tidyups
2008-11-22 Brian Warner#538: fetch version and attach to the rref. Make Introd...
2008-07-16 Brian Warnermove encode/upload/download/checker.py into a new immut...
2008-03-27 Brian Warnerhelper: add stats for the gatherer, show some on the...
2008-03-24 Zooko O'Whielacronxuse added secret to protect convergent encryption
2008-02-13 Zooko O'Whielacronxfix a few unused imports and suchlike, discovered by...
2008-02-13 Zooko O'Whielacronxuse base62 encoding for storage indexes, on disk and...
2008-02-07 Brian Warnerchange encryption-key hash to include encoding paramete...
2008-02-07 Brian Warneroffloaded: oops, need more tricks to make the unit...
2008-02-06 Brian Warneradd upload-results timing info for helper uploads....
2008-02-06 Brian Warnerupload: return an UploadResults instance (with .uri...
2008-02-05 Brian Warnerintroducer: remove remaining bits of 'push-to-myself...
2008-02-05 Brian Warnerbig introducer refactoring: separate publish+subscribe...
2008-02-01 Zooko O'Whielacronxrename storage_index_chk_hash() to storage_index_hash...
2008-01-31 Brian Warnerremove upload.upload_(data,filename,filehandle) conveni...
2008-01-31 Brian Warnerupload-helper: avoid duplicate uploads: check the grid...
2008-01-28 Brian WarnerCHK upload helper: don't let one failed upload prevent...
2008-01-17 Brian Warneroffloaded: update unit tests: assert that interrupt...
2008-01-16 Brian Warnermegapatch: overhaul encoding_parameters handling: now...
2008-01-15 Brian Warnerlogging: enable flogging in more places, replace Node...
2008-01-11 Brian Warneroffloaded: add a system test, make it pass. files are...
2008-01-11 Brian Warneroffloaded: more test coverage on client side, change...
2008-01-10 Brian Warneroffloaded: move interfaces to interfaces.py, start...
2008-01-10 Brian Warneroffloaded: basic test for client-side of AssistedUploader