11 Commits (efc47fbe950a63a6b55bb19db32479185716bf83)

Author SHA1 Message Date
leitner 4a3dadafa8 fix unused include warning 10 months ago
leitner 1217583e2b now that gcc 11's static analyzer looks at array bounds in arguments
like "char ip[4]", let's be more strict about that
4 years ago
leitner a7f74699da add #include <string.h> for memset/strcpy 8 years ago
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 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.
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 24 years ago
leitner 3f04a3d284 accept4 and accept6 24 years ago