]> sjero.net Git - wget/blobdiff - src/ChangeLog
Fix an infinite loop with error message '<filename> has sprung into existence'
[wget] / src / ChangeLog
index 2175acff90e0b262c527748af441b746ed692a40..51abb4ce3cd5255a1bc341660718fec60e2ce56f 100644 (file)
@@ -1,5 +1,47 @@
+2010-11-19  Giuseppe Scrivano  <gscrivano@gnu.org>
+
+       * fttp.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'.
+
+       * http.c (gethttp): Accept new argument `count'.  When `count' is
+       bigger than zero, assume the file can be overwritten.
+       (http_loop): Pass new argument `count' to `gethttp'.
+       Reported by: Evgeny Kapun <abacabadabacaba@gmail.com>.
+
+2010-08-08  Reza Snowdon <vivi@mage.me.uk>
+
+       * main.c (main): inserted 'defaults'.
+         Added additional 'getopt_long' while loop to search and apply a
+         user specified config file before any other options.
+         New variables 'retconf', 'use_userconfig',
+         'confval', 'userrc_ret', 'config_opt'.
+       * init.c: Include stdbool.h.
+          (commands): Added config details.
+         (defaults): Removed static.
+         (wgetrc): Removed static.
+         (initialize): Removed 'defaults ()',
+          changed 'int ok' to 'bool ok'.
+       * options.h: New variable 'choose_config'.
+        * init.h (defaults): exported function.
+         (run_wgetrc): exported function.
+
+2010-10-24  Jessica McKellar <jesstess@mit.edu> (tiny change)
+
+       * main.c (main): Print the total download time as part of the
+       summary for downloads using the recursive or page requisites
+       options. Fixes bug #21359.
+
+2010-10-24  Giuseppe Scrivano  <gscrivano@gnu.org>
+
+       * gnutls.c (wgnutls_peek): Do not return an error when
+       `gnutls_record_recv' fails but some data is already available.
+
 2010-10-23  Giuseppe Scrivano  <gscrivano@gnu.org>
 
+       * Makefile.am (LIBS): Remove @LIBGNUTLS@ and use @W32LIBS@ as last
+       component.
+
        * gnutls.c (wgnutls_peek): Block until data is available.
 
 2010-10-21  Giuseppe Scrivano  <gscrivano@gnu.org>