]> sjero.net Git - wget/blobdiff - src/ChangeLog
Fix build error.
[wget] / src / ChangeLog
index ef3a863b1d5e31b1726191fbdac7641afadf2004..07c99b975341497e29e57b6026ac2d5de465e718 100644 (file)
@@ -1,8 +1,65 @@
+2011-04-18  Giuseppe Scrivano  <gscrivano@gnu.org>
+
+       * openssl.c (openssl_read): Fix build error.
+
+2011-04-17  Giuseppe Scrivano  <gscrivano@gnu.org>
+
+       * wget.h [HAVE_LIBSSL32]: Define HAVE_SSL.
+
+       * gnutls.c (wgnutls_peek): Use correctly FIONBIO codes under Mingw32.
+       Reported by: Ray Satiro <raysatiro@yahoo.com>
+
+2011-04-13  Giuseppe Scrivano  <gscrivano@gnu.org>
+
+       * 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  <crrodriguez@opensuse.org> (tiny change)
+
+       * openssl.c (ssl_init) [! OPENSSL_NO_SSL2]: Use SSLv2 only when
+       available.
+
+2011-04-07  Giuseppe Scrivano  <gscrivano@gnu.org>
+
+       * gnutls.c (ssl_init): Allow X509 v1 certificates.
+       Suggested by: Ray Satiro <raysatiro@yahoo.com>
+
+       (wgnutls_peek): Remove tight loop around gnutls_record_recv.
+
+2011-04-07  Ray Satiro  <raysatiro@yahoo.com> (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  <gscrivano@gnu.org>
+
+       * gnutls.c (wgnutls_peek): New local variable `read'.
+       Use `read' instead of `ret' to store the number of read bytes.
+       Reported by: Ray Satiro <raysatiro@yahoo.com>
+
+2011-04-04  Giuseppe Scrivano  <gscrivano@gnu.org>
+
+       * openssl.c [WINDOWS]: Include <w32sock.h>.
+       (openssl_read): Retry the read on SSL_ERROR_WANT_READ.
+
+       * host.c [WINDOWS]: Include <winsock2.h> and <ws2tcpip.h>.
+       Suggested by: Ray Satiro <raysatiro@yahoo.com>.
+
+       * Makefile.am (LIBS): Remove  @LIBSSL@ @W32LIBS@
+
 2011-04-03  Giuseppe Scrivano  <gscrivano@gnu.org>
 
-       * gnutls.c: Include <fcntl.h>
+       * gnutls.c: Include <fcntl.h>.
        (wgnutls_peek): Make the socket non blocking before attempt a read.
 
+       * gnutls.c: Include <sys/ioctl.h>.
+       (wgnutls_peek) [F_GETFL]: Use fcntl.
+       (wgnutls_peek) [! F_GETFL]: Use ioctl.
+
+
 2011-03-31  Giuseppe Scrivano  <gscrivano@gnu.org>
 
        * recur.c (download_child_p): When --no-parent is used, check that the