]> sjero.net Git - wget/blobdiff - src/ChangeLog
Add support for chunks to the WARC outputter.
[wget] / src / ChangeLog
index e58decb5ff8dfe7c4bcb30457c367751398cc9d5..141b7e185ed7a8f47b570b4f4baaff253566f9b5 100644 (file)
@@ -1,3 +1,21 @@
+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.
+       * main.c: Do not show the 'no-warc-compression' option if zlib is
+       disabled.
+       * warc.c: Do not compress WARC files if zlib is disabled.
+
 2012-01-09  Sasikantha Babu   <sasikanth.v19@gmail.com> (tiny change)
        * connect.c (connect_to_ip): properly formatted ipv6 address display.
        (socket_family): New function - returns socket family type.