]> git.rkrishnan.org Git - tahoe-lafs/tahoe-lafs.git/history - src/allmydata/immutable/checker.py
Add comments and a caveat in webapi.rst indicating that
[tahoe-lafs/tahoe-lafs.git] / src / allmydata / immutable / checker.py
2013-04-18 Daira HopwoodAdd comments and a caveat in webapi.rst indicating...
2012-06-02 Brian WarnerCheckResults: pass IServer to corrupt/incompatible...
2012-06-02 Brian WarnerCheckResults: pass IServer to servers_responding=,...
2012-06-02 Brian WarnerCheckResults: pass IServer to sharemap=, but get_sharem...
2012-06-02 Brian WarnerCheckResults: use fat init, add type-checking assertions
2012-06-02 Brian Warnerchange CheckResults to use a fat set_data()
2012-05-16 Brian Warnerimmutable repairer: populate servers-responding properly
2012-04-04 Brian Warnerchecker.py: minor simplifications
2011-08-02 david-sarahverifier: correct a bug introduced in changeset [5106...
2011-08-02 Zooko O'Whielacronxverifier: serialize the fetching of blocks within a...
2011-08-01 Brian Warnerremove get_serverid() from ReadBucketProxy and customer...
2011-08-01 Brian Warnerreplace IServer.name() with get_name(), and get_longname()
2011-02-27 Brian Warnerimmutable/checker.py: remove some uses of s.get_serveri...
2011-02-21 Brian WarnerRefactor StorageFarmBroker handling of servers
2010-08-04 Brian WarnerRewrite immutable downloader (#798). This patch rearran...
2010-02-22 david-sarahChange direct accesses to an_uri.storage_index to calls...
2010-01-12 Brian WarnerClean up log.err calls, for one of the issues in #889.
2010-01-12 Brian Warnertidy up DeadReferenceError handling, ignore them in...
2009-12-29 Brian Warnerimmutable/checker.py: oops, forgot some imports. Also...
2009-12-29 Brian Warnerchecker: don't let failures in add-lease affect checker...
2009-10-05 Brian WarnerVerifier: check the full cryptext-hash tree on each...
2009-10-05 Brian WarnerVerifier: check the full block-hash-tree on each share
2009-10-05 Brian WarnerVerifier: check the full share-hash chain on each share
2009-10-05 Brian Warnerimmutable/checker.py: rearrange code a little bit,...
2009-08-15 Brian WarnerOverhaul IFilesystemNode handling, to simplify tests...
2009-05-22 Brian Warnerswitch to using RemoteException instead of 'wrapped...
2009-05-22 Brian Warnerswitch all foolscap imports to use foolscap.api or...
2009-02-27 Brian Warnerimmutable checker add-lease: catch remote IndexError...
2009-02-24 Brian Warnerimmutable/checker.py: trap ShareVersionIncompatible...
2009-02-18 Brian Warneradd --add-lease to 'tahoe check', 'tahoe deep-check...
2009-02-07 Brian Warnerimmutable/checker: wrap comments to 80cols, my laptop...
2009-01-12 Zooko O'Whielacronximmutable repairer
2009-01-10 Zooko O'Whielacronxnaming: finish renaming "CheckerResults" to "CheckResults"
2009-01-09 Brian Warnerimmutable/checker: include a summary (with 'Healthy...
2009-01-08 Zooko O'Whielacronxdownload: make sure you really get all the crypttext...
2009-01-06 Zooko O'Whielacronxrename "checker results" to "check results", because...
2009-01-06 Zooko O'Whielacronxtrivial: fix a bunch of pyflakes complaints
2009-01-06 Zooko O'Whielacronximmutable: new checker and verifier
2008-12-19 Zooko O'Whielacronxtry to tidy up uri-as-string vs. uri-as-object
2008-12-17 Zooko O'Whielacronximmutable: use new logging mixins to simplify logging
2008-12-05 Zooko O'Whielacronxminor: fix unused imports -- thanks, pyflakes
2008-12-05 Zooko O'Whielacronxdownload: refactor handling of URI Extension Block...
2008-11-19 Brian Warnerwebapi: add 'summary' string to checker results JSON
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-09-10 Brian Warnerhush pyflakes
2008-09-10 Brian Warnerchecker results: add output=JSON to webapi, add tests...
2008-09-10 Brian Warnerimmutable verifier: provide some dummy results so deep...
2008-09-10 Brian Warnerchecker results: more tests, more results. immutable...
2008-09-08 Brian Warnerimmutable/checker: make log() tolerate the format=...
2008-09-07 Brian Warnerchecker: overhaul checker results, split check/check_an...
2008-08-25 Zooko O'Whielacronxchecker: make the log() function of SimpleCHKFileVerifi...
2008-08-13 Brian Warnerimmutable checker: add a status_report field
2008-08-12 Brian Warnerchecker: add information to results, add some deep...
2008-07-18 Brian Warneroops, fix import/pyflakes problems
2008-07-17 Brian Warnerdeep-check: add webapi, add 'DEEP-CHECK' button to...
2008-07-17 Brian Warnerfirst pass at deep-checker, no webapi yet, probably...
2008-07-16 Brian Warnerchecker: re-enable checker web results (although they...
2008-07-16 Brian Warnermove encode/upload/download/checker.py into a new immut...