X-Git-Url: http://sjero.net/git/?a=blobdiff_plain;f=src%2FChangeLog;h=b827981add8bcb5b60d4681026bbb9c0380a5ce7;hb=d7991738d65a2f27c174a7e6fdc3e70ec9b96aa5;hp=3a17a53bae119c781742bd38630ce82c29195c49;hpb=df99868cb162239e48dafbfd8fdf1ab512bab532;p=wget diff --git a/src/ChangeLog b/src/ChangeLog index 3a17a53b..b827981a 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,3 +1,30 @@ +2010-12-28 Adrien Nader (tiny change) + + * main.c [WINDOWS]: Include and . + (main) [WINDOWS]: Set the stdout file mode to binary. + Submitted also by: Martin Panter + +2011-05-23 Giuseppe Scrivano + + * retr.c (fd_read_body): Be sure the buffer size is at least 8Kb. + BUFSIZ may assume very small values with a negative impact on the + performances. + + * mswindows.h [NEED_GAI_STRERROR]: remove definition for gai_strerror. + +2011-05-15 Ray Satiro + + * connect.c (select_fd) [WINDOWS]: Ensure the socket is blocking. + * mswindows.h: Add declaration for set_windows_fd_as_blocking_socket. + * mswindows.c (set_windows_fd_as_blocking_socket): New function. + + * openssl.c (openssl_read): Prevent loops on read errors. + +2011-04-24 Giuseppe Scrivano + + * html-url.c: Include "exists.h". + * gnutls.c (wgnutls_peek): Remove local variable `ret'. + 2011-04-21 Daniel Manrique (tiny change) * main.c (main): Set exit status when invalid host name given in command line.