]> git.rkrishnan.org Git - tahoe-lafs/tahoe-lafs.git/history - src/allmydata/dirnode.py
Miscellaneous documentation, test, and code formatting tweaks.
[tahoe-lafs/tahoe-lafs.git] / src / allmydata / dirnode.py
2010-01-27 david-sarahMiscellaneous documentation, test, and code formatting...
2010-01-27 david-sarahPrevent mutable objects from being retrieved from an...
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-11-20 Brian Warnerinterface name cleanups: IFileNode, IImmutableFileNode...
2009-11-18 Brian Warnermake get_size/get_current_size consistent for all IFile...
2009-11-18 Brian WarnerAdd t=mkdir-immutable to the webapi. Closes #607. trac-4100
2009-11-12 Brian Warnernodemaker: implement immutable directories (internal...
2009-11-11 Brian Warnerstop using IURI()/etc as an adapter
2009-11-11 Brian Warnerclean up uri-vs-cap terminology, emphasize cap instance...
2009-10-26 Brian Warnerdirnode.pack_children(): add deep_immutable= argument
2009-10-17 Brian Warnerupdate many dirnode interfaces to accept dict-of-nodes...
2009-10-17 Brian Warnerdirnode.py: move pack_children() out to a function...
2009-10-17 Brian Warnermove dirnode.CachingDict to dictutil.AuxValueDict,...
2009-10-13 Brian WarnerThe initial_children= argument to nodemaker.create_new_...
2009-10-13 Brian Warnerreplace dirnode.create_empty_directory() with create_su...
2009-10-13 Brian Warnerdirnode.set_children: change return value: fire with...
2009-10-13 Brian Warnerdirnode.set_nodes: change return value: fire with self...
2009-10-13 Brian Warnerdirnode.set_children: take a dict, not a list
2009-10-12 Brian Warnerdirnode.set_uri/set_children: change signature to take...
2009-08-15 Brian WarnerOverhaul IFilesystemNode handling, to simplify tests...
2009-07-20 kevanAlter Adder + Adder tests to look for 'only-files'...
2009-07-18 kevanAdd 'only_files' option to the overwrite field in Adder
2009-07-17 Brian Warnerrename NewDirectoryNode to DirectoryNode, NewDirectoryU... trac-4000
2009-07-13 Zooko O'Whielacronxdirnode: finish renaming "iv" to "salt" in the code...
2009-07-12 Brian Warnerdirnode.py/_encrypt_rwcap: rename IV to "salt", which...
2009-07-12 Brian Warnerdirnode.py: security bug: also use child writecap to...
2009-07-04 kevanUse CachingDict instead of dict in dirnode.py
2009-07-10 Zooko O'Whielacronxdirectories: fix semantic conflict between my "keep...
2009-07-09 Zooko O'Whielacronxtrivial: removed unused import noticed by pyflakes
2009-07-05 Zooko O'Whielacronxdirectories: make the IV for the writecaps in directory...
2009-07-05 kevanAdd CachingDict dict subclass to dirnode.py
2009-07-05 Zooko O'Whielacronxdirectories: keep track of your position as you decode...
2009-07-03 Brian WarnerTolerate unknown URI types in directory structures...
2009-07-02 Brian Warnercreate_node_from_uri: take both writecap+readcap, move...
2009-07-02 Brian Warnerdirnode.py: prepare to preserve both rwcap+rocap when...
2009-06-29 Brian Warneruse 522-bit RSA keys in all unit tests (except one)
2009-05-22 Brian Warnerswitch all foolscap imports to use foolscap.api or...
2009-04-11 Zooko O'Whielacronxdirnode: add 'tahoe'/'linkcrtime' and 'tahoe'/'linkmoti...
2009-03-13 Brian Warnerdirnode deep_traverse: insert a turn break (fireEventua...
2009-03-13 Brian Warnerdirnode.py: when doing deep-traverse, walk each directo...
2009-02-18 Brian Warneradd --add-lease to 'tahoe check', 'tahoe deep-check...
2009-01-23 Brian Warnerdirnode: add get_repair_cap()
2009-01-23 Brian Warnerdirnode.deep_traverse: fix docstring to describe the...
2009-01-09 Brian Warnerdirnode deep-traversal: remove use of Limiter, stick...
2009-01-06 Zooko O'Whielacronxrename "checker results" to "check results", because...
2008-12-22 Zooko O'Whielacronxdirnode: don't check MAC on entries in dirnodes
2008-12-19 Zooko O'Whielacronxtry to tidy up uri-as-string vs. uri-as-object
2008-12-08 Zooko O'Whielacronxrename "get_verifier()" to "get_verify_cap()"
2008-12-07 Zooko O'Whielacronxmutable: rename mutable/node.py to mutable/filenode...
2008-12-06 Brian Warnerdirnode.py: dirnode.delete which hits UCWE should not...
2008-12-06 Brian WarnerMutableFileNode.modify: pass first_time= and servermap...
2008-12-05 Zooko O'Whielacronxdownload: refactor handling of URI Extension Block...
2008-11-24 Brian Warnerdirnode manifest: add verifycaps, both to internal...
2008-11-19 Brian Warnermanifest: add storage-index strings to the json results
2008-11-19 Brian Warnermanifest: include stats in results. webapi is unchanged.
2008-11-15 Brian Warnerdirnode manifest/stats: process more than one LIT file...
2008-10-27 Brian Warnerdirnode lookup: use distinct NoSuchChildError instead...
2008-10-22 Brian Warnermore #514: pass a Monitor to all checker operations...
2008-10-22 Brian Warnerdirnode.py: check for cancel during deep-traverse opera...
2008-10-22 Brian WarnerChange deep-size/stats/check/manifest to a start+poll...
2008-10-07 Brian Warnerdirnode.build_manifest: include node.list in the limite...
2008-10-07 Brian Warnerweb: change t=manifest to return a list of (path,read...
2008-10-03 Brian Warnerdirnode: fix my remarkably-consistent 'metdadata' typo
2008-10-03 Brian Warnerdirnode: add get_child_and_metadata_at_path
2008-09-26 Brian Warnermove netstring() and split_netstring() into a separate...
2008-09-10 Brian Warnerdisallow deep-check on non-directories, simplifies...
2008-09-10 Brian Warnerdirnode: refactor recursive-traversal methods, add...
2008-09-10 Brian Warnerdirnode: cleanup, make get_verifier() always return...
2008-09-07 Brian Warnerchecker: overhaul checker results, split check/check_an...
2008-08-12 Brian WarnerIFilesystemNode: add get_storage_index(), it makes...
2008-08-12 Brian Warnerdirnode: add some deep-check logging
2008-07-17 Brian Warnerdeep-check: add webapi, add 'DEEP-CHECK' button to...
2008-07-17 Brian Warnerdirnode deep-check: add tests of cycles, fix failures
2008-07-17 Brian Warnerdirnode deep-check: rearrange traversal approach, simpl...
2008-07-17 Brian Warnerfirst pass at deep-checker, no webapi yet, probably...
2008-07-16 Brian Warneroverhaul checker invocation
2008-05-16 Brian Warnerdirnode: add overwrite= to most API calls, defaulting...
2008-05-08 Brian Warnerdeep-stats: add file-size histogram
2008-05-08 Brian Warnerdirnode: refactor deep-stats a bit
2008-05-08 Brian Warnerdirnode: add a deep_stats(), like deep-size but with...
2008-05-08 Brian Warnerdirnode: use the concurrency limiter in t=manifest...
2008-04-18 Brian Warnerdirnode: return to 'delete fails if the child wasn...
2008-04-18 Brian Warnerdirnode: update to use MutableFileNode.modify
2008-04-18 Brian Warnermutable: replace MutableFileNode API, update tests...
2008-04-11 Brian Warnermutable WIP: split mutable.py into separate files....
2008-04-02 robk-tahoeadded offloaded key generation
2008-03-13 Brian Warnermutable.py: split replace() into update() and overwrite...
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
next