]> sjero.net Git - wget/blobdiff - src/ChangeLog
[svn] Correctly print SSL errors.
[wget] / src / ChangeLog
index 7e4088fea70c235927b2e73fa986f29a79c09b90..984a34469ed4be6e7b220e18600126bb75ccbd32 100644 (file)
@@ -1,3 +1,19 @@
+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().