]> sjero.net Git - wget/blobdiff - src/ChangeLog
Remove some useless if statements
[wget] / src / ChangeLog
index 68e0f86773f62fdf9db320bb95cace0c535b4fa2..3d6699cb1c1c8ff9918fd32184692700aa499f0d 100644 (file)
@@ -1,3 +1,18 @@
+2013-12-29  Giuseppe Scrivano  <gscrivan@redhat.com>
+
+       * init.c (home_dir): Remove useless 'if'.
+       * warc.c (warc_start_new_file): Likewise.
+       (warc_process_cdx_line): Likewise.
+       (warc_write_response_record): Likewise.
+
+2013-12-26  Tim Ruehsen  <tim.ruehsen@gmx.de>
+
+       * gnutls.c (ssl_connect_wget): Fix connect timeout failure
+
+2013-11-02  Giuseppe Scrivano  <gscrivan@redhat.com>
+
+       * http.c (gethttp): Increase max header value length to 512.
+
 2013-01-30  Pavel Mateja  <pavel@netsafe.cz> (tiny change)
 
        * http.c (gethttp): Specify "Host" for CONNECT method.