]> git.rkrishnan.org Git - tahoe-lafs/tahoe-lafs.git/history - src/allmydata/scripts/debug.py
Add 'tahoe debug dump-cap' support for MDMF, DIR2-CHK, DIR2-MDMF. refs #1507.
[tahoe-lafs/tahoe-lafs.git] / src / allmydata / scripts / debug.py
2011-08-27 Brian WarnerAdd 'tahoe debug dump-cap' support for MDMF, DIR2-CHK...
2011-08-11 Brian Warnerreplace tabs with spaces in the #1441 'tahoe debug...
2011-07-24 david-sarahCorrect the information printed by '/usr/bin/tahoe...
2011-08-01 Brian Warnerremove get_serverid() from ReadBucketProxy and customer...
2011-01-19 david-sarahAdd support to bin/tahoe for invoking a runner command...
2011-01-19 david-sarahtrivial: add comment in scripts/debug.py about trial...
2011-01-18 david-sarahsrc/allmydata/scripts/debug.py: add 'tahoe debug trial...
2011-01-17 Brian Warner'tahoe debug catalog-shares': sort SIs and shnums
2010-08-03 david-sarahCLI: further improve consistency of basedir options...
2010-08-03 david-sarahCLI: make all of the option descriptions imperative...
2010-07-22 david-sarahReplace uses of os.path.abspath with abspath_expanduser...
2010-06-07 david-sarahRemove the 'tahoe debug consolidate' subcommand.
2010-06-07 david-sarahUnicode fixes.
2010-02-26 david-sarahChange relative imports to absolute
2010-02-22 david-sarahChange direct accesses to an_uri.storage_index to calls...
2010-01-14 Brian Warnerhush pyflakes-0.4.0 warnings: remove trivial unused...
2009-07-17 Brian Warnerrename NewDirectoryNode to DirectoryNode, NewDirectoryU... trac-4000
2009-03-12 Brian Warnerconsolidator: add more verbose traversal of directories
2009-03-12 Brian Warneradd 'tahoe debug consolidate' command, to merge directo...
2009-03-07 Brian Warnerstorage: add a lease-checker-and-expirer crawler, plus...
2009-02-18 Brian Warnerbreak storage.py into smaller pieces in storage/*.py...
2009-01-05 Zooko O'Whielacronximmutable: refactor downloader to be more reusable...
2008-12-17 Zooko O'Whielacronxdebug: pass empty optional arguments to ReadBucketProxy
2008-10-30 Brian Warnerdebug catalog-shares: tolerate even more errors on...
2008-10-30 Brian Warnerdebug/test_cli: fix error handling for catalog-shares...
2008-10-29 Brian Warnercatalog-shares command: tolerate errors, log them to...
2008-10-10 Brian Warnerscripts/debug.py: emit the immutable-share version...
2008-10-10 Brian Warnerdebug.py: oops, add missing import for ReadBucketProxy
2008-10-10 Brian Warnerstorage: split WriteBucketProxy and ReadBucketProxy...
2008-08-13 Brian WarnerCLI: add 'tahoe debug corrupt-share', and use it for...
2008-08-12 Brian Warner'tahoe debug dump-share': add --offsets, to show sectio...
2008-08-12 Brian Warnerscripts/debug: split out dump_immutable_share
2008-08-12 Brian Warnerscripts/debug: clean up use of stdout/stderr
2008-08-12 Brian WarnerCLI: move the 'repl' command to 'tahoe debug repl'
2008-08-12 Brian WarnerCLI: move all debug commands (dump-share, dump-cap...
2008-07-10 Brian Warnerstorage: add add_lease/update_write_enabler to remote...
2008-07-07 Brian Warner'tahoe dump-share': show verify-cap too
2008-06-26 Brian Warnercatalog-shares: ignore incoming/
2008-05-19 Brian Warnerdebug dump-share: print size of encprivkey and signatur...
2008-04-11 Brian Warnermutable WIP: split mutable.py into separate files....
2008-02-15 Zooko O'Whielacronxswitch from base62 to base32 for storage indices, switc...
2008-02-13 Brian Warner'tahoe catalog-shares': add SDMF filesize to the output...
2008-02-13 Zooko O'Whielacronxfix a few unused imports and suchlike, discovered by...
2008-02-13 Zooko O'Whielacronxuse base62 encoding for storage indexes, on disk and...
2008-02-12 Brian Warnercatalog-shares: add expiration time to output
2008-02-12 Brian Warneradd 'tahoe catalog-shares' tool, to make a one-line...
2008-02-06 Brian Warnertahoe dump-share: remove --filename option, just take...
2008-02-06 Brian Warnerdump-share: tweak formatting a little bit, to make...
2008-02-06 Brian Warneradd 'tahoe find-shares' command, to locate share files...
2008-02-06 Brian Warnerdump-cap: include UEB_hash in output
2008-01-14 Brian Warner'tahoe dump-cap': accept -prefixed URLs too
2008-01-14 Brian Warneradd 'tahoe dump-cap' command, to show storage index...
2007-11-14 Brian Warnermutable: handle bad hashes, improve test coverage,...
2007-12-03 Zooko O'Whielacronxdecentralized directories: integration and testing
2007-11-08 Brian Warnermutable: fix usage of NeedMoreDataError
2007-11-07 Brian Warnerdump-share: emit SDMF information too
2007-11-07 Brian Warneradd container_size to mutable dump-share output
2007-11-07 Brian Warnertest_system.mutable: add test coverage for the 'dump...
2007-11-07 Brian Warnerdebug: add mutable-slot support to 'dump-share' command
2007-09-26 Brian Warnerdump-share: clarify the label on the size of the origin...
2007-09-17 Brian Warnerdebug: remove the 'dump-share-leases' command, it is...
2007-09-04 Brian Warnerstorage: add version number to share data. Closes #90.
2007-09-02 Brian Warnerdebug: 'dump-uri-extension' command becomes 'dump-share...
2007-08-27 Brian Warnerdebug.py: add share-overhead size info to dump-uri...
2007-07-21 Brian Warneruri: implement URI-processing classes, IFileURI/IDirnod...
2007-07-14 Brian Warnerrename storageserver.py to just storage.py, since it...
2007-07-13 Brian Warnerfix dump-uri-extension
2007-07-11 Brian Warnerrunner.py: start to refactor into separate files