]> sjero.net Git - wget/blobdiff - src/ChangeLog
Convert a static local buffer to be allocated dinamically.
[wget] / src / ChangeLog
index 51abb4ce3cd5255a1bc341660718fec60e2ce56f..eacf9a4a0d9239a9705ef14045bf5d7c0b0f19da 100644 (file)
@@ -1,6 +1,29 @@
+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
+       download, not restart it.
+       * http.c (gethttp): Likewise.
+       Suggested by: Evgeny Kapun <abacabadabacaba@gmail.com>.
+
 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'.