]> sjero.net Git - wget/blobdiff - src/ChangeLog
[svn] Correctly print SSL errors.
[wget] / src / ChangeLog
index a51ad87d098cb686d4d5919eb87510381be25bed..984a34469ed4be6e7b220e18600126bb75ccbd32 100644 (file)
@@ -1,3 +1,23 @@
+2005-07-03  Hrvoje Niksic  <hniksic@xemacs.org>
+
+       * ftp.c (getftp): Ditto.
+
+       * http.c (gethttp): Use fd_errstr.
+
+       * connect.c (fd_register_transport): Restructure parameters to
+       include only a single structure that describes transport
+       implementation.
+
+       * openssl.c (openssl_errstr): New function: dump SSL error strings
+       into a static buffer and return a pointer to the buffer.
+
+       * connect.c (fd_errstr): New function; returns transport-specific
+       error message, or strerror(errno) if transport doesn't supply one.
+
+2005-07-03  Hrvoje Niksic  <hniksic@xemacs.org>
+
+       * mswindows.h: Also wrap accept() and listen().
+
 2005-07-03  Hrvoje Niksic  <hniksic@xemacs.org>
 
        * url.c (path_end): Skip separators appropriate for the scheme.