]> git.rkrishnan.org Git - tahoe-lafs/tahoe-lafs.git/history - src/allmydata/test/test_dirnode.py
Merge pull request #236 from daira/2725.timezone-test.0
[tahoe-lafs/tahoe-lafs.git] / src / allmydata / test / test_dirnode.py
2012-12-27 David-Sarah HopwoodRemove ResponseCache in favor of MDMFSlotReadProxy...
2011-10-07 david-sarahFix some potential bugs in test code exposed by check...
2011-10-13 Brian Warnermisc mutable-type fixes:
2011-10-01 Brian WarnerMDMF: remove extension fields from caps, tolerate arbit...
2011-08-23 david-sarahAdditional tests for MDMF URIs and for zero-length...
2011-08-10 david-sarahMore idiomatic resolution of the conflict between ticke...
2011-08-10 Zooko O'Whielacronxmerge some minor conflicts in test code from the 393...
2011-08-07 Kevan Carstensendirnode: teach dirnode to make MDMF directories
2011-08-09 david-sarahRemove all trailing whitespace from .py files.
2010-11-15 Zooko O'Whielacronxtests: bump up the timeout on test_dirnode.Dirnode...
2010-08-04 Brian WarnerRewrite immutable downloader (#798). This patch adds...
2010-07-18 david-sarahtest_dirnode and test_web: don't use failUnlessReallyEq...
2010-07-11 david-sarahAdd tests of caps from the future that have non-ASCII...
2010-07-14 Zooko O'Whielacronxminor code clean-up in dirnode.py
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-sarahtest_dirnode.py: partial tests for normalization changes.
2010-06-02 david-sarahdirnode.py: fix a bug in the no-write change for Adder...
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-05-27 david-sarahTrivial whitespace changes.
2010-02-26 david-sarahChange relative imports to absolute
2010-02-24 david-sarahdirnode: add tests of literal dirnodes (current and...
2010-02-22 david-sarahChange direct accesses to an_uri.storage_index to calls...
2010-01-30 david-sarahImprovements to test_unknownnode to cover invalid cap...
2010-01-27 david-sarahAddress comments by Kevan on 833 and add test for strip...
2010-01-27 david-sarahPrevent mutable objects from being retrieved from an...
2010-01-15 Brian Warnertest_dirnode.py: reduce scope of a Client instance...
2010-01-14 Brian Warnerhush pyflakes-0.4.0 warnings: remove trivial unused...
2009-11-20 Brian Warnerinterface name cleanups: IFileNode, IImmutableFileNode...
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-20 Brian Warnernodemaker.create_new_mutable_directory: pack_children...
2009-10-17 Brian Warnertest_dirnode.py: add tests of initial_children= args...
2009-10-17 Brian Warnerupdate many dirnode interfaces to accept dict-of-nodes...
2009-10-17 Brian Warnermove dirnode.CachingDict to dictutil.AuxValueDict,...
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-10-12 Brian Warnerreplace Client.create_empty_dirnode() with create_dirno...
2009-08-15 Brian Warnerimmutable.Downloader: pass StorageBroker to constructor...
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 unit tests for the Adder in dirnode.py
2009-07-17 Brian Warnerrename NewDirectoryNode to DirectoryNode, NewDirectoryU... trac-4000
2009-07-04 kevanAdd tests for CachingDict, _pack_contents, _unpack_contents
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-06-10 Zooko O'Whielacronxtest: multiple by 10 or so all timeouts that Zandr...
2009-06-05 Zooko O'Whielacronxtests: bump up the timeout on a bunch of tests that...
2009-04-13 Zooko O'Whielacronxtests: remove obsolete test (it tests functionality...
2009-04-12 Zooko O'Whielacronxtrivial: remove trailing whitespace and unused import
2009-04-11 Zooko O'Whielacronxdirnode: add 'tahoe'/'linkcrtime' and 'tahoe'/'linkmoti...
2009-02-18 Brian Warneradd --add-lease to 'tahoe check', 'tahoe deep-check...
2009-02-17 Brian Warnertest_dirnode.py: convert Deleter to new no-network...
2009-02-13 Brian Warnertest_dirnode: #625 run deep-check on a readonly dirnode too
2009-01-23 Brian Warnerdirnode: add get_repair_cap()
2009-01-10 Zooko O'Whielacronxnaming: finish renaming "CheckerResults" to "CheckResults"
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: merge renaming with test patches
2008-12-06 Brian Warnermutable.modify(): after UCWE, publish even if the secon...
2008-12-06 Brian Warnerdirnode.py: dirnode.delete which hits UCWE should not...
2008-11-24 Brian Warnerdirnode manifest: add verifycaps, both to internal...
2008-11-19 Brian Warnertest_dirnode: add an explainError call
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-07 Brian Warnerchecker: add is_recoverable() to checker results, make...
2008-10-30 Brian Warnerweb: add 'Repair' button to checker results when they...
2008-10-29 Brian Warnermove testutil into test/common_util.py, since it doesn...
2008-10-27 Brian Warnerdirnode lookup: use distinct NoSuchChildError instead...
2008-10-22 Brian Warnertest_dirnode.py: oops, missed a Monitor(), unbreak...
2008-10-22 Brian Warnermore #514: pass a Monitor to all checker operations...
2008-10-22 Brian WarnerChange deep-size/stats/check/manifest to a start+poll...
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 Warnertest_netstring.py: move netstring tests to a separate...
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 Warnerchecker: add information to results, add some deep...
2008-07-17 Brian Warnerdirnode deep-check: add tests of cycles, fix failures
2008-07-17 Brian Warnerfirst pass at deep-checker, no webapi yet, probably...
2008-07-16 Brian Warnermove encode/upload/download/checker.py into a new immut...
2008-07-16 Brian Warneroverhaul checker invocation
2008-05-16 Brian Warnerdirnode: add overwrite= to most API calls, defaulting...
2008-05-08 Brian Warnertest_dirnode: improve coverage of not-mutable-error...
2008-05-08 Brian Warnerdeep-stats: add file-size histogram
2008-05-08 Brian Warnertest_dirnode: the size of the directories varies, toler...
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-04-23 Brian Warnerhush pyflakes warning about code that got moved in...
next