This website requires JavaScript.
Explore
Help
Sign In
ExternalVendorCode
/
tahoe-lafs
Watch
1
Star
0
Fork
0
You've already forked tahoe-lafs
mirror of
https://github.com/tahoe-lafs/tahoe-lafs.git
synced
2025-03-13 07:43:57 +00:00
Code
Issues
Actions
Packages
Projects
Releases
Wiki
Activity
tahoe-lafs
/
src
/
allmydata
/
immutable
History
Zooko O'Whielacronx
98b28c1d5e
immutable: stop reading past the end of the sharefile in the process of optimizing download -- Tahoe storage servers < 1.3.0 return an error if you read past the end of the share file
2009-01-05 13:40:57 -07:00
..
__init__.py
move encode/upload/download/checker.py into a new immutable/ directory. No behavior changes expected.
2008-07-16 13:14:39 -07:00
checker.py
try to tidy up uri-as-string vs. uri-as-object
2008-12-19 08:39:24 -07:00
download.py
immutable: refactor downloader to be more reusable for checker/verifier/repairer (and better)
2009-01-05 09:51:45 -07:00
encode.py
immutable: refactor downloader to be more reusable for checker/verifier/repairer (and better)
2009-01-05 09:51:45 -07:00
filenode.py
rename "get_verifier()" to "get_verify_cap()"
2008-12-08 12:44:11 -07:00
layout.py
immutable: stop reading past the end of the sharefile in the process of optimizing download -- Tahoe storage servers < 1.3.0 return an error if you read past the end of the share file
2009-01-05 13:40:57 -07:00
upload.py
upload: when using a Helper, insist that it provide protocols/helper/v1 . Related to
#538
.
2008-11-21 20:29:32 -07:00