]> sjero.net Git - wget/blobdiff - src/ChangeLog
Print some diagnostic messages to stderr not to stdout.
[wget] / src / ChangeLog
index 141a47d42f821e2bd9c16109863ec4c8d7217894..e5def2a83508fac568b33b3a197c688f073ac00a 100644 (file)
@@ -1,3 +1,26 @@
+2012-02-23  Giuseppe Scrivano  <giuseppe@southpole.se>
+
+       * main.c (main): Write diagnostic messages to `stderr' not to `stdout'.
+
+       * main.c (main): Fail gracefully if `malloc' fails.
+
+       * gnutls.c (wgnutls_read): Remove unused variables `timer' and `flags'.
+
+2012-02-17  Steven Schubiger  <stsc@member.fsf.org>
+
+       * warc.c: Add license header.
+
+2012-01-27  Gijs van Tulder  <gvtulder@gmail.com>
+
+       * retr.c (fd_read_body): If the response is chunked, the chunk
+       headers are now written to the WARC file, making the WARC file
+       an exact copy of the HTTP response.
+
+2012-01-27  Gijs van Tulder  <gvtulder@gmail.com>
+
+       * retr.c (fd_read_body): Fix a memory leak with chunked responses.
+       * http.c (skip_short_body): Fix the same memory leak.
+
 2012-01-09  Gijs van Tulder  <gvtulder@gmail.com>
 
        * init.c: Disable WARC compression if zlib is disabled.