diff options
author | Daniel Stenberg <daniel@haxx.se> | 2004-11-04 16:17:23 +0000 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2004-11-04 16:17:23 +0000 |
commit | fd884a3cd21c873f6fe953d37b0c6e3fef58fad6 (patch) | |
tree | 81fe03d2dbf37570e188201add60ca78de59b607 /CHANGES | |
parent | 1887629c5c5949c662cb1885850c0beb66972c54 (diff) | |
download | curl-fd884a3cd21c873f6fe953d37b0c6e3fef58fad6.tar.gz |
more retry stuff
Diffstat (limited to 'CHANGES')
-rw-r--r-- | CHANGES | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -6,7 +6,14 @@ Changelog +Daniel (4 November 2004) +- Andres Garcia made it build on mingw againa, my --retry code broke the build. + Daniel (2 November 2004) +- Added --retry-max-time that allows a maximum time that may not have been + reached for a retry to be made. If not set there is no maximum time, only + the amount of retries set with --retry. + - Paul Nolan provided a patch to make libcurl build nicely on Windows CE. Daniel (1 November 2004) |