X-Git-Url: http://sjero.net/git/?a=blobdiff_plain;f=src%2FChangeLog;h=141b7e185ed7a8f47b570b4f4baaff253566f9b5;hb=6d67d793f51af4e0a5a840751c15308ab76ba8b6;hp=8db453b0120b4c2858fcc5c3fdc9a0d6ce2c368f;hpb=1316701791ad4ea914012c08bd2d24528cf43c85;p=wget diff --git a/src/ChangeLog b/src/ChangeLog index 8db453b0..141b7e18 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,3 +1,26 @@ +2012-01-27 Gijs van Tulder + + * 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 + + * 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 + + * 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 (tiny change) + * connect.c (connect_to_ip): properly formatted ipv6 address display. + (socket_family): New function - returns socket family type. + * http.c (gethttp): properly formatted ipv6 address display. + 2011-11-09 Gijs van Tulder * warc.c: Call gzdopen() with wb9 instead of wb+9, which fails on