[D-runtime] [D-Programming-Language/druntime] eebc15: Added non-standard SO_NOSIGPIPE socket option.
noreply at github.com
noreply at github.com
Sun Jul 3 11:14:27 PDT 2011
Branch: refs/heads/master
Home: https://github.com/D-Programming-Language/druntime
Commit: eebc15e75501ad75ae857c2272bbcff346392a85
https://github.com/D-Programming-Language/druntime/commit/eebc15e75501ad75ae857c2272bbcff346392a85
Author: David Nadlinger <code at klickverbot.at>
Date: 2011-07-03 (Sun, 03 Jul 2011)
Changed paths:
M src/core/sys/posix/sys/socket.d
Log Message:
-----------
Added non-standard SO_NOSIGPIPE socket option.
It is available at least on OS X and FreeBSD (disables SIGPIPE being raised on send()ing), but notably not on Linux.
Commit: d9d340b537dfd7c990b7f09917266a297043c139
https://github.com/D-Programming-Language/druntime/commit/d9d340b537dfd7c990b7f09917266a297043c139
Author: Andrei Alexandrescu <andrei at erdani.com>
Date: 2011-07-03 (Sun, 03 Jul 2011)
Changed paths:
M src/core/sys/posix/sys/socket.d
Log Message:
-----------
Merge pull request #36 from klickverbot/socket-nosigpipe
Added non-standard SO_NOSIGPIPE socket option.
Compare: https://github.com/D-Programming-Language/druntime/compare/ac6d7ba...d9d340b
More information about the D-runtime
mailing list