6 Commits (f65398ff2e67a298116917d3a197a8b7a3b699bb)

Author SHA1 Message Date
leitner f141d3e24f socket_accept4 should cope with being passed NULL pointers 19 years ago
leitner 6196f771cd remove a few gcc 4 warnings
work around freebsd 5.4 brokenness (if you don't have IPv6 in the
    kernel, socket(PF_INET6,SOCK_STREAM,0) returns EPROTONOSUPPORT
    instead of EPFNOSUPPORT, which basically says "yeah, I know IPv6,
    but TCP?  never heard of it")
20 years ago
leitner 82a4ae868d broken lose32 port using mingw (don't use!!!)
initial Solaris /dev/poll port
21 years ago
leitner 24ef5b3bfc socklen_t compatibility cruft. 23 years ago
leitner 8ecb47a608 bsd and macosx compatibility 23 years ago
leitner 3f04a3d284 accept4 and accept6 24 years ago