]> sjero.net Git - wget/blobdiff - src/ChangeLog
Convert a static local buffer to be allocated dinamically.
[wget] / src / ChangeLog
index 7e5602242e85795883a617aa9f50c5a7a03b2770..eacf9a4a0d9239a9705ef14045bf5d7c0b0f19da 100644 (file)
@@ -1,3 +1,19 @@
+2010-12-01  Giuseppe Scrivano  <gscrivano@gnu.org>
+
+       * retr.c (fd_read_body): Dinamically allocate `dlbuf'.
+
+2010-11-27  Reza Snowdon  <vivi@mage.me.uk>
+
+        * init.c (initialize): If 'ok' is not zero; exit, as this
+       indicates there was a problem parsing 'SYSTEM_WGETRC'.
+        Fixes bug #20370.
+
+2010-11-22  Giuseppe Scrivano  <gscrivano@gnu.org>
+
+       Revert last commit.
+       * ftp.c (getftp): When count > 0, don't append to the existing file.
+       * http.c (gethttp): Likewise.
+
 2010-11-21  Giuseppe Scrivano  <gscrivano@gnu.org>
 
        * ftp.c (getftp): If `count' is bigger than zero, try to resume the
@@ -7,7 +23,7 @@
 
 2010-11-19  Giuseppe Scrivano  <gscrivano@gnu.org>
 
-       * fttp.c (getftp): Accept new argument `count'.  When `count' is
+       * ftp.c (getftp): Accept new argument `count'.  When `count' is
        bigger than zero, assume the file can be overwritten.
        (ftp_loop_internal): Pass new argument `count' to `getftp'.