tahoe-lafs/src/allmydata/immutable
2009-02-10 00:56:47 -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 immutable/checker: wrap comments to 80cols, my laptop does not have a wide screen. No functional changes. 2009-02-07 14:04:39 -07:00
download.py download: tiny cleanup of history code 2009-01-14 16:41:51 -07:00
encode.py immutable: defensive programming: assert that the encrypted readable gave you no more than the number of bytes you asked for 2009-02-09 23:46:05 -07:00
filenode.py filenode: add get_repair_cap(), which uses the read-write filecap for immutable files, and the verifycap for immutable files 2009-01-22 21:38:36 -07:00
layout.py upload: use WriteBucketProxy_v2 when uploading a large file (with shares larger than 4GiB). This finally closes #346. I think we can now handle immutable files up to 48EiB. 2009-01-12 20:14:42 -07:00
offloaded.py helper #609: uploading client should ignore old helper's UploadResults, which were in a different format 2009-02-09 14:45:43 -07:00
repairer.py immutable: tighten preconditions -- you can write empty strings or read zero bytes, and add the first simple unit test of DownUpConnector 2009-02-10 00:56:47 -07:00
upload.py upload: add a think-of-the-compatibility note to UploadResults 2009-02-09 14:50:04 -07:00