]> git.rkrishnan.org Git - tahoe-lafs/tahoe-lafs.git/commit
#527: support HTTP 'Range:' requests, using a cachefile. Adds filenode.read(consumer...
authorBrian Warner <warner@lothar.com>
Tue, 28 Oct 2008 20:41:04 +0000 (13:41 -0700)
committerBrian Warner <warner@lothar.com>
Tue, 28 Oct 2008 20:41:04 +0000 (13:41 -0700)
commit37e3d8e47c489ad808168c85173cc0bb204798d0
treecd857a042edab4d2c8f347062f84522e6b22b7eb
parent2d4e895096874fafee37ba1fdea7c0fe8529d137
#527: support HTTP 'Range:' requests, using a cachefile. Adds filenode.read(consumer, offset, size) method. Still needs: cache expiration, reduced alacrity.
src/allmydata/client.py
src/allmydata/immutable/download.py
src/allmydata/immutable/filenode.py
src/allmydata/interfaces.py
src/allmydata/test/common.py
src/allmydata/test/test_filenode.py
src/allmydata/test/test_system.py
src/allmydata/test/test_web.py
src/allmydata/web/common.py
src/allmydata/web/filenode.py