]> sjero.net Git - wget/blobdiff - src/ChangeLog
[svn] Print the current download speed, rather than the average.
[wget] / src / ChangeLog
index f68fe96463ab7fc8d3ddbe0d98104543ac51282e..fabacf4fc3b067c000741f3e8f7e31bf03fb2da7 100644 (file)
@@ -1,3 +1,12 @@
+2002-04-09  Hrvoje Niksic  <hniksic@arsdigita.com>
+
+       * progress.c (bar_update): Maintain an array of the time it took
+       to perform previous 30 network reads.
+       (create_image): Calculate the download speed and ETA based on the
+       last 30 reads, not the entire download.
+       (create_image): Make sure that the ETA is not changed more than
+       once per second.
+
 2002-04-09  Ian Abbott  <abbotti@mev.co.uk>
 
        * mswindows.c (borland_utime): New function conditionally defined