]> sjero.net Git - wget/blobdiff - src/ChangeLog
[svn] Don't xfree() the line returned by ftp_response if the returned code is not
[wget] / src / ChangeLog
index ced611bf64cc979c66f2010887736bad46b166c9..02a4b0a869ddbd81634faabb23126acf9a8bc9e8 100644 (file)
@@ -1,3 +1,26 @@
+2005-05-16  Hrvoje Niksic  <hniksic@xemacs.org>
+
+       * ftp-basic.c: Don't xfree() the line returned by ftp_response if
+       the returned code is not FTPOK.
+
+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