X-Git-Url: http://sjero.net/git/?p=wget;a=blobdiff_plain;f=src%2FChangeLog;fp=src%2FChangeLog;h=f3b0e539d18d3f889a9a22ac2ce6732b25944c00;hp=6864760e1496df4447ca995b7b7c44b913cf6cd0;hb=aa4991b8f74668f04b0ea5e2a73607df3150b257;hpb=c0a444d5e6ad90c492168a2c0d8c173b77c8756c diff --git a/src/ChangeLog b/src/ChangeLog index 6864760e..f3b0e539 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,10 +1,10 @@ -2007-10-02 Gisle Vanem - - * ftp.c: Use "_listing" for MSDOS (".listing" is illegal). +2007-10-08 Micah Cowan - * url.c: Update comment for 'filechr_not_windows'. - - * utils.c: Include for 'getpid()' on Watcom. + * http.c (http_loop): Add send_head_first conditional back + around code that needs it, but not around the last-modified + header-parsing stuff this time. Removed no-longer-useful (was it + ever?) restart_loop boolean, continuing unconditionally at end + of send_head_first conditional block (if we haven't jumped out). 2007-10-04 Micah Cowan @@ -12,6 +12,14 @@ support isn't on; make sure we continue properly in that case, even though we're not sending HEAD. +2007-10-02 Gisle Vanem + + * ftp.c: Use "_listing" for MSDOS (".listing" is illegal). + + * url.c: Update comment for 'filechr_not_windows'. + + * utils.c: Include for 'getpid()' on Watcom. + 2007-10-02 Micah Cowan * ftp.c (getftp, ftp_loop_internal), http.c (http_loop), main