]> sjero.net Git - wget/blobdiff - src/ChangeLog
gnutls: use the blocking socket.
[wget] / src / ChangeLog
index 07c99b975341497e29e57b6026ac2d5de465e718..0a16c79fdaa95a751dfba0bd0710a4d38f2d19db 100644 (file)
@@ -1,5 +1,21 @@
+2011-04-19  Giuseppe Scrivano  <gscrivano@gnu.org>
+
+       * gnutls.c: Do not include <fcntl.h>.
+       * 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 <sys/stat.h>.  Do not include <sys/time.h>.
+       (touch): Use `futimens' instead of `utimes'.
+
+       * mswindows.h: Do not include <direct.h>.  Remove macro definition for
+       mkdir.
+
 2011-04-18  Giuseppe Scrivano  <gscrivano@gnu.org>
 
+       * utils.c: Include <sys/time.h>.  Do not include <sys/utime.h>.
+       (touch): Use `utimes' instead of `utime'.
+
        * openssl.c (openssl_read): Fix build error.
 
 2011-04-17  Giuseppe Scrivano  <gscrivano@gnu.org>