]> sjero.net Git - wget/blobdiff - src/ChangeLog
Avoid a small buffer when retrieving a file.
[wget] / src / ChangeLog
index b938538dc7a54ede2a44a0aa033e8b3223ed8d1a..c88740b51442400a72f85e23da0c886a027daccc 100644 (file)
@@ -1,5 +1,17 @@
+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>