mirror of https://github.com/aria2/aria2
pull/1/head
parent
3b2a98393e
commit
531d456950
|
@ -74,6 +74,8 @@
|
||||||
(execute): Return true if error occurred in the request to the tracker
|
(execute): Return true if error occurred in the request to the tracker
|
||||||
and halt is requested.
|
and halt is requested.
|
||||||
|
|
||||||
|
To call onDownloadComplete from TorrentMan::completePiece(), not from
|
||||||
|
DownloadEngine:
|
||||||
* src/TorrentConsoleDownloadEngine.h
|
* src/TorrentConsoleDownloadEngine.h
|
||||||
(onSelectiveDownloadingCompletes): Removed.
|
(onSelectiveDownloadingCompletes): Removed.
|
||||||
* src/TorrentConsoleDownloadEngine.cc
|
* src/TorrentConsoleDownloadEngine.cc
|
||||||
|
|
2
TODO
2
TODO
|
@ -12,8 +12,6 @@
|
||||||
* Query resource by location
|
* Query resource by location
|
||||||
* List available os, version, etc for metalink
|
* List available os, version, etc for metalink
|
||||||
* ipv6(RFC2428 for ftp)
|
* ipv6(RFC2428 for ftp)
|
||||||
* Add some criteria to stop seeding.
|
|
||||||
* Add silent mode.
|
* Add silent mode.
|
||||||
* Add NOTIFY log level. A message categorized in this level is printed in
|
* Add NOTIFY log level. A message categorized in this level is printed in
|
||||||
a console along with a log file.
|
a console along with a log file.
|
||||||
* Do onDownloadComplete in TorrentMan::completePiece().
|
|
Loading…
Reference in New Issue