]> granicus.if.org Git - curl/commitdiff
CURLOPT_NOSIGNAL added
authorDaniel Stenberg <daniel@haxx.se>
Mon, 12 Aug 2002 09:02:24 +0000 (09:02 +0000)
committerDaniel Stenberg <daniel@haxx.se>
Mon, 12 Aug 2002 09:02:24 +0000 (09:02 +0000)
CHANGES

diff --git a/CHANGES b/CHANGES
index d452646654ff12a249aa4429c5ebb567b554f2c0..d6667c0257b403e706cc95d6f2f02b4822e95baa 100644 (file)
--- 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