libowfat/socket
Felix von Leitner 9b6c6d0199 silence clang static analyzer 2023-05-02 13:10:41 +00:00
..
fmt_ip4.3 #include <foo.h> -> #include <libowfat/foo.h> 2017-05-13 22:51:26 +00:00
fmt_ip4.c get rid of more -Wconversion warnings 2014-03-14 19:42:54 +00:00
fmt_ip6.3 #include <foo.h> -> #include <libowfat/foo.h> 2017-05-13 22:51:26 +00:00
fmt_ip6.c no :: at the end if it's only :0 2017-08-07 19:24:19 +00:00
fmt_ip6_flat.3 #include <foo.h> -> #include <libowfat/foo.h> 2017-05-13 22:51:26 +00:00
fmt_ip6_flat.c get rid of more -Wconversion warnings 2014-03-14 19:42:54 +00:00
fmt_ip6c.3 #include <foo.h> -> #include <libowfat/foo.h> 2017-05-13 22:51:26 +00:00
fmt_ip6c.c get rid of more -Wconversion warnings 2014-03-14 19:42:54 +00:00
fmt_ip6if.3 #include <foo.h> -> #include <libowfat/foo.h> 2017-05-13 22:51:26 +00:00
fmt_ip6if.c now that gcc 11's static analyzer looks at array bounds in arguments 2021-04-27 17:39:42 +00:00
fmt_ip6ifc.3 #include <foo.h> -> #include <libowfat/foo.h> 2017-05-13 22:51:26 +00:00
fmt_ip6ifc.c never close fd 0, 1 or 2 in buffer_close 2014-03-15 13:17:58 +00:00
init.c More Windoze crap 2003-11-20 23:49:38 +00:00
scan_ip4.3 #include <foo.h> -> #include <libowfat/foo.h> 2017-05-13 22:51:26 +00:00
scan_ip4.c shut up new gcc 6 warnings 2016-04-27 14:07:49 +00:00
scan_ip6.3 #include <foo.h> -> #include <libowfat/foo.h> 2017-05-13 22:51:26 +00:00
scan_ip6.c get rid of more -Wconversion warnings 2014-03-14 19:42:54 +00:00
scan_ip6_flat.3 #include <foo.h> -> #include <libowfat/foo.h> 2017-05-13 22:51:26 +00:00
scan_ip6_flat.c get rid of more -Wconversion warnings 2014-03-14 19:42:54 +00:00
scan_ip6if.3 #include <foo.h> -> #include <libowfat/foo.h> 2017-05-13 22:51:26 +00:00
scan_ip6if.c now that gcc 11's static analyzer looks at array bounds in arguments 2021-04-27 17:39:42 +00:00
socket_accept4.3 add support for saving syscalls with accept4 2021-03-12 16:23:32 +00:00
socket_accept4.c now that gcc 11's static analyzer looks at array bounds in arguments 2021-04-27 17:39:42 +00:00
socket_accept4_flags.c silence clang static analyzer 2023-05-02 13:10:41 +00:00
socket_accept4_makenonblocking.3 add support for saving syscalls with accept4 2021-03-12 16:23:32 +00:00
socket_accept4_makenonblocking.c now that gcc 11's static analyzer looks at array bounds in arguments 2021-04-27 17:39:42 +00:00
socket_accept4_makenonblocking_setcloseonexec.3 add support for saving syscalls with accept4 2021-03-12 16:23:32 +00:00
socket_accept4_makenonblocking_setcloseonexec.c now that gcc 11's static analyzer looks at array bounds in arguments 2021-04-27 17:39:42 +00:00
socket_accept4_setcloseonexec.3 add missing man pages 2021-04-22 11:11:52 +00:00
socket_accept4_setcloseonexec.c now that gcc 11's static analyzer looks at array bounds in arguments 2021-04-27 17:39:42 +00:00
socket_accept6.3 add support for saving syscalls with accept4 2021-03-12 16:23:32 +00:00
socket_accept6.c now that gcc 11's static analyzer looks at array bounds in arguments 2021-04-27 17:39:42 +00:00
socket_accept6_flags.c silence clang static analyzer 2023-05-02 13:10:41 +00:00
socket_accept6_makenonblocking.3 add support for saving syscalls with accept4 2021-03-12 16:23:32 +00:00
socket_accept6_makenonblocking.c now that gcc 11's static analyzer looks at array bounds in arguments 2021-04-27 17:39:42 +00:00
socket_accept6_makenonblocking_setcloseonexec.3 add missing man pages 2021-04-22 11:11:52 +00:00
socket_accept6_makenonblocking_setcloseonexec.c now that gcc 11's static analyzer looks at array bounds in arguments 2021-04-27 17:39:42 +00:00
socket_accept6_setcloseonexec.3 add missing man pages 2021-04-22 11:11:52 +00:00
socket_accept6_setcloseonexec.c now that gcc 11's static analyzer looks at array bounds in arguments 2021-04-27 17:39:42 +00:00
socket_bind4.3 #include <foo.h> -> #include <libowfat/foo.h> 2017-05-13 22:51:26 +00:00
socket_bind4.c now that gcc 11's static analyzer looks at array bounds in arguments 2021-04-27 17:39:42 +00:00
socket_bind4_reuse.3 #include <foo.h> -> #include <libowfat/foo.h> 2017-05-13 22:51:26 +00:00
socket_bind4_reuse.c now that gcc 11's static analyzer looks at array bounds in arguments 2021-04-27 17:39:42 +00:00
socket_bind6.3 #include <foo.h> -> #include <libowfat/foo.h> 2017-05-13 22:51:26 +00:00
socket_bind6.c broken lose32 port using mingw (don't use!!!) 2003-11-06 20:47:59 +00:00
socket_bind6_reuse.3 #include <foo.h> -> #include <libowfat/foo.h> 2017-05-13 22:51:26 +00:00
socket_bind6_reuse.c now that gcc 11's static analyzer looks at array bounds in arguments 2021-04-27 17:39:42 +00:00
socket_broadcast.3 #include <foo.h> -> #include <libowfat/foo.h> 2017-05-13 22:51:26 +00:00
socket_broadcast.c broken lose32 port using mingw (don't use!!!) 2003-11-06 20:47:59 +00:00
socket_connect4.3 #include <foo.h> -> #include <libowfat/foo.h> 2017-05-13 22:51:26 +00:00
socket_connect4.c now that gcc 11's static analyzer looks at array bounds in arguments 2021-04-27 17:39:42 +00:00
socket_connect6.3 #include <foo.h> -> #include <libowfat/foo.h> 2017-05-13 22:51:26 +00:00
socket_connect6.c remove a few gcc 4 warnings 2005-05-05 15:55:41 +00:00
socket_connected.3 #include <foo.h> -> #include <libowfat/foo.h> 2017-05-13 22:51:26 +00:00
socket_connected.c broken lose32 port using mingw (don't use!!!) 2003-11-06 20:47:59 +00:00
socket_deferaccept.c add #include <string.h> for memset/strcpy 2016-10-22 10:34:24 +00:00
socket_fastopen.3 #include <foo.h> -> #include <libowfat/foo.h> 2017-05-13 22:51:26 +00:00
socket_fastopen.c attempt to support FreeBSD 2016-04-07 12:08:05 +00:00
socket_fastopen_connect4.3 #include <foo.h> -> #include <libowfat/foo.h> 2017-05-13 22:51:26 +00:00
socket_fastopen_connect4.c now that gcc 11's static analyzer looks at array bounds in arguments 2021-04-27 17:39:42 +00:00
socket_fastopen_connect6.3 #include <foo.h> -> #include <libowfat/foo.h> 2017-05-13 22:51:26 +00:00
socket_fastopen_connect6.c now that gcc 11's static analyzer looks at array bounds in arguments 2021-04-27 17:39:42 +00:00
socket_getifidx.3 #include <foo.h> -> #include <libowfat/foo.h> 2017-05-13 22:51:26 +00:00
socket_getifidx.c broken lose32 port using mingw (don't use!!!) 2003-11-06 20:47:59 +00:00
socket_getifname.3 #include <foo.h> -> #include <libowfat/foo.h> 2017-05-13 22:51:26 +00:00
socket_getifname.c be backwards compatible to legacy BSD constant naming 2004-02-25 17:11:26 +00:00
socket_ip4loopback.c move static constants out of ip6.h. 2001-02-05 17:50:19 +00:00
socket_listen.3 #include <foo.h> -> #include <libowfat/foo.h> 2017-05-13 22:51:26 +00:00
socket_listen.c get rid of more -Wconversion warnings 2014-03-14 19:42:54 +00:00
socket_local4.3 #include <foo.h> -> #include <libowfat/foo.h> 2017-05-13 22:51:26 +00:00
socket_local4.c broken lose32 port using mingw (don't use!!!) 2003-11-06 20:47:59 +00:00
socket_local6.3 #include <foo.h> -> #include <libowfat/foo.h> 2017-05-13 22:51:26 +00:00
socket_local6.c on FreeBSD, on a PF_INET6 socket, recvfrom and friends can actually 2014-04-19 17:45:14 +00:00
socket_mchopcount6.3 #include <foo.h> -> #include <libowfat/foo.h> 2017-05-13 22:51:26 +00:00
socket_mchopcount6.c broken lose32 port using mingw (don't use!!!) 2003-11-06 20:47:59 +00:00
socket_mcjoin4.3 #include <foo.h> -> #include <libowfat/foo.h> 2017-05-13 22:51:26 +00:00
socket_mcjoin4.c broken lose32 port using mingw (don't use!!!) 2003-11-06 20:47:59 +00:00
socket_mcjoin6.3 #include <foo.h> -> #include <libowfat/foo.h> 2017-05-13 22:51:26 +00:00
socket_mcjoin6.c broken lose32 port using mingw (don't use!!!) 2003-11-06 20:47:59 +00:00
socket_mcleave4.3 #include <foo.h> -> #include <libowfat/foo.h> 2017-05-13 22:51:26 +00:00
socket_mcleave4.c broken lose32 port using mingw (don't use!!!) 2003-11-06 20:47:59 +00:00
socket_mcleave6.3 #include <foo.h> -> #include <libowfat/foo.h> 2017-05-13 22:51:26 +00:00
socket_mcleave6.c broken lose32 port using mingw (don't use!!!) 2003-11-06 20:47:59 +00:00
socket_mcloop4.3 #include <foo.h> -> #include <libowfat/foo.h> 2017-05-13 22:51:26 +00:00
socket_mcloop4.c broken lose32 port using mingw (don't use!!!) 2003-11-06 20:47:59 +00:00
socket_mcloop6.3 #include <foo.h> -> #include <libowfat/foo.h> 2017-05-13 22:51:26 +00:00
socket_mcloop6.c broken lose32 port using mingw (don't use!!!) 2003-11-06 20:47:59 +00:00
socket_mcttl4.3 #include <foo.h> -> #include <libowfat/foo.h> 2017-05-13 22:51:26 +00:00
socket_mcttl4.c broken lose32 port using mingw (don't use!!!) 2003-11-06 20:47:59 +00:00
socket_noipv6.c fix socket routines 2002-03-17 16:57:53 +00:00
socket_quickack.3 #include <foo.h> -> #include <libowfat/foo.h> 2017-05-13 22:51:26 +00:00
socket_quickack.c less warnings 2019-02-21 12:39:44 +00:00
socket_recv4.3 #include <foo.h> -> #include <libowfat/foo.h> 2017-05-13 22:51:26 +00:00
socket_recv4.c switch to size_t and ssize_t 2006-11-07 17:56:05 +00:00
socket_recv6.3 #include <foo.h> -> #include <libowfat/foo.h> 2017-05-13 22:51:26 +00:00
socket_recv6.c on FreeBSD, on a PF_INET6 socket, recvfrom and friends can actually 2014-04-19 17:45:14 +00:00
socket_remote4.3 #include <foo.h> -> #include <libowfat/foo.h> 2017-05-13 22:51:26 +00:00
socket_remote4.c socket_remote4 does not need havescope.h 2011-09-16 03:11:43 +00:00
socket_remote6.3 #include <foo.h> -> #include <libowfat/foo.h> 2017-05-13 22:51:26 +00:00
socket_remote6.c on FreeBSD, on a PF_INET6 socket, recvfrom and friends can actually 2014-04-19 17:45:14 +00:00
socket_sctp4.3 #include <foo.h> -> #include <libowfat/foo.h> 2017-05-13 22:51:26 +00:00
socket_sctp4.c support SCTP in addition to TCP 2010-01-18 19:49:03 +00:00
socket_sctp4b.3 #include <foo.h> -> #include <libowfat/foo.h> 2017-05-13 22:51:26 +00:00
socket_sctp4b.c #include <errno.h> 2010-01-28 21:40:03 +00:00
socket_sctp6.3 #include <foo.h> -> #include <libowfat/foo.h> 2017-05-13 22:51:26 +00:00
socket_sctp6.c support SCTP in addition to TCP 2010-01-18 19:49:03 +00:00
socket_sctp6b.3 #include <foo.h> -> #include <libowfat/foo.h> 2017-05-13 22:51:26 +00:00
socket_sctp6b.c undo freebsd fix, does not compile 2017-12-17 10:39:45 +00:00
socket_send4.3 #include <foo.h> -> #include <libowfat/foo.h> 2017-05-13 22:51:26 +00:00
socket_send4.c add socket_fastopen, socket_fastopen_connect4, socket_fastopen_connect6 and socket_quickack 2014-10-07 11:40:21 +00:00
socket_send6.3 #include <foo.h> -> #include <libowfat/foo.h> 2017-05-13 22:51:26 +00:00
socket_send6.c add socket_fastopen, socket_fastopen_connect4, socket_fastopen_connect6 and socket_quickack 2014-10-07 11:40:21 +00:00
socket_tcp4.3 #include <foo.h> -> #include <libowfat/foo.h> 2017-05-13 22:51:26 +00:00
socket_tcp4.c damn it, fucked up the return value 2015-03-20 03:50:42 +00:00
socket_tcp4b.3 #include <foo.h> -> #include <libowfat/foo.h> 2017-05-13 22:51:26 +00:00
socket_tcp4b.c fix for NetBSD 3.0 (they broke their sys/types.h) 2006-06-23 03:53:16 +00:00
socket_tcp6.3 #include <foo.h> -> #include <libowfat/foo.h> 2017-05-13 22:51:26 +00:00
socket_tcp6.c small buffer optimization 2015-04-23 15:15:08 +00:00
socket_tcp6b.3 #include <foo.h> -> #include <libowfat/foo.h> 2017-05-13 22:51:26 +00:00
socket_tcp6b.c undo freebsd fix, does not compile 2017-12-17 10:39:45 +00:00
socket_tryreservein.c broken lose32 port using mingw (don't use!!!) 2003-11-06 20:47:59 +00:00
socket_udp4.3 #include <foo.h> -> #include <libowfat/foo.h> 2017-05-13 22:51:26 +00:00
socket_udp4.c add socket_udp4b and socket_udp6b 2015-10-16 17:12:22 +00:00
socket_udp6.3 #include <foo.h> -> #include <libowfat/foo.h> 2017-05-13 22:51:26 +00:00
socket_udp6.c undo freebsd fix, does not compile 2017-12-17 10:39:45 +00:00
socket_v4mappedprefix.c move static constants out of ip6.h. 2001-02-05 17:50:19 +00:00
socket_v6any.c move static constants out of ip6.h. 2001-02-05 17:50:19 +00:00
socket_v6loopback.c move static constants out of ip6.h. 2001-02-05 17:50:19 +00:00