]> git.rkrishnan.org Git - tahoe-lafs/tahoe-lafs.git/history - src/allmydata/test/test_uri.py
clean up uri-vs-cap terminology, emphasize cap instances instead of URI strings
[tahoe-lafs/tahoe-lafs.git] / src / allmydata / test / test_uri.py
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...