]> sjero.net Git - wget/blobdiff - src/ChangeLog
[svn] Revert to calculating ETA based on average download speed.
[wget] / src / ChangeLog
index fabacf4fc3b067c000741f3e8f7e31bf03fb2da7..8ab7caf4a64d1b1d588cdaa624d47c3ce95b6012 100644 (file)
@@ -1,3 +1,19 @@
+2002-04-10  Hrvoje Niksic  <hniksic@arsdigita.com>
+
+       * progress.c (create_image): Revert to calculating ETA based on
+       average download speed.
+       (create_image): Don't print ETA until the download has been active
+       for at least 3 seconds.
+       (create_image): When ETA is not available, don't print anything.
+       The previous version would print --:--.
+
+2002-04-10  Hrvoje Niksic  <hniksic@arsdigita.com>
+
+       * progress.c (bar_update): Keep updating a subinterval until it
+       reaches or exceeds a watermark.  That way the measurement will be
+       guaranteed to span a configurable minimum of time.  The current
+       default is 3s in 30 100ms intervals.
+
 2002-04-09  Hrvoje Niksic  <hniksic@arsdigita.com>
 
        * progress.c (bar_update): Maintain an array of the time it took