X-Git-Url: http://sjero.net/git/?a=blobdiff_plain;f=src%2FChangeLog;h=d9223c5f02c310ac80ed2f2d1df14acf11b80251;hb=c2c71c32cf7e75336bb45fc299658910e0f9f8af;hp=6165534ed5efc4b213fc99a6ce27cfaffe80f146;hpb=adc0632654a561a27aee90dd7a1862c27b978b16;p=wget diff --git a/src/ChangeLog b/src/ChangeLog index 6165534e..d9223c5f 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,7 +1,33 @@ +2007-10-02 Micah Cowan + + * ftp.c (getftp, ftp_loop_internal), http.c (http_loop), main + (main): Use datetime_str instead of time_str, for those who have + potentially long-running sessions. + +2007-09-25 Micah Cowan + + * Makefile.in: Use EXEEXT instead of exeext. + +2007-09-24 Gisle Vanem + + * connect.c, init.c, main.c, openssl.c, options.h, sysdep.h, + url.c, utils.c: Added support for building on MS-DOS. + +2007-09-24 Jochen Roderburg + + * http.c (http_zero): Remove no-longer-used local_size variable. + Fixes bug #21057. + 2007-08-29 Micah Cowan * openssl.c (ssl_init): Re un-const-ified the meth local variable, to match current versions of openssl. + * spider.c: Removed visited_url function, as it may be very + inefficient. + (print_broken_links): Removed traversal of referrers, until such + time as a more efficient implementation can be written. + * spider.h: Replaced declaration of visited_url with an + empty-bodied, function-like macro. 2007-08-27 Gisle Vanem @@ -38,6 +64,15 @@ RETRUNNEEDED appears never to be referenced outside of http.c (and wget.h), and, when returned by gethttp, is translated by http_loop to RETROK. + * url.c (are_urls_equal): Don't call getchar_from_escaped_string + if u2 is shorter than u1. + (getchar_from_escaped_string): Don't decode reserved characters. + Handle illegally appearing '%'s as literal '%'s. Ensure hex + digits before attempting to decode. + (test_are_urls_equal): Added tests to handle u2 shorter than u1, + and %2f not treated the same as /. + * spider.c (in_url_list_p): Don't call are_urls_equal if one of + them is NULL. 2007-08-23 Joshua David Williams