X-Git-Url: http://sjero.net/git/?a=blobdiff_plain;f=src%2FChangeLog;h=7830e944119896437567971441322f7f5a37543c;hb=85b98d08341ccd2abd2b0335465927e85eb20757;hp=e8c6ba49dc58060a4356600e7b1430c9e4406761;hpb=96418c68851d00fd66014d2dc7bd46b3d715e525;p=wget diff --git a/src/ChangeLog b/src/ChangeLog index e8c6ba49..7830e944 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,9 +1,66 @@ +2012-08-25 Hrvoje Niksic + + * warc.c (warc_find_duplicate_cdx_record): Use hash_table_get + instead of hash_table_get_pair. + +2012-08-21 (tiny change) + + * connect.c (connect_to_ip) [ENABLE_IPV6]: Attempt to use IPv6. + * http.c (gethttp): Likewise. + +2012-07-03 Steven Schubiger + + * init.c: Include warc.h for warc_close in cleanup function. + +2012-07-08 Steven Schubiger + + * exits.h: Fix comment. + * exits.c: Likewise. + +2012-07-07 Tim Ruehsen + + (digest_authentication_encode): Add support for RFC 2617 Digest + Access Authentication. + +2012-07-07 Giuseppe Scrivano + + * http.c (http_loop): Fix log message. + * main.c (main): Likewise. + Reported by: Petr Pisar + +2012-06-17 Giuseppe Scrivano + + * wget.h: Define `CLOSEFAILED'. + * init.c: Include "exits.h". + (cleanup): Check `fclose' failure. + * exits.c (get_status_for_err): Handle `CLOSEFAILED'. + +2012-06-16 Giuseppe Scrivano + + * main.c (main): Move some cleanup related function to... + * init.c (cleanup): ...here. + + * main.c: Do not include "stdout.h". + (main): Do not register `close_stdout' at exit. + Reported by: Micah Cowan . + +2012-06-09 Giuseppe Scrivano + + * main.c (print_help): Move --report-speed under the section + "Logging and input file". + 2012-06-06 Giuseppe Scrivano + * main.c (print_help): Rename --bits to --report-bps. + (cmdline_options): Likewise. + * init.c (commands): Rename --report-bps to --report-speed. + (cmd_spec_report_speed): New function. + * options.h (struct options): Rename `bits_fmt' to `report_bps'. * main.c (print_help): Rename --bits to --report-bps. (cmdline_options): Likewise. * init.c (commands): Likewise + * progress.c (create_image): Adjust caller. * retr.c (retr_rate): Likewise. * utils.c (convert_to_bits): Likewise.