]> sjero.net Git - wget/commitdiff
[svn] If -c used with -N, check to make sure a file hasn't changed on the server
authordan <devnull@localhost>
Fri, 12 Jan 2001 04:51:59 +0000 (20:51 -0800)
committerdan <devnull@localhost>
Fri, 12 Jan 2001 04:51:59 +0000 (20:51 -0800)
before "continuing" to download it (preventing a bogus hybrid file).

ChangeLog
TODO

index 50f49e31f01425f9f1aa00ba38594b75a1fa3b1d..f433483fd672a4b4c94c4f6194962660702d41fa 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2001-01-11  Dan Harkless  <wget@harkless.org>
+
+       * TODO: If -c used with -N, check to make sure a file hasn't
+       changed on the server before "continuing" to download it.
+       
 2001-01-11  Adrian Aichner  <Adrian.Aichner@t-online.de>
 
        * windows/Makefile.src: Updated.
diff --git a/TODO b/TODO
index c840bb3d2731ac0418c2757a3bb1c4019274be3a..fd748ad388622432cd32ea5a74395b36707c1e0f 100644 (file)
--- a/TODO
+++ b/TODO
@@ -21,6 +21,9 @@ changes.
 * If -c used on a file that's already completely downloaded, don't re-download
   it (unless normal --timestamping processing would cause you to do so).
 
+* If -c used with -N, check to make sure a file hasn't changed on the server
+  before "continuing" to download it (preventing a bogus hybrid file).
+
 * Take a look at
   <http://info.webcrawler.com/mak/projects/robots/norobots-rfc.html>
   and support the new directives.