aboutsummaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2002-08-12 09:02:24 +0000
committerDaniel Stenberg <daniel@haxx.se>2002-08-12 09:02:24 +0000
commit423a1cf4868bb04e06907020393d4b30b2a46c6b (patch)
treeeeeddfd89cd751a1aa21e0ed05265dfcc5a48134 /CHANGES
parent7aeb63c817c5b895a178d52723afa421a29a7f1a (diff)
CURLOPT_NOSIGNAL added
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES7
1 files changed, 7 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index d45264665..d6667c025 100644
--- a/CHANGES
+++ b/CHANGES
@@ -6,6 +6,13 @@
Changelog
+Daniel (9 Aug 2002)
+- Applied Markus F.X.J. Oberhumer's patch that introduces CURLOPT_NOSIGNAL,
+ which effectively prevents libcurl from doing anything that may cause
+ signals to get sent. This is basicly for multi-threaded applications that
+ now can use timeouts properly, without risking any signals to burst in and
+ ruin the party.
+
Daniel (5 Aug 2002)
- Lukasz Czekierda reported that RFC2732-style literal IPv6 addresses didn't
work. When did that code vanish? Anyway, it's back again now and seems to