X-Git-Url: http://sjero.net/git/?p=wget;a=blobdiff_plain;f=src%2FChangeLog;h=63589384c9bef5f49620d4618e7edf3fa737ff62;hp=d3ac754c32a39aa4dde5caf873bcc2336eca4fc8;hb=67a4c6cf97d544443b33b0374fe86aebf3298fe1;hpb=43c89ab7a5b20a84c0f393cb5393b68d3ce382fe diff --git a/src/ChangeLog b/src/ChangeLog index d3ac754c..63589384 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,3 +1,33 @@ +2013-11-02 Giuseppe Scrivano + + * progress.c (struct progress_implementation): New method draw. + (bar_update): Split into... + (bar_draw): ...this new function. + (dot_update): Split into... + (dot_draw): New function. + (progress_update): Also invoke draw on `current_impl'. + +2014-04-22 Tim Ruehsen + + * http.c (gethttp): Fix 204 response handling + +2014-03-26 Darshit Shah + + * ftp.c (getftp): Rearrange parameters to fix compiler warning + * utils.c (get_dir_matches_p): Do not pass a const char** to a function that + expects char** + +2014-03-25 Daniel Stenberg + + * url.c (shorten_length): Remove unused function. + +2014-03-19 Yousong Zhou + + * init.c, main.c, options.h: Add option --start-pos for specifying + start position of a download. + * http.c: Utilize opt.start_pos for HTTP download. + * ftp.c: Utilize opt.start_pos for FTP retrieval. + 2014-03-04 Giuseppe Scrivano * http.c (modify_param_value, extract_param): Aesthetic change.