]> git.mxchange.org Git - quix0rs-apt-p2p.git/blobdiff - TODO
Remove the changelog parsing from setup.py and just hardcode the version.
[quix0rs-apt-p2p.git] / TODO
diff --git a/TODO b/TODO
index 7a586fe9a2c4b15861764d4b103f9bcd22a2f5f0..c4920231012c317d78831cf09c89482ef6db2c2a 100644 (file)
--- a/TODO
+++ b/TODO
@@ -1,9 +1,9 @@
-Add all cache files to the database.
+Consider what happens when multiple requests for a file are received.
 
-All files in the cache should be added to the database, so that they can
-be checked to make sure nothing has happened to them. The database would
-then need a flag to indicate files that are hashed and available, but
-that shouldn't be added to the DHT.
+When another request comes in for a file already being downloaded,
+the new request should wait for the old one to finish. This should
+also be done for multiple requests for peer downloads of files with
+the same hash.
 
 
 Packages.diff files need to be considered.
@@ -30,6 +30,14 @@ and not the headers, and also misses the requests for downloads sent to
 other peers.
 
 
+Rehash changed files instead of removing them.
+
+When the modification time of a file changes but the size does not,
+the file could be rehased to verify it is the same instead of
+automatically removing it. The DB would have to be modified to return
+deferred's for a lot of its functions.
+
+
 Consider storing deltas of packages.
 
 Instead of downloading full package files when a previous version of