X-Git-Url: http://sjero.net/git/?p=wget;a=blobdiff_plain;f=src%2FChangeLog;h=aacce5d17d2c5248499ec5d24ffc435c96824e94;hp=b1207895a569418e465606e9f4bdb5d46c0684c1;hb=ee6021a3b09fd65b7fa08a14dd37bd5010219d42;hpb=cbe8eb725b7cd4e78d8c2fe2d41aadd802308537 diff --git a/src/ChangeLog b/src/ChangeLog index b1207895..aacce5d1 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,3 +1,47 @@ +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