]> sjero.net Git - wget/blobdiff - src/ChangeLog
Fix a problem when -k is specified and url's are specified in CSS code.
[wget] / src / ChangeLog
index 5c8dea7ad3b90fd2d3634ad626ff9cbdc6d69630..aa074bf7766ccd606038f76ef144d70c4b6cb120 100644 (file)
@@ -1,3 +1,32 @@
+2010-07-30  Giuseppe Scrivano  <gscrivano@gnu.org>
+
+       * html-url.h (struct map_context): Remove member `tail'.
+
+       * html-url.c (append_url): Append the new url ordered by `position'.
+       (get_urls_html): Do not initialize `ctx.tail'.
+
+       * css-url.c (get_urls_css_file): Do not initialize `ctx.tail'.
+
+2010-07-29  Giuseppe Scrivano  <gscrivano@gnu.org>
+
+       * gnutls.c (wgnutls_peek): Don't read more data if the buffered peek
+       data is sufficient.
+
+2010-07-28  Giuseppe Scrivano  <gscrivano@gnu.org>
+
+       * http.h (http_loop): Add new argument `original_url'
+       * http.c (http_loop): Add new argument `original_url'.  Use
+       `original_url' to get a filename if `trustservernames' is false.
+
+       * init.c (commands): Add "trustservernames".
+
+       * options.h (library): Add variable `trustservernames'.
+
+       * main.c (option_data): Add trust-server-names.
+       (print_help): Describe --trust-server-names.
+
+       * retr.c (retrieve_url): Pass new argument to `http_loop'.
+
 2010-07-20  Alan Jenkins <alan-jenkins@tuffmail.co.uk> (tiny change)
 
        * http.c (gethttp): Check content-length was set before trying to