8 Commits (760598ec2f2ca97fef98ffba678fd403ebf5fb7c)

Author SHA1 Message Date
leitner a7f74699da add #include <string.h> for memset/strcpy 8 years ago
leitner c1c50c7dbd further Windoze support (test/io5.c works, gatling still doesn't)
This is just to get gatling to work, I may remove it again after
    that.
19 years ago
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