X-Git-Url: http://sjero.net/git/?p=wget;a=blobdiff_plain;f=src%2FChangeLog;h=a2d4d7b52330fc34b74b9d8c5751cc989e4fcb31;hp=7f64e35f7d5df9c77952e5e7142ca993e1455a4a;hb=7870937036a5eda44e746d8fa965aa8eb1c0b16e;hpb=e7998ad916f5a0a0f5db79a9fe1ce555c4709c90 diff --git a/src/ChangeLog b/src/ChangeLog index 7f64e35f..a2d4d7b5 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,3 +1,20 @@ +2003-09-21 Hrvoje Niksic + + * connect.c (select_fd): Change MAXTIME's type to double. Handle + its decimal part. + + * retr.c (sleep_between_retrievals): In the random-wait case, use + random_float() to wait between 0 and 2*opt.wait seconds. + + * utils.c (run_with_timeout): Accept `double' timeouts. Correctly + handle timeout values in (0, 1) range. + (random_float): New function. + + * options.h (struct options): Change the types of wait, waitretry, + and timeout to double. + + * init.c (cmd_time): Accept floating point time. + 2003-09-20 Hrvoje Niksic * retr.c (get_contents): Cosmetic fixes.