X-Git-Url: http://sjero.net/git/?a=blobdiff_plain;f=src%2FChangeLog;h=aa074bf7766ccd606038f76ef144d70c4b6cb120;hb=e095cc064eb72ca0cee6d41622e39e7ea3f211a6;hp=5592e604d82c3e28ccd18b6c43940251946c2cc9;hpb=29305e059ff2095060eef939f653c1b5deecd6d9;p=wget diff --git a/src/ChangeLog b/src/ChangeLog index 5592e604..aa074bf7 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,3 +1,50 @@ +2010-07-30 Giuseppe Scrivano + + * 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 + + * gnutls.c (wgnutls_peek): Don't read more data if the buffered peek + data is sufficient. + +2010-07-28 Giuseppe Scrivano + + * 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 (tiny change) + + * http.c (gethttp): Check content-length was set before trying to + compare it with the already downloded filesize. + +2010-07-20 Leonid Petrov + + * ftp.c (getftp): Don't attempt to retrieve the file if it is already + completely. + (ftp_loop_internal): Force the length to be zero for symlinks. + +2010-07-18 Giuseppe Scrivano + + * http.c (gethttp): If -N is used, don't exit immediately if the content + length is less or equal than the existing file size. Specify "Range" + only if -N is not used. + Reported by: Caleb Cushing . + 2010-07-14 Giuseppe Scrivano * ftp.c (max): Remove definition.