summaryrefslogtreecommitdiff
path: root/ghc/lib/misc/cbits/socketOpt.c
Commit message (Collapse)AuthorAgeFilesLines
* [project @ 1999-11-26 16:29:09 by simonmar]simonmar1999-11-261-47/+0
| | | | GHC bits for new library organisation.
* [project @ 1999-09-20 10:18:29 by simonmar]simonmar1999-09-201-29/+4
| | | | | | | - fix bug in setSocketOption__ which meant that trying to set SO_REUSEADDR on Linux (and possibly other OS's) didn't work. - add rudimentary non-blocking connect support.
* [project @ 1999-05-05 10:34:53 by sof]sof1999-05-051-2/+10
| | | | stubs for starting & stopping Winsock
* [project @ 1998-12-02 13:17:09 by simonm]simonm1998-12-021-1/+2
| | | | Move 4.01 onto the main trunk.
* [project @ 1998-10-06 14:54:49 by simonm]simonm1998-10-061-2/+1
| | | | back out last commit on trunk (should have gone to new-rts branch).
* [project @ 1998-09-29 15:50:13 by sof]sof1998-09-291-1/+2
| | | | merged from HEAD
* [project @ 1998-08-14 10:17:35 by sof]sof1998-08-141-0/+63
Added stubs for getsockopt() and setsockopt(), removed redundant ghc_errno switches, use stdErrno() instead.