X-Git-Url: http://sjero.net/git/?p=wget;a=blobdiff_plain;f=src%2FChangeLog;h=d8f2fa97d148ca4626548c7763031f59559b9e55;hp=be8233efefe5d5ccf2872a12a23df864f4000736;hb=6e3d978b8bca9b9b3408590e9733d5c93cf90f6d;hpb=43583130693fd7befaf182b9ef348716b17a185b diff --git a/src/ChangeLog b/src/ChangeLog index be8233ef..d8f2fa97 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -33,6 +33,21 @@ * spider.c (in_url_list_p): Removed the bool verbose argument +2007-08-22 Mauro Tortonesi + + * http.c (http_loop): Fall back to GET if HEAD fails with a 500 or 501 + error code. + +2007-08-21 Mauro Tortonesi + + * http.c (http_loop): Send preliminary HEAD request if -N is given and + the destination file exists already. + +2007-08-10 Mauro Tortonesi + + * http.c (http_loop): Fixed HTTP HEAD requests logic when --spider is + given. + 2007-08-10 Ralf Wildenhues * url.c (append_uri_pathel): Do not assume dest string to be @@ -110,6 +125,12 @@ * test.h: tests made more verbose; now displays the name of each test run. +2007-07-10 Mauro Tortonesi + + * http.c (http_loop): Fixed the HTTP requests logic. Now it skips the + preliminary HEAD request if either -O or --no-content-disposition are + given, and neither --spider and -N are given. + 2007-07-05 Micah Cowan * cmpt.c, connect.c, connect.h, convert.c, convert.h: @@ -127,6 +148,11 @@ Updated GPL reference to version 3 or later, removed FSF address. +2007-07-04 Mauro Tortonesi + + * http.c (http_loop): Skip HEAD request and start immediately with GET + if -O is given. + 2007-02-02 Hrvoje Niksic * http.c (print_server_response): Escape non-printable characters