]> sjero.net Git - wget/blobdiff - src/ChangeLog
Fix error messages under Windows.
[wget] / src / ChangeLog
index aacce5d17d2c5248499ec5d24ffc435c96824e94..56d6def4b2c339a677088e3356657fe077ebb0ae 100644 (file)
@@ -1,3 +1,15 @@
+2011-05-23  Giuseppe Scrivano  <gscrivano@gnu.org>
+
+       * mswindows.h [NEED_GAI_STRERROR]: remove definition for gai_strerror.
+
+2011-05-15  Ray Satiro <raysatiro@yahoo.com>
+
+       * 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  <gscrivano@gnu.org>
 
        * html-url.c: Include "exists.h".