]> git.rkrishnan.org Git - tahoe-lafs/tahoe-lafs.git/history - src/allmydata/uri.py
URIs are strs.
[tahoe-lafs/tahoe-lafs.git] / src / allmydata / uri.py
2015-12-28 Daira HopwoodURIs are strs.
2013-08-27 zookoMerge pull request #48 from markberger/740-cli-accept...
2013-07-18 Daira Hopwoodsrc/allmydata/uri.py: Remove unused 'human encoding...
2013-04-15 Daira HopwoodImprove a test for ref #1643, and make sure that unexpe...
2012-05-09 Marcus WannerChange the arbitrary URI support from implied to explicit
2012-05-09 Marcus WannerAdding 'move' button to web UI, closes #1579
2012-03-08 david-sarahUpdate various references to allmydata.org or tahoe...
2011-10-30 Brian Warnerupdate project-home URLs: /trac/tahoe/ was replaced...
2011-10-01 Brian WarnerMDMF: remove extension fields from caps, tolerate arbit...
2011-09-20 david-sarahuri.py: fix two interface violations in verifier URI...
2011-08-23 david-sarahMake the immutable/read-only constraint checking for...
2011-08-27 Brian WarnerAdd 'tahoe debug dump-cap' support for MDMF, DIR2-CHK...
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...
2011-08-09 david-sarahRemove all trailing whitespace from .py files.
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-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-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-08-15 Brian WarnerOverhaul IFilesystemNode handling, to simplify tests...
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...
2009-02-18 Brian Warnerbreak storage.py into smaller pieces in storage/*.py...
2009-01-31 Brian Warneruri: add abbrev_si() method, which returns the abbrevia...
2009-01-07 Zooko O'Whielacronximmutable: define a new interface IImmutableFileURI...
2008-12-17 Zooko O'Whielacronxuri: generalize regexp that recognizes tahoe URLs to...
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-11-13 Brian WarnerCLI: add 'tahoe manifest', which takes a directory...
2008-09-23 Zooko O'Whielacronximmutable: refactor immutable filenodes and comparison...
2008-03-04 Brian Warneruri.py: get 100% test coverage, fix a few bugs in the...
2008-02-15 Brian Warneruri.py: hush pyflakes warning
2008-02-15 Zooko O'Whielacronxswitch from base62 to base32 for storage indices, switc...
2008-02-13 Zooko O'Whielacronxuse base62 encoding for storage indexes, on disk and...
2008-02-06 Brian Warnerdump-cap: include UEB_hash in output
2008-02-01 Zooko O'Whielacronxrename storage_index_chk_hash() to storage_index_hash...
2008-01-11 robk-tahoeadded is_uri() function to allmydata.uri
2008-01-04 Zooko O'Whielacronxcmdline: give useful error messages about the --dir...
2008-01-03 Zooko O'Whielacronxadd human-encodings of caps, refactor encodings of...
2008-01-03 Zooko O'Whielacronxrefactor constructing URI objects from strings and...
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-12-03 Zooko O'Whielacronxdecentralized directories: integration and testing
2007-11-02 Brian Warnermutable: improve NewDirectoryNode test coverage
2007-11-01 Brian Warnermutable: first pass at dirnodes, filenodes, new URIs...
2007-10-15 Brian Warneradd a simple checker, for both files and directories
2007-09-17 Brian Warneruri.py: improve test coverage a bit
2007-07-23 Brian Warnertruncate storage index to 128 bits, since it's derived...
2007-07-22 Brian WarnerCHK: remove the storage index from the URI, deriving...
2007-07-22 Brian Warneruri.py: get keys and index from the URI instance
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...
2007-07-08 Brian Warnerweb: /uri/ must escape slashes, we use bangs for this
2007-06-25 Brian Warnervdrive: switch to URI:DIR and URI:DIR-RO, providing...
2007-06-12 Brian Warneradd 'allmydata-tahoe dump-uri-extension' utility command
2007-06-12 Brian Warnerrefactor URI_extension handlers out of encode/download...
2007-06-08 Brian Warnerrename thingA to 'uri extension'
2007-06-08 Brian Warnermove almost all hashing to SHA256, consolidate into...
2007-06-02 Brian Warnermove validation data to thingA, URI has storage_index...
2007-05-23 Brian Warnerchange uri-packer-unpacker to deal with dictionaries...
2007-04-26 Brian Warneruse real encryption, generate/store/verify verifierid...
2007-03-30 Brian Warnerfinish making the new encoder/decoder/upload/download...
2007-03-30 Brian Warneruri.py: share counts are not base32-encoded
2007-03-30 Zooko O'Whielacronxfinish storage server and write new download
2007-01-17 Brian Warnerhush pyflakes warnings
2007-01-17 Brian Warnerupdate URI format, include codec name