]> git.rkrishnan.org Git - tahoe-lafs/tahoe-lafs.git/commit - src/allmydata/storage_client.py
big rework of introducer client: change local API, split division of responsibilites...
authorBrian Warner <warner@lothar.com>
Tue, 23 Jun 2009 02:10:47 +0000 (19:10 -0700)
committerBrian Warner <warner@lothar.com>
Tue, 23 Jun 2009 02:10:47 +0000 (19:10 -0700)
commit8df15e9f30a3bda7055cc6ab829c8a19a0606c22
treec5f60e63914cd619750c2166d7396f0626af34aa
parent546266c80692def8f70f92e88b41cb043f756568
big rework of introducer client: change local API, split division of responsibilites better, remove old-code testing, improve error logging
22 files changed:
src/allmydata/client.py
src/allmydata/control.py
src/allmydata/immutable/download.py
src/allmydata/interfaces.py
src/allmydata/introducer/client.py
src/allmydata/introducer/common.py [deleted file]
src/allmydata/introducer/interfaces.py
src/allmydata/introducer/old.py
src/allmydata/introducer/server.py
src/allmydata/node.py
src/allmydata/storage_client.py
src/allmydata/test/common.py
src/allmydata/test/no_network.py
src/allmydata/test/test_checker.py
src/allmydata/test/test_client.py
src/allmydata/test/test_helper.py
src/allmydata/test/test_introducer.py
src/allmydata/test/test_mutable.py
src/allmydata/test/test_system.py
src/allmydata/test/test_upload.py
src/allmydata/test/test_web.py
src/allmydata/web/root.py