]> sjero.net Git - wget/blobdiff - src/ChangeLog
Add --show-progress to force display progress bar
[wget] / src / ChangeLog
index b7b67533df443bc38f3dd8cd73773ee8c8c97cde..96723dd5e7c3a2ff29c39d5e7822c71a1f6c6318 100644 (file)
@@ -1,3 +1,88 @@
+2014-04-19  Darshit Shah  <darnir@gmail.com>
+
+       * log.h (log_options): Add new logging options, LOG_PROGRESS. All progress
+       bar related output should use LOG_PROGRESS.
+       * log.c (CHECK_VERBOSE): Implement LOG_PROGRESS output
+       * progress.c (dot_create, print_row_stats, dot_update, dot_finish,
+       bar_finish, display_image): Output progress information through LOG_PROGRESS
+       (progress_implementation, dot_create, bar_create, progress_create): The
+       progress bar create functions accept an extra paramter for the filename of the
+       local file
+       (bar_progress): Add new variable to store filename of currently downloading
+       file
+       (bar_finish): Aesthetic change. Print two newlines if in verbose mode, else
+       only one.
+       (MACRO): Define new macro, MIN
+       (create_image): Implement displaying filename in progress bar output
+       Filename tick implementation copied from Giuseppe's patch on parallel-wget
+       * progress.h (progress_create): Accept another parameter for filename
+       * http.c (gethttp): Remove unnecessary conditional
+       (read_response_body): Send local filename to fd_read_body so that it can be
+       printed on the progress bar
+       * main.c (option_data): Add new switch, --show-progress
+       (main): If in verbose output, show progress bar by default
+       (main): Set progress implemetation when displaying progress bar
+       (no_prefix): Increase buffer size to 2048 to prevent overflows
+       * init.c (commands): Add new command, showprogress
+       (defaults): By default initialize show_progress to false
+       * options.h (options): Add new option, show_progress
+       * retr.c (fd_read_body): Accept new parameter for filename of currently
+       downlaoding file
+       (fd_read_body): Create and update progress bar when opt.show_progress is set
+       (fd_read_body): Display progress information in Windows console titlebars
+       * retr.h (fd_read_body): Update declaration
+       * ftp.c (getftp): Send filename of the local file so that it can be printed
+       with the progress bar.
+
+2013-11-02  Giuseppe Scrivano  <gscrivan@redhat.com>
+
+       * 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  <tim.ruehsen@gmx.de>
+
+       * http.c (gethttp): Fix 204 response handling
+
+2014-03-26  Darshit Shah  <darnir@gmail.com>
+
+       * 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  <daniel@haxx.se>
+
+       * url.c (shorten_length): Remove unused function.
+
+2014-03-19  Yousong Zhou  <yszhou4tech@gmail.com>
+
+       * 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  <gscrivan@redhat.com>
+
+       * http.c (modify_param_value, extract_param): Aesthetic change.
+
+2014-02-14  Vladimír Pýcha  <vpycha@gmail.com> (tiny change)
+
+       * http.c (parse_content_disposition, extract_param)
+       (append_value_to_filename, digest_authentication_encode): URL-decode the
+       filename parameter of Content-Disposition HTTP header if it is encoded. This
+       is related to --content-disposition.
+       New parameter of extract_param(), "is_url_encoded".
+       Add argument NULL to the call of extract_param() in
+       digest_authentication_encode().
+       * http.h: Add the new parameter to the declaration of extract_param().
+       * cookies.c (parse_set_cookie, test_cookies): Add argument NULL to the calls
+       of extract_param().
+       * url.c (url_unescape): Remove "static" modifier.
+       * url.h: Add declaration of url_unescape().
+
 2014-02-06  Giuseppe Scrivano  <gscrivan@redhat.com>
 
        * main.c (print_version): Move copyright year out of the localized