]> sjero.net Git - wget/blobdiff - src/ChangeLog
Silent compiler warning.
[wget] / src / ChangeLog
index 7c792d623e12be66d1fc2158c49a99627866ecc4..08266a73a4b889287a4530328b0e97dd8d447893 100644 (file)
@@ -1,3 +1,24 @@
+2012-04-21  Tim Ruehsen  <tim.ruehsen@gmx.de>
+
+       * ftp-basic.c (ftp_pasv): Fix memory leak.
+
+       * http.c (gethttp): Fix memory leak.
+
+       * ftp.c (getftp): Silent compiler warning.
+
+2009-06-14  Phil Pennock  <mutt-dev@spodhuis.org> (tiny change)
+       * host.h: Declare `is_valid_ip_address'.
+       * host.c (is_valid_ip_address): New function.
+       * http.c (gethttp): Specify the hostname to ssl_connect_wget.
+       * gnutls.c (ssl_connect_wget): Specify the server name.
+       * openssl.c (ssl_connect_wget): Likewise.
+       * ssl.h: Change method signature for ssl_connect_wget.
+
+2012-04-13  Tim Ruehsen  <tim.ruehsen@gmx.de> (tiny change)
+
+       * warc.c (warc_load_cdx_dedup_file): Fix a memory leak by freeing
+       `lineptr'.
+
 2012-04-07  Daniel Kahn Gillmor <dkg@fifthhorseman.net> (tiny change)
 
        * gnutls.c (key_type_to_gnutls_type): New function.