]> git.rkrishnan.org Git - tahoe-lafs/tahoe-lafs.git/history - src/allmydata/test/test_mutable.py
Add tests for SDMF partial reads. refs #2459
[tahoe-lafs/tahoe-lafs.git] / src / allmydata / test / test_mutable.py
2008-08-06 Brian Warnertest_mutable: factor out common setup code
2008-08-06 Brian Warnermutable: start adding Repair tests, fix a simple bug
2008-07-18 Brian Warnerfirst pass at a mutable repairer. not tested at all...
2008-07-16 Brian Warnermove encode/upload/download/checker.py into a new immut...
2008-07-16 Brian Warneroverhaul checker invocation
2008-07-08 Brian Warnerimplement a mutable checker+verifier. No repair yet...
2008-07-07 Brian Warnerservermap.shares_available: report N too, not just k
2008-07-07 Brian Warnertest_mutable.py: add tests for no-servers conditions...
2008-06-24 Brian Warnertest_mutable.py: add more tests of post-mapupdate corru...
2008-06-03 Brian Warnermutable/publish.py: raise FileTooLargeError instead...
2008-05-14 Brian Warnertest_mutable.py: test replacing a file that has one...
2008-04-30 Brian Warnertest_mutable: update notify_publish() to match new...
2008-04-23 Brian Warnertest_mutable: test that all servers refusing our share...
2008-04-23 Brian Warnermutable: improve test coverage in Retrieve, when shares...
2008-04-22 Brian Warnermutable/servermap: improve test coverage
2008-04-22 Brian Warnermutable: test write failures, uncoordinated write detection
2008-04-22 Brian Warnermutable: improve testing to exercise the non-cached...
2008-04-21 Brian Warnermutable: improve test coverage slightly
2008-04-19 Brian Warnermutable/servermap: improve test coverage
2008-04-19 Brian Warnermutable: improve test coverage, fix bug in privkey...
2008-04-18 Brian Warnertest_mutable: hush pyflakes
2008-04-18 Brian Warnertest_mutable: factor out ShouldFailMixin
2008-04-18 Brian Warnermutable: implement MutableFileNode.modify, plus tests
2008-04-18 Brian Warnermutable: replace MutableFileNode API, update tests...
2008-04-17 Brian Warnermutable WIP: merge in patches from current trunk
2008-04-17 Brian Warnermutable WIP: add servermap update status pages
2008-04-17 Brian Warnermutable WIP: oops, fix test_mutable
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-11 Brian Warnermutable WIP: split mutable.py into separate files....
2008-04-11 Brian Warnermutable: WIP. make Publish work, remove some test scaff...
2008-04-05 Brian Warnermutable.py: checkpointing #303 work: retrieve does...
2008-04-15 Brian Warnertest_mutable.py: remove spurious Retrieve during a...
2008-04-02 robk-tahoeadded offloaded key generation
2008-03-13 Brian Warnermutable.py: split replace() into update() and overwrite...
2008-03-11 Brian Warnermutable: tolerate multiple encodings, using whichever...
2008-03-11 Brian Warnertest_mutable: improve multiple-encodings test coverage
2008-03-11 Brian Warnertest_mutable: make test-multiple-encodings work
2008-03-11 Brian Warnertest_mutable: more test coverage, building up a framewo...
2008-03-11 Brian Warnertest_mutable: exercise short reads too
2008-03-11 Brian Warnertest_mutable: test all hash-failure cases except a...
2008-03-10 Brian Warnertest_mutable: add Roundtrip test, suitable for new...
2008-03-10 Brian Warnermutable: cosmetic changes
2008-03-10 Brian Warnermutable: minor refactoring of _do_read, to make other...
2008-03-04 Brian Warnermutable: oops, .download *is* in use, by the speedtest...
2008-02-05 Brian Warnerbig introducer refactoring: separate publish+subscribe...
2008-01-14 Brian Warnerremove wait_for_numpeers and the when_enough_peers...
2008-01-11 Brian Warnertest_mutable.py: accomodate changes to mutable.py logging
2007-12-19 Brian Warnermutable: always include ourselves in the querylist...
2007-12-19 Brian Warnermore new-pyflakes warnings fixed
2007-12-05 Brian Warnerrefactor web tests, and interfaces.IFileNode
2007-12-04 Brian Warnertest_dirnode.py: obtain full coverage of dirnode.py
2007-12-04 Brian Warnerrename dirnode2.py to dirnode.py
2007-12-04 Brian Warnertest_mutable: improve test coverage a bit, add test_fil...
2007-12-04 Brian Warnerremove PyCrypto, now we only use pycrypto++
2007-12-03 Zooko O'Whielacronxfix several bugs and warnings -- thanks, pyflakes
2007-12-03 Zooko O'Whielacronxmerge patch to integrate decentralized directories...
2007-11-20 Brian Warnerhierarchical logging: add numbered messages and parent...
2007-11-14 Brian Warnermutable: handle bad hashes, improve test coverage,...
2007-12-03 Zooko O'Whielacronxdecentralized directories: integration and testing
2007-11-09 Brian Warnerconsolidate dirnode/filenode-creation code into Client
2007-11-08 Brian Warnermutable: grab encprivkey when necessary during publish...
2007-11-08 Brian Warnermutable: rearrange order of Publish to allow replace...
2007-11-07 Brian Warnertest_mutable: remove dead code
2007-11-07 Brian Warnermutable: fix use of storage API
2007-11-07 Brian Warnerstabilize on 20-byte nodeids everywhere, printed with...
2007-11-06 Brian Warnermutable: parameterize Publish/Retrieve classes in Mutab...
2007-11-06 Brian Warnermutable: move IV into signed prefix, add more retrieval...
2007-11-06 Brian Warnertest_mutable.py: hush pyflakes
2007-11-06 Brian Warnermutable.Publish: rearrange create() to use more of...
2007-11-06 Brian Warnermutable.Publish: more tests
2007-11-06 Brian Warnermutable.Publish: create a dispatch_map for the benefit...
2007-11-06 Brian Warnermutable: use proper enable/renew/cancel secrets
2007-11-06 Brian Warnermutable: added send-messages-to-peers code, about 70...
2007-11-05 Brian Warnertest_mutable: hush pyflakes warning
2007-11-05 Brian Warnermutable: add peer-selection to Publish, and some basic...
2007-11-03 Brian Warnermutable.py: add share-unpacking code, use it for more...
2007-11-03 Brian Warnermutable: implement filenode share-packing, still pretty...
2007-11-02 Brian Warnermutable: split dirnode stuff out to dirnode2.py, will...
2007-11-02 Brian Warnermutable: improve NewDirectoryNode test coverage
2007-11-01 Brian Warnermutable: first pass at dirnodes, filenodes, new URIs...