Changes between Version 2 and Version 3 of Doc


Ignore:
Timestamp:
2007-07-11T00:15:08Z (17 years ago)
Author:
zooko
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Doc

    v2 v3  
    1313== Detailed Design Docs ==
    1414 * TahoeIssues/FileTree, explaining how mutable, shareable, private directories are implemented (which requires interesting crypto)
    15  * TahoeIssues/PeerSelection, explaining how a Tahoe node chooses which other nodes to use for uploading and downloading files (which raises some unsolved issues in balancing scalability, robustness, performance, and simplicity) 
    1615 * TahoeIssues/FileEncoding, explaining how we turn files into shares, with verifiable hashes; This is mostly concerned with chunking and Merkle trees.
    1716 * TahoeIssues/ShareEncoding, explaining how we turn a chunk into shares: Reed-Solomon, FEC, that stuff
    1817
     18== Outstanding Issues ==
     19 * TahoeIssues/PeerSelection, explaining how a Tahoe node chooses which other nodes to use for uploading and downloading files (which raises some unsolved issues in balancing scalability, robustness, performance, and simplicity) 
     20 * TahoeIssues/ChangingFilesWhileCopyingThem : what are the semantics of the "upload" action? the upload takes
     21   non-zero time: what happens if the file is changed during that time?