aboutsummaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2004-10-11 17:23:41 +0000
committerDaniel Stenberg <daniel@haxx.se>2004-10-11 17:23:41 +0000
commit34342bcd194f372c48be3a216cdea075e35f2c40 (patch)
treefe77db64efc951b4be57b14d45010d7a0b981faf /CHANGES
parent5322a86313b84e5c6732b23bbea011b14e82fbbb (diff)
SO_NOSIGPIPE
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES6
1 files changed, 6 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index e57f62456..7c24347a9 100644
--- a/CHANGES
+++ b/CHANGES
@@ -6,6 +6,12 @@
Changelog
+Daniel (11 October 2004)
+- libcurl now uses SO_NOSIGPIPE for systems that support it (Mac OS X 10.2 or
+ later is one) to inhibit the SIGPIPE signal when writing to a socket while
+ the peer dies. The same effect is provide by the MSG_NOSIGNAL parameter to
+ send() on other systems. Alan Pinstein verified the fix.
+
Gisle (6 October 2004)
- For USE_LIBIDN builds: Added Top-Level-Domain (TLD) check of host-name
used in fix_hostname(). Checks if characters in 'host->name' (indirectly