]> sjero.net Git - wget/history - src/progress.c
[svn] Make indentation consistent (all-spaces, no tabs).
[wget] / src / progress.c
2007-08-03 micah[svn] Make indentation consistent (all-spaces, no tabs).
2007-07-10 micah[svn] Merge of fix for bugs 20341 and 20410.
2007-01-23 hniksic[svn] Check for overflow when calculating ETA.
2006-07-14 mtortonesi[svn] Added sanity checks for -k, -p, -r and -N when...
2005-09-01 hniksic[svn] Introduce symbolic constants for "magic" values...
2005-08-11 hniksic[svn] Switch to days when printing more than 48h rather...
2005-07-06 hniksic[svn] Make timers measure seconds directly, not millise...
2005-07-02 hniksic[svn] Update FSF's address and copyright years.
2005-07-02 hniksic[svn] Display smaller download rate numbers with more...
2005-06-30 hniksic[svn] Remove unused variable row_qty.
2005-06-29 hniksic[svn] Doc fix.
2005-06-28 hniksic[svn] Mention inspiration for ETA.
2005-06-28 hniksic[svn] Include ETA information in dot progress.
2005-06-28 hniksic[svn] Remove unnecessary casts.
2005-06-28 hniksic[svn] Document dp->accumulated
2005-06-28 hniksic[svn] Docfix.
2005-06-28 hniksic[svn] Document print_percentage.
2005-06-27 hniksic[svn] Really remove translation of <n>s.
2005-06-26 hniksic[svn] Constify variable.
2005-06-26 hniksic[svn] Mark the "eta" string for translation.
2005-06-26 hniksic[svn] Don't translate SI units. Print more exact durat...
2005-06-26 hniksic[svn] When the download is finished, print the time...
2005-06-25 hniksic[svn] Rewrite with_thousand_seps to be size-agnostic...
2005-06-25 hniksic[svn] New ETA display.
2005-06-22 hniksic[svn] Use bool type for boolean variables and values.
2005-06-19 hniksic[svn] Don't cast return type of malloc/realloc. Assume...
2005-06-19 hniksic[svn] Remove K&R support.
2005-05-03 hniksic[svn] Fix K&R incompatibilities reported by `gcc -Wtrad...
2005-03-22 hniksic[svn] Support human-readable file size printing.
2005-02-27 hniksic[svn] Remove duplicate initialization.
2005-02-23 hniksic[svn] Large file support added. Published in <87psyr6j...
2004-01-28 hniksic[svn] Fixes by Christian Biere:
2003-12-14 hniksic[svn] Declare the pointers to literal strings as `const'.
2003-11-27 hniksic[svn] Don't calculate the ETA if nothing has yet been...
2003-11-08 hniksic[svn] Remove the debugging sledgehammer check.
2003-11-08 hniksic[svn] Update the progress gauge even when the data...
2003-11-04 hniksic[svn] Only set a flag in the SIGWINCH handler.
2003-10-31 hniksic[svn] Use new macros xnew, xnew0, xnew_array, and xnew0...
2003-09-23 hniksic[svn] Force printing of ETA at the end of download.
2003-09-23 hniksic[svn] Cosmetic change in var names.
2003-09-22 hniksic[svn] Indicate where the download has started in progre...
2003-09-19 hniksic[svn] Renamed wget.h XDIGIT-related macros to (hopefull...
2003-09-15 hniksic[svn] Update progress code to use higher timer resolution.
2002-05-24 hniksic[svn] Fall back to dot progress if the terminal type...
2002-05-18 hniksic[svn] Update the license to include the OpenSSL exception.
2002-04-12 hniksic[svn] Update copyright years.
2002-04-11 hniksic[svn] Don't allow initial_length to exceed total_length.
2002-04-11 hniksic[svn] Allow Wget to be compiled with a K&R compiler.
2002-04-10 hniksic[svn] Revert to calculating ETA based on average downlo...
2002-04-10 hniksic[svn] Keep updating a subinterval until it reaches...
2002-04-09 hniksic[svn] Print the current download speed, rather than...
2001-12-10 hniksic[svn] Logging system bugfixes and improvements.
2001-12-09 hniksic[svn] Fix a minor ETA padding glitch.
2001-12-09 hniksic[svn] Minor fixes prompted by `lint'.
2001-12-06 hniksic[svn] Doc fix.
2001-12-06 hniksic[svn] Various progress-bar related fixes.
2001-12-06 hniksic[svn] Fall back to dot progress when forced to background.
2001-11-30 hniksic[svn] Simplify display_image.
2001-11-28 hniksic[svn] Resurrect opt.dot_style.
2001-11-28 hniksic[svn] Fix typo.
2001-11-27 hniksic[svn] Default the progress implementation to "bar".
2001-11-27 hniksic[svn] Commence bar progress with two newlines.
2001-11-26 hniksic[svn] New option `--limit-rate'.
2001-11-26 hniksic[svn] Allocate a timer directly in get_contents.
2001-11-25 hniksic[svn] Recursion and progress bar tweaks.
2001-11-25 hniksic[svn] Commit progress bar tweaks.
2001-11-25 hniksic[svn] Implemented breadth-first retrieval.
2001-11-24 hniksic[svn] Don't modify bp->total_length if it equals zero.
2001-11-24 hniksic[svn] Fake a miniscule amount of download time when...
2001-11-23 hniksic[svn] Don't translate "%ld ".
2001-11-23 hniksic[svn] Allow the user to force bar progress.
2001-11-23 hniksic[svn] Minor progress bar fixes.
2001-11-23 hniksic[svn] Minor fix for the new progress bar.
2001-11-23 hniksic[svn] Big progress bar update.