]> sjero.net Git - wget/blobdiff - src/ChangeLog
[svn] Update the progress gauge even when the data does not arrive.
[wget] / src / ChangeLog
index 40415df857760fbd593152f2db5307a1ccee45f0..8bd9f243cf3b203b952bfda3b6a4a605516c5d1a 100644 (file)
@@ -1,3 +1,19 @@
+2003-11-08  Hrvoje Niksic  <hniksic@xemacs.org>
+
+       * progress.c (update_speed_ring): Clear the speed ring when the
+       download stalls.
+
+       * retr.c (get_contents): Specify 0.95s read timeout, so that the
+       progress gauge can be updated even when data arrives very slowly
+       or stalls.
+
+2003-11-08  Hrvoje Niksic  <hniksic@xemacs.org>
+
+       * utils.c (wtimer_allocate): Bless the use of wtimer_read on a
+       timer that has merely been allocated because get_contents() does
+       that.
+       (wtimer_update): Abort if the timer is not initialized.
+
 2003-11-08  Hrvoje Niksic  <hniksic@xemacs.org>
 
        * retr.c (get_contents): Pass the timer to limit_bandwidth().