]> sjero.net Git - wget/blobdiff - src/ChangeLog
Use persistent connections with proxies supporting them.
[wget] / src / ChangeLog
index aa074bf7766ccd606038f76ef144d70c4b6cb120..f9e1d552f379610637dd89f76a4b9ca203c45874 100644 (file)
@@ -1,3 +1,26 @@
+2010-08-09  Giuseppe Scrivano  <gscrivano@gnu.org>
+
+       Fix a problem with HTTP/1.0 proxies.
+       * http.c (gethttp): Specify the connection header when keep alive
+       connections are not used.
+
+       Use persistent connections with proxies supporting them.
+       * http.c (gethttp): Specify Proxy-Connection to the HTTP proxy.
+
+2010-08-06  Giuseppe Scrivano  <gscrivano@gnu.org>
+
+       * css-url.c (get_uri_string): Skip empty urls.
+
+2010-07-25  John Trengrove  <jtrengrove@gmail.com> (tiny change)
+
+       * ftp.h: Added enum `parsetype'.  Modified struct to hold parsetype.
+
+       * ftp-ls.c (ftp_parse_unix_ls): Default to TT_DAY. Change to TT_HOUR_MIN
+       if hours/minutes parsed.
+       (ftp_parse_winnt_ls): Default to TT_HOUR_MIN.
+       (ftp_parse_vms_ls): Default to TT_HOUR_MIN.
+       (ftp_index): Print only if fileinfo struct value ttype set to TT_HOUR_MIN.
+
 2010-07-30  Giuseppe Scrivano  <gscrivano@gnu.org>
 
        * html-url.h (struct map_context): Remove member `tail'.