]> sjero.net Git - wget/blobdiff - src/ChangeLog
Set stdout mode to binary under Windows.
[wget] / src / ChangeLog
index 07c99b975341497e29e57b6026ac2d5de465e718..b827981add8bcb5b60d4681026bbb9c0380a5ce7 100644 (file)
@@ -1,5 +1,54 @@
+2010-12-28  Adrien Nader  <adrien@notk.org> (tiny change)
+
+       * main.c [WINDOWS]: Include <io.h> and <fcntl.h>.
+       (main) [WINDOWS]: Set the stdout file mode to binary.
+       Submitted also by: Martin Panter <vadmium@gmail.com>
+
+2011-05-23  Giuseppe Scrivano  <gscrivano@gnu.org>
+
+       * retr.c (fd_read_body): Be sure the buffer size is at least 8Kb.
+       BUFSIZ may assume very small values with a negative impact on the
+       performances.
+
+       * 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".
+       * gnutls.c (wgnutls_peek): Remove local variable `ret'.
+
+2011-04-21  Daniel Manrique <roadmr@tomechangosubanana.com> (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  <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>