]> git.rkrishnan.org Git - tahoe-lafs/tahoe-lafs.git/commit
deletion phase3: add a sqlite database to track renew/cancel-lease secrets, implement...
authorBrian Warner <warner@lothar.com>
Tue, 28 Aug 2007 06:41:40 +0000 (23:41 -0700)
committerBrian Warner <warner@lothar.com>
Tue, 28 Aug 2007 06:41:40 +0000 (23:41 -0700)
commit2a63fe8b018e34a3f40cf4ba6e76429c6a530fed
tree81114de45c11662defaf824043a515694f0573ad
parent850bc9da027654d2cb861c053bf7189998cf83cd
deletion phase3: add a sqlite database to track renew/cancel-lease secrets, implement renew/cancel_lease (but nobody calls them yet). Also, move the shares from BASEDIR/storage/* down to BASEDIR/storage/shares/*
MANIFEST.in
README
setup.py
src/allmydata/interfaces.py
src/allmydata/owner.sql [new file with mode: 0644]
src/allmydata/storage.py
src/allmydata/test/test_storage.py
src/allmydata/test/test_system.py