]> sjero.net Git - wget/blobdiff - src/ChangeLog
Silent compiler warning.
[wget] / src / ChangeLog
index 4d2dd711d1309a1fae8cb72fc66c584190425108..08266a73a4b889287a4530328b0e97dd8d447893 100644 (file)
@@ -1,3 +1,41 @@
+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.
+       (ssl_init): Use correctly the specified gnutls certificate.
+
+2012-04-01  Gijs van Tulder  <gvtulder@gmail.com>
+
+       * html-url.c: Prevent crash on incomplete STYLE tag.
+
+2012-04-01  Giuseppe Scrivano  <gscrivano@gnu.org>
+
+       * gnutls.c (wgnutls_read_timeout): Ensure timer is freed.
+
+       * gnutls.c (wgnutls_read_timeout): Do not use timer if it is not
+       allocated.
+       Reported by: Xu Zhongxing <xu_zhong_xing@163.com>
+
 2012-03-30  Tim Ruehsen  <tim.ruehsen@gmx.de> (tiny change)
 
        * warc.c: make warc_uuid_str() implementation depend on HAVE_LIBUUID.