X-Git-Url: http://sjero.net/git/?p=wget;a=blobdiff_plain;f=src%2FChangeLog;h=30f75cd6d0c028fbc76adbf36ae79c4e791d272a;hp=d337b4a707ab2ef34d93851e554f17a111054fd2;hb=75c6ca0f5d1cc9baf604ed44f1a7b68a0373357d;hpb=6ef8c69c9d34bbb750ddcd2062e668fb0d941cff diff --git a/src/ChangeLog b/src/ChangeLog index d337b4a7..30f75cd6 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,8 +1,54 @@ +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. + (getftp): New variable `got_expected_bytes'. Let `expected_bytes' be + the value SIZE returns, otherwise use the bytes count returned by RETR. + Suggested by Daniel Stenberg . + 2010-07-14 Giuseppe Scrivano * ftp.c (max): Add definition. - (getftp): Consider for`expected_bytes' the greatest value between the bytes - count returned by SIZE and the bytes count returned by RETR. + (getftp): Consider for `expected_bytes' the greatest value between the + bytes count returned by SIZE and the bytes count returned by RETR. + Reported by: Jozua . 2010-07-11 Giuseppe Scrivano