aboutsummaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2001-03-15 14:38:54 +0000
committerDaniel Stenberg <daniel@haxx.se>2001-03-15 14:38:54 +0000
commit0adf0cfde75d55612548e2985ee758fc841df61f (patch)
treefea8c82df6abdfe676941794aa9d2e1c56e4cf9a /CHANGES
parentd6c456db85858bf111ceeb5f3c2b5a9b4e9f03c7 (diff)
connection timeouts added
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES9
1 files changed, 9 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index b82c023d4..bf56ea0af 100644
--- a/CHANGES
+++ b/CHANGES
@@ -7,6 +7,15 @@
History of Changes
+Daniel (15 March 2001)
+- Added --connect-timeout to curl, which sets the new CURLOPT_CONNECTTIMEOUT
+ option in libcurl. It limits the time curl is allowed to spend in the
+ connection phase. This differs from -m/--max-time that limits the entire
+ file transfer operation. Requested by Larry Fahnoe and more.
+
+ I also updated the curl.1 and curl_easy_setopt.3 man pages and removed the
+ item from the TODO.
+
Daniel (14 March 2001)
- Made curl grok IPv6 with HTTP proxies and got everything to compile nicely
again when ENABLE_IPV6 is set.