]> sjero.net Git - wget/blobdiff - src/ChangeLog
Fix checking the URL length when filename is specified
[wget] / src / ChangeLog
index 68e0f86773f62fdf9db320bb95cace0c535b4fa2..0ac1ac61f98c52b031fa3a83d95f47f2558d1a59 100644 (file)
@@ -1,3 +1,23 @@
+2014-01-05  Håkon Vågsether <hauk142@gmail.com> (tiny change)
+
+       * http.c (http_loop): Fix checking the URL length when filename is
+       specified.
+
+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.