]> git.rkrishnan.org Git - tahoe-lafs/tahoe-lafs.git/history - src/allmydata/test/test_mutable.py
test_mutable.Update: increase timeout from 120s to 400s, slaves are failing
[tahoe-lafs/tahoe-lafs.git] / src / allmydata / test / test_mutable.py
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...