]> sjero.net Git - wget/blobdiff - src/ChangeLog
Fix a failure if the server doesn't specify a content-length and -c is used.
[wget] / src / ChangeLog
index d337b4a707ab2ef34d93851e554f17a111054fd2..5c8dea7ad3b90fd2d3634ad626ff9cbdc6d69630 100644 (file)
@@ -1,8 +1,34 @@
+2010-07-20  Alan Jenkins <alan-jenkins@tuffmail.co.uk> (tiny change)
+
+       * http.c (gethttp): Check content-length was set before trying to
+       compare it with the already downloded filesize.
+
+2010-07-20  Leonid Petrov <nouser@lpetrov.net>
+
+       * ftp.c (getftp): Don't attempt to retrieve the file if it is already
+       completely.
+       (ftp_loop_internal): Force the length to be zero for symlinks.
+
+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>