]> git.rkrishnan.org Git - tahoe-lafs/tahoe-lafs.git/history - src/allmydata/dirnode.py
wapi: add POST /uri/$DIRECTORY?t=set_children
[tahoe-lafs/tahoe-lafs.git] / src / allmydata / dirnode.py
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-11 Brian Warnerdirnode.py: add metadata= to add_file(), add tests
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...
2007-12-19 Brian Warnerdirnode: add set_uris() and set_nodes() (plural), to...
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-03 Zooko O'Whielacronxdecentralized directories: integration and testing
2007-11-09 Brian Warnerwebish: add preliminary mutable file support: upload...
2007-11-09 Brian Warnerconsolidate dirnode/filenode-creation code into Client
2007-11-01 Brian Warnermove NotMutableError from dirnode.py into interfaces.py
2007-10-31 Brian Warnercheckpointing mutable-file work. Storage layer is 80...
2007-10-24 Brian Warnerwebish: add checker results and a 'Check' button to...
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 Warneruri.py: get keys and index from the URI instance
2007-07-21 Brian Warneruri: implement URI-processing classes, IFileURI/IDirnod...
2007-07-21 Brian Warnerdirnode.build_manifest(): tolerate cycles in the direct...
2007-07-12 Brian Warnerfix several methods to handle LIT URIs correctly, rathe...
2007-07-07 Brian Warnerweb: more test work, now all tests either pass or are...
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