From: Daniel Stenberg Date: Tue, 2 Dec 2003 10:13:55 +0000 (+0000) Subject: MSG_NOSIGNAL X-Git-Tag: curl-7_11_0~191 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=41688a16427e54cbd155fd36821724cee73f0b99;p=thirdparty%2Fcurl.git MSG_NOSIGNAL --- diff --git a/CHANGES b/CHANGES index 06cbe07f72..3724829c05 100644 --- a/CHANGES +++ b/CHANGES @@ -7,6 +7,12 @@ Changelog +Daniel (2 December) +- Giuseppe Attardi pointed out that we should use MSG_NOSIGNAL when we use + send() and recv(). I added checks for the define in the configure script and + adjusted the code accordingly. If the symbol is present, we won't attempt + to ignore the SIGPIPE signal. + Daniel (1 December) - Mathias Axelsson set up a bsdftpd-ssl server for me and I could make curl run fine against its FTPS implementation. Now these FTPS-related things