]> sjero.net Git - wget/blobdiff - src/ChangeLog
Fix another case of -N and -c not working well together.
[wget] / src / ChangeLog
index d337b4a707ab2ef34d93851e554f17a111054fd2..fbfc34bd35fa54bd36f3f8d6741a9df13b6a59b2 100644 (file)
@@ -1,8 +1,23 @@
+2010-07-18  Giuseppe Scrivano  <gscrivano@gnu.org>
+
+       * http.c (gethttp): If -N is used, don't exit immediately if the content
+       length is less or equal than the existing file size.  Specify "Range"
+       only if -N is not used.
+       Reported by: Caleb Cushing <xenoterracide@gmail.com>.
+
+2010-07-14  Giuseppe Scrivano  <gscrivano@gnu.org>
+
+       * ftp.c (max): Remove definition.
+       (getftp): New variable `got_expected_bytes'.  Let `expected_bytes' be
+       the value SIZE returns, otherwise use the bytes count returned by RETR.
+       Suggested by Daniel Stenberg <daniel@haxx.se>.
+
 2010-07-14  Giuseppe Scrivano  <gscrivano@gnu.org>
 
        * ftp.c (max): Add definition.
-       (getftp): Consider for`expected_bytes' the greatest value between the bytes
-       count returned by SIZE and the bytes count returned by RETR.
+       (getftp): Consider for `expected_bytes' the greatest value between the
+       bytes count returned by SIZE and the bytes count returned by RETR.
+       Reported by: Jozua <jozua@sparky.za.net>.
 
 2010-07-11  Giuseppe Scrivano  <gscrivano@gnu.org>