8 Commits (e89f0987433c5db70d0c258a6d081208e12e0892)

Author SHA1 Message Date
leitner 8581b74a84 on FreeBSD, on a PF_INET6 socket, recvfrom and friends can actually
return a sockaddr with family PF_INET.  WTF?  Work around that.
11 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 d6b7c29808 uh, the scope_id detection #defined the wrong constant. libowfat
always thought there was no scope_id.  Oops.
20 years ago
leitner 82a4ae868d broken lose32 port using mingw (don't use!!!)
initial Solaris /dev/poll port
21 years ago
leitner 53b201046e extended socket API; you can now pass NULL to ignore results you don't
need
22 years ago
leitner 24ef5b3bfc socklen_t compatibility cruft. 23 years ago
leitner 8ecb47a608 bsd and macosx compatibility 23 years ago
leitner 1bcce7eed7 even more stuff 24 years ago