Tatsuhiro Tsujikawa vor 19 Jahren
Ursprung
Commit
531d456950
2 geänderte Dateien mit 2 neuen und 2 gelöschten Zeilen
  1. 2 0
      ChangeLog
  2. 0 2
      TODO

+ 2 - 0
ChangeLog

@@ -74,6 +74,8 @@
 	(execute): Return true if error occurred in the request to the tracker
 	and halt is requested.
 
+	To call onDownloadComplete from TorrentMan::completePiece(), not from
+	DownloadEngine:
 	* src/TorrentConsoleDownloadEngine.h
 	(onSelectiveDownloadingCompletes): Removed.
 	* src/TorrentConsoleDownloadEngine.cc

+ 0 - 2
TODO

@@ -12,8 +12,6 @@
 * Query resource by location
 * List available os, version, etc for metalink
 * ipv6(RFC2428 for ftp)
-* Add some criteria to stop seeding.
 * Add silent mode.
 * Add NOTIFY log level. A message categorized in this level is printed in
  a console along with a log file.
-* Do onDownloadComplete in TorrentMan::completePiece().