]> git.rkrishnan.org Git - tahoe-lafs/tahoe-lafs.git/history - src/allmydata/dirnode.py
Merge pull request #236 from daira/2725.timezone-test.0
[tahoe-lafs/tahoe-lafs.git] / src / allmydata / dirnode.py
2013-04-05 Daira HopwoodChange web-API to support t=relink instead of t=move...
2012-05-22 Brian Warnerswitch UploadResults to use get_uri(), hide internal...
2011-08-07 Kevan Carstensendirnode: teach dirnode to make MDMF directories
2011-08-09 david-sarahRemove all trailing whitespace from .py files.
2010-07-14 Zooko O'Whielacronxminor code clean-up in dirnode.py
2010-07-12 david-sarahRename stringutils to encodingutil, and drop listdir_un...
2010-06-14 Zooko O'Whielacronxtrivial: tiny update to in-line comment
2010-06-18 david-sarahdirnode.py: stop writing 'ctime' and 'mtime' fields...
2010-06-18 david-sarahdirnodes: fix normalization hole where childnames in...
2010-06-17 david-sarahdirnode.py: comments about normalization changes.
2010-06-16 david-sarahProvisional patch to NFC-normalize filenames going...
2010-06-02 david-sarahdirnode.py: fix a bug in the no-write change for Adder...
2010-05-27 david-sarahAdd must_exist, must_be_directory, and must_be_file...
2010-06-02 david-sarahdirnode.py: Fix bug that caused 'tahoe' fields, 'ctime...
2010-06-01 david-sarahdirnode.py: Fix #1034 (MetadataSetter does not enforce...
2010-02-27 david-sarahChange code that gives a base32 SI or an empty string...
2010-02-24 david-sarahAdditional fixes for DIR2-LIT More Info page and deep...
2010-02-22 david-sarahChange direct accesses to an_uri.storage_index to calls...
2010-01-27 david-sarahAddress comments by Kevan on 833 and add test for strip...
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...
next