X-Git-Url: http://sjero.net/git/?a=blobdiff_plain;f=src%2FChangeLog;h=d5b86c02c13beaa276361ac130b34eb9935b1b68;hb=78706dc5ea8eeb5d5a5eacda806d549a5c81ee89;hp=57e27d785e4897ba8b5fd439ae3d199e484ef997;hpb=381457408ad4d78411552a28e7476a5c1f67831e;p=wget diff --git a/src/ChangeLog b/src/ChangeLog index 57e27d78..d5b86c02 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,3 +1,23 @@ +2003-11-30 Hrvoje Niksic + + * retr.c (fd_read_body): Report the amount of data *written* as + amount_read. This is not entirely logical, but that's what the + callers expect, and it's not easy to change. + + * ftp.c (ftp_loop_internal): Ditto. + + * http.c (http_loop): Be smarter about assigning restval; if we're + in the nth pass of a download, simply use the information we have + about how much data has been retrieved as restval. + + * ftp.c (getftp): Ditto for FTP "REST" command. + + * http.c (gethttp): When the server doesn't respect range, skip + the first RESTVAL bytes of the read body. Never truncate the + output file. + + * retr.c (fd_read_body): Support skipping initial STARTPOS octets. + 2003-11-30 Hrvoje Niksic * http.c (skip_short_body): Renamed skip_body to skip_short_body;