]> git.rkrishnan.org Git - tahoe-lafs/tahoe-lafs.git/history - src/allmydata/test/test_dirnode.py
Remove ResponseCache in favor of MDMFSlotReadProxy's cache. closes #1240.
[tahoe-lafs/tahoe-lafs.git] / src / allmydata / test / test_dirnode.py
2008-04-22 Brian Warnertestutil: factor stall() out into a common location
2008-03-24 Zooko O'Whielacronxuse added secret to protect convergent encryption
2008-03-01 Zooko O'Whielacronxwapi: add POST /uri/$DIRECTORY?t=set_children
2008-02-14 Brian Warnerunicode handling: declare dirnodes to contain unicode...
2008-02-12 Brian Warnertest_dirnode.py: improve error messages in case timesta...
2008-02-12 Brian Warnertest_dirnode.py: simplejson-1.7.1 incorrectly rounds...
2008-02-11 Brian Warnertest_dirnode.py: assert that we update mtime and preser...
2008-02-11 Brian Warnerdirnode.py: add metadata= to add_file(), add tests
2008-02-11 Brian Warnertest_dirnode.py: add diag output to test-ctime/mtime...
2008-02-09 Brian Warnerdirnode: add ctime/mtime to metadata, update metadata...
2008-02-06 Brian Warnerupload: return an UploadResults instance (with .uri...
2008-01-14 Brian Warnerremove wait_for_numpeers and the when_enough_peers...
2008-01-03 Zooko O'Whielacronxadd human-encodings of caps, refactor encodings of...
2007-12-12 Zooko O'Whielacronxediting: change names like "MyThing" to "FakeThing...
2007-12-05 Brian Warnerrefactor web tests, and interfaces.IFileNode
2007-12-04 Brian Warnerimprove test coverage on FileNode.check
2007-12-04 Brian Warnertest_dirnode.py: obtain full coverage of dirnode.py
2007-12-03 Zooko O'Whielacronxdecentralized directories: integration and testing
2007-11-09 Brian Warnerconsolidate dirnode/filenode-creation code into Client
2007-10-15 Brian Warneradd a simple checker, for both files and directories
2007-08-17 Brian Warnerdirnode: change the defined behavior of RIVirtualDriveS...
2007-08-15 Brian WarnerIDirectoryNode: add has_child() method
2007-07-22 Brian WarnerCHK: remove the storage index from the URI, deriving...
2007-07-21 Brian Warneruri: implement URI-processing classes, IFileURI/IDirnod...
2007-07-07 Brian Warnerweb: use KeyError (rather than IndexError) to signal...
2007-07-07 Brian Warneradd IDirectoryNode.get_child_at_path
2007-06-27 Brian Warnerdirnode: add build_manifest() and introduce 'refresh...
2007-06-27 Brian Warnermerge vdrive.py and filetable.py into a single dirnode.py