]> git.rkrishnan.org Git - tahoe-lafs/tahoe-lafs.git/commit
first pass at a mutable repairer. not tested at all yet, but of course all existing...
authorBrian Warner <warner@allmydata.com>
Fri, 18 Jul 2008 04:09:23 +0000 (21:09 -0700)
committerBrian Warner <warner@allmydata.com>
Fri, 18 Jul 2008 04:09:23 +0000 (21:09 -0700)
commit879fefe5f341b71196fc0d5a614d73aab65122e3
treed238f63ccdc821bf5280e5636423d5c1ab5c4599
parent3e95681baddbcbb6c7de658cfaf4f979bd13e76d
first pass at a mutable repairer. not tested at all yet, but of course all existing tests pass
src/allmydata/interfaces.py
src/allmydata/mutable/checker.py
src/allmydata/mutable/layout.py
src/allmydata/mutable/node.py
src/allmydata/mutable/publish.py
src/allmydata/mutable/repair.py [new file with mode: 0644]
src/allmydata/mutable/retrieve.py
src/allmydata/mutable/servermap.py
src/allmydata/test/test_mutable.py