]> sjero.net Git - wget/blobdiff - src/ChangeLog
Fix build under Windows.
[wget] / src / ChangeLog
index 3af0e335029a6b85a30c85ec7d73ae8aba472086..4c0ff9cdfb88914e541b8ef4c28b78638c832420 100644 (file)
@@ -1,5 +1,19 @@
+2011-04-03  Giuseppe Scrivano  <gscrivano@gnu.org>
+
+       * 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
+       ports are the same only in case the same protocol is used.
+       Reported by: Karl Berry <karl@freefriends.org>
+
        * res.c (res_parse): Add new line to debug messages.
 
 2011-03-21  Giuseppe Scrivano  <gscrivano@gnu.org>