mirror of
https://github.com/tahoe-lafs/tahoe-lafs.git
synced 2025-01-31 00:24:13 +00:00
roadmap.txt: minor cleanups
This commit is contained in:
parent
0e3358e508
commit
fcd7842ff2
@ -12,7 +12,8 @@ File Encoding:
|
|||||||
*v2: multiple-segment (LFE)
|
*v2: multiple-segment (LFE)
|
||||||
*v3: merkle tree to verify each share
|
*v3: merkle tree to verify each share
|
||||||
*v4: merkle tree to verify each segment
|
*v4: merkle tree to verify each segment
|
||||||
v5: only retrieve the minimal number of hashes instead of all of them
|
v5: merkle tree on plaintext (and crypttext?): incremental validation
|
||||||
|
v6: only retrieve the minimal number of hashes instead of all of them
|
||||||
|
|
||||||
Share Encoding:
|
Share Encoding:
|
||||||
*v1: fake it (replication)
|
*v1: fake it (replication)
|
||||||
@ -57,9 +58,9 @@ Storage:
|
|||||||
*v1: no deletion, one directory per verifierid, no owners of shares,
|
*v1: no deletion, one directory per verifierid, no owners of shares,
|
||||||
leases never expire
|
leases never expire
|
||||||
*v2: multiple shares per verifierid [zooko]
|
*v2: multiple shares per verifierid [zooko]
|
||||||
v2.5: disk space limits on storage servers -- http://allmydata.org/trac/tahoe/ticket/34
|
v3: disk space limits on storage servers -- http://allmydata.org/trac/tahoe/ticket/34
|
||||||
v3: deletion
|
v4: deletion
|
||||||
v4: leases expire, delete expired data on demand, multiple owners per share
|
v5: leases expire, delete expired data on demand, multiple owners per share
|
||||||
|
|
||||||
UI:
|
UI:
|
||||||
*v1: readonly webish (nevow, URLs are filepaths)
|
*v1: readonly webish (nevow, URLs are filepaths)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user