diff options
author | Daniel Stenberg <daniel@haxx.se> | 2004-02-23 13:48:27 +0000 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2004-02-23 13:48:27 +0000 |
commit | 8ba042cf88bb24abbf8d822e86632f50b4698dff (patch) | |
tree | 5f14035cd8b12e7bee0e74263dee32e21700ca34 /CHANGES | |
parent | 7adf43c1c5ed8b2683bddf348b611997321c33f5 (diff) |
limit rate and windows timeouts
Diffstat (limited to 'CHANGES')
-rw-r--r-- | CHANGES | 9 |
1 files changed, 9 insertions, 0 deletions
@@ -7,6 +7,15 @@ Changelog + +Daniel (22 February 2004) +- Applied the final pieces of Gisle Vanem's patch that brings a working name + resolve timeout to the windows versions of curl! + +Daniel (21 February 2004) +- David Byron's fix to allow the speed-limit logic work even if you set + limit-rate. It does work on the expense of the rate limiter. + Daniel (20 February 2004) - configure --enable-debug with gcc now also tries to detect the icc compiler (which somehow gets treated as if it is a gcc) to stop using all the gcc |