]> sjero.net Git - wget/blobdiff - src/ChangeLog
[svn] Don't free the non-existent opt.ftp_acc. Free the SSL-related stuff.
[wget] / src / ChangeLog
index eeff74842b7db26ccd5ceab171260a71faf88544..e5b07ded64a00b95cb636d74a9c85723ca3a3d1d 100644 (file)
@@ -1,3 +1,31 @@
+2005-05-16  Hrvoje Niksic  <hniksic@xemacs.org>
+
+       * init.c (cleanup): Don't free the non-existent opt.ftp_acc.  Free
+       the SSL-related stuff.
+
+2005-05-16  Hrvoje Niksic  <hniksic@xemacs.org>
+
+       * ftp.c (print_length): Consistently print \n at end of the
+       "Length" line.
+
+2005-05-14  Hrvoje Niksic  <hniksic@xemacs.org>
+
+       * openssl.c (ssl_connect): Announce the beginning and the end of
+       the SSL handshake when in debug mode.
+
+       * wget.h (PTR_FORMAT): New macro for easier printing of pointer
+       values.  Use %0*lx along with PTR_FORMAT instead of %p.
+
+2005-05-14  Hrvoje Niksic  <hniksic@xemacs.org>
+
+       * http.c (gethttp): Would forget to close the connection when
+       keep_alive was not used.
+
+2005-05-13  Hrvoje Niksic  <hniksic@xemacs.org>
+
+       * openssl.c (pattern_match): Document the code that decides
+       whether "*" matches ".".
+
 2005-05-12  Hrvoje Niksic  <hniksic@xemacs.org>
 
        * ftp-ls.c (ftp_index): Use %d to print the port number, which is