From 531d456950afadc6222b7fa488cc54dc1fb06c81 Mon Sep 17 00:00:00 2001 From: Tatsuhiro Tsujikawa Date: Sun, 27 Aug 2006 12:51:12 +0000 Subject: [PATCH] --- ChangeLog | 2 ++ TODO | 2 -- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index b7af66e9..c2e41149 100644 --- a/ChangeLog +++ b/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 diff --git a/TODO b/TODO index 72ce760d..b0ac3088 100644 --- a/TODO +++ b/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(). \ No newline at end of file