]> git.rkrishnan.org Git - tahoe-lafs/tahoe-lafs.git/history - src/allmydata/test/test_immutable.py
Eliminate mock dependency.
[tahoe-lafs/tahoe-lafs.git] / src / allmydata / test / test_immutable.py
2015-07-17 Daira HopwoodEliminate mock dependency. 2465.eliminate-mock.1 175/head
2014-05-12 zookoMerge pull request #91 from zooko/master
2014-04-21 Daira HopwoodRemove ugly shadowing of Client.DEFAULT_ENCODING_PARAME...
2012-05-22 Brian Warnerswitch UploadResults to use get_uri(), hide internal...
2011-08-02 david-sarahFix some test failures caused by #393 patch.
2011-08-02 Kevan Carstensenimmutable/filenode: implement unified filenode interface
2011-08-01 Brian Warnertest_immutable.Test: rewrite to use NoNetworkGrid,...
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
2010-09-09 Zooko O'Whielacronximmutable downloader: add a test specifically of whethe...
2010-09-02 Zooko O'Whielacronxtests: bump up the allowed number of reads
2010-09-01 Brian WarnerSegmentFetcher: use new diversity-seeking share-selecti...
2010-09-01 Brian WarnerShare: drop received data after each block finishes...
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...
2010-02-22 david-sarahChange direct accesses to an_uri.storage_index to calls...
2010-01-14 Brian Warnerhush pyflakes-0.4.0 warnings: remove trivial unused...
2009-12-01 Brian WarnerSimplify immutable download API: use just filenode...
2009-08-15 Brian Warnerimmutable.Downloader: pass StorageBroker to constructor...
2009-01-12 Brian Warnerhush pyflakes by removing unused imports
2009-01-12 Zooko O'Whielacronximmutable repairer
2009-01-10 Zooko O'Whielacronximmutable: separate tests of immutable upload/download...
2009-01-08 Zooko O'Whielacronxtrivial: tiny changes to test code
2009-01-08 Zooko O'Whielacronximmutable: fix error in validation of ciphertext hash...
2009-01-06 Zooko O'Whielacronxrename "checker results" to "check results", because...
2009-01-06 Zooko O'Whielacronximmutable: tests: verifier doesn't always catch corrupt...
2009-01-06 Zooko O'Whielacronximmutable: new checker and verifier
2009-01-05 Zooko O'Whielacronximmutable: stop reading past the end of the sharefile...
2009-01-05 Zooko O'Whielacronximmutable: refactor downloader to be more reusable...
2009-01-03 Zooko O'Whielacronximmutable: mark a failing download test as "todo",...
2009-01-03 Zooko O'Whielacronximmutable: fix test for truncated reads of URI extensio...
2009-01-03 Zooko O'Whielacronximmutable: further loosen the performance-regression...
2009-01-03 Zooko O'Whielacronximmutable: whoops, it actually takes up to 39 reads...
2009-01-02 Zooko O'Whielacronximmutable: add more detailed tests of download, includi...
2009-01-02 Zooko O'Whielacronxtrivial: a few improvements to in-line doc and code...