]> git.rkrishnan.org Git - tahoe-lafs/tahoe-lafs.git/commit
Rewrite immutable downloader (#798). This patch adds the new downloader itself.
authorBrian Warner <warner@lothar.com>
Wed, 4 Aug 2010 07:26:29 +0000 (00:26 -0700)
committerBrian Warner <warner@lothar.com>
Wed, 4 Aug 2010 07:26:29 +0000 (00:26 -0700)
commit22a07e9bbe682d6e36efd97fdd44b82db8fcbfd4
tree92c9b2c9ebd971ee06440e34ced1f68d030a5545
parent88d7ec2d5451a00c78e256e732640e0ef3ca035f
Rewrite immutable downloader (#798). This patch adds the new downloader itself.
src/allmydata/immutable/download.py [deleted file]
src/allmydata/immutable/downloader/__init__.py [new file with mode: 0644]
src/allmydata/immutable/downloader/common.py [new file with mode: 0644]
src/allmydata/immutable/downloader/fetcher.py [new file with mode: 0644]
src/allmydata/immutable/downloader/finder.py [new file with mode: 0644]
src/allmydata/immutable/downloader/node.py [new file with mode: 0644]
src/allmydata/immutable/downloader/segmentation.py [new file with mode: 0644]
src/allmydata/immutable/downloader/share.py [new file with mode: 0644]
src/allmydata/immutable/downloader/status.py [new file with mode: 0644]