pull/1/head
Tatsuhiro Tsujikawa 2006-08-27 12:51:12 +00:00
parent 3b2a98393e
commit 531d456950
2 changed files with 2 additions and 2 deletions

View File

@ -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

2
TODO
View File

@ -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().