X-Git-Url: http://sjero.net/git/?a=blobdiff_plain;f=src%2FChangeLog;h=b827981add8bcb5b60d4681026bbb9c0380a5ce7;hb=d7991738d65a2f27c174a7e6fdc3e70ec9b96aa5;hp=dbe962b1f2eb1dc8146d3b60d58df46a992a15e4;hpb=244b732e0a981cfc14daed00edfde7436c52b7c7;p=wget diff --git a/src/ChangeLog b/src/ChangeLog index dbe962b1..b827981a 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,3 +1,122 @@ +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. + * html-url.c (get_urls_file): Set exit status when invalid host + name given in input file. + +2011-04-19 Giuseppe Scrivano + + * gnutls.c: Do not include . + * gnutls.c (wgnutls_peek): Ensure there is data available before attempt + a read on the blocking socket. + + * Makefile.am (LIBS): Add $(LIB_CLOCK_GETTIME) + * utils.c: Include . Do not include . + (touch): Use `futimens' instead of `utimes'. + + * mswindows.h: Do not include . Remove macro definition for + mkdir. + +2011-04-18 Giuseppe Scrivano + + * utils.c: Include . Do not include . + (touch): Use `utimes' instead of `utime'. + + * openssl.c (openssl_read): Fix build error. + +2011-04-17 Giuseppe Scrivano + + * wget.h [HAVE_LIBSSL32]: Define HAVE_SSL. + + * gnutls.c (wgnutls_peek): Use correctly FIONBIO codes under Mingw32. + Reported by: Ray Satiro + +2011-04-13 Giuseppe Scrivano + + * openssl.c (openssl_poll): Check if the specified timeout is zero after + SSL_pending. + (openssl_peek): Make the call non-blocking. + +2011-04-11 Cristian Rodríguez (tiny change) + + * openssl.c (ssl_init) [! OPENSSL_NO_SSL2]: Use SSLv2 only when + available. + +2011-04-07 Giuseppe Scrivano + + * gnutls.c (ssl_init): Allow X509 v1 certificates. + Suggested by: Ray Satiro + + (wgnutls_peek): Remove tight loop around gnutls_record_recv. + +2011-04-07 Ray Satiro (tiny change) + + (wgnutls_read): Check for the GNUTLS_E_AGAIN return code in the recv + tight loop. + (wgnutls_write): Likewise. + (wgnutls_peek): Likewise. + +2011-04-07 Giuseppe Scrivano + + * gnutls.c (wgnutls_peek): New local variable `read'. + Use `read' instead of `ret' to store the number of read bytes. + Reported by: Ray Satiro + +2011-04-04 Giuseppe Scrivano + + * openssl.c [WINDOWS]: Include . + (openssl_read): Retry the read on SSL_ERROR_WANT_READ. + + * host.c [WINDOWS]: Include and . + Suggested by: Ray Satiro . + + * Makefile.am (LIBS): Remove @LIBSSL@ @W32LIBS@ + +2011-04-03 Giuseppe Scrivano + + * gnutls.c: Include . + (wgnutls_peek): Make the socket non blocking before attempt a read. + + * gnutls.c: Include . + (wgnutls_peek) [F_GETFL]: Use fcntl. + (wgnutls_peek) [! F_GETFL]: Use ioctl. + + +2011-03-31 Giuseppe Scrivano + + * recur.c (download_child_p): When --no-parent is used, check that the + ports are the same only in case the same protocol is used. + Reported by: Karl Berry + + * res.c (res_parse): Add new line to debug messages. + 2011-03-21 Giuseppe Scrivano * iri.h (parse_charset) [!ENABLE_IRI]: Use the parameter to avoid a