]> git.rkrishnan.org Git - tahoe-lafs/tahoe-lafs.git/history - src/allmydata/test/test_uri.py
MDMF: s/Writable/Writeable/g, for consistency with existing SDMF code
[tahoe-lafs/tahoe-lafs.git] / src / allmydata / test / test_uri.py
2011-08-27 Brian WarnerMDMF: s/Writable/Writeable/g, for consistency with...
2011-08-07 Kevan Carstensenuri: add MDMF and MDMF directory caps, add extension...
2010-07-11 david-sarahAdd tests of caps from the future that have non-ASCII...
2010-02-26 david-sarahCorrect harmless indentation errors found by pylint
2010-02-22 david-sarahAdditional fix for abbrev_si, with test
2010-02-22 david-sarahChange direct accesses to an_uri.storage_index to calls...
2010-01-27 david-sarahPrevent mutable objects from being retrieved from an...
2010-01-14 Brian Warnerhush pyflakes-0.4.0 warnings: slightly less-trivial...
2010-01-14 Brian Warnerhush pyflakes-0.4.0 warnings: remove trivial unused...
2009-11-20 Brian Warnertest_uri.py: s/NewDirnode/Dirnode/ , now that they...
2009-11-18 Brian WarnerImmutableDirectoryURIVerifier: fix verifycap handling
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-11-04 Brian Warneradd parser for immutable directory caps: DIR2-CHK,...
2009-07-17 Brian Warnerrename NewDirectoryNode to DirectoryNode, NewDirectoryU... trac-4000
2009-07-15 Brian WarnerAllow tests to pass with -OO by turning some AssertionE...
2009-07-03 Brian WarnerTolerate unknown URI types in directory structures...
2008-12-08 Zooko O'Whielacronxrename "get_verifier()" to "get_verify_cap()"
2008-11-26 Zooko O'Whielacronxwui/wapi: change the default port number from 8123...
2008-03-04 Brian Warneruri.py: get 100% test coverage, fix a few bugs in the...
2008-02-15 Zooko O'Whielacronxswitch from base62 to base32 for storage indices, switc...
2008-02-01 Zooko O'Whielacronxrename storage_index_chk_hash() to storage_index_hash...
2008-01-03 Zooko O'Whielacronxadd human-encodings of caps, refactor encodings of...
2007-12-19 Brian Warnerhush pyflakes
2007-12-19 Zooko O'Whielacronxremove the DirnodeURI foolscap schema and mv those...
2007-12-18 Zooko O'Whielacronxmake more precise regexp for WriteableSSKFileURI and...
2007-12-05 Brian Warneruri.py: improve test coverage
2007-12-05 Brian Warnerremove most (maybe all?) traces of old Dirnode class...
2007-11-01 Brian Warnertrailing-whitespace eradication, no functional changes
2007-11-01 Brian Warnermutable: first pass at dirnodes, filenodes, new URIs...
2007-09-17 Brian Warneruri.py: improve test coverage a bit
2007-08-29 Brian Warnertest_uri.py: remove tiny whitespace
2007-08-29 wilcoxjgcreated DirnodeURI schema
2007-07-26 Zooko O'Whielacronxrefactor test_uri and add a test of the empty file
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-12 Brian Warnerfix several methods to handle LIT URIs correctly, rathe...
2007-07-12 Brian Warnerimplement URI:LIT, which stores small (<55B) files...