libowfat/socket
leitner a8f6a1c121 remove special case stralloc textcode functions
write generic stralloc and array textcode wrapper functions
change textcode API to use long instead of int
add cescape fmt and scan functions to textcode
add fmt_foldwhitespace to textcode
..
fmt_ip4.3 added ip[46] scanning routines.
fmt_ip4.c renamed ip[46]_fmt to fmt_ip[46]
fmt_ip6.3 added ip[46] scanning routines.
fmt_ip6.c "::" case was handled incorrectly.
fmt_ip6_flat.3 add and update man pages.
fmt_ip6_flat.c this time for real ;)
scan_ip4.3 added ip[46] scanning routines.
scan_ip4.c various ip scanning fixes
scan_ip6.3 added ip[46] scanning routines.
scan_ip6.c use sys/poll.h instead of poll.h for iopause
scan_ip6_flat.3 add and update man pages.
scan_ip6_flat.c remove special case stralloc textcode functions
socket_accept4.3 s/socket_tcp/socket_tcp4/
socket_accept4.c socklen_t compatibility cruft.
socket_accept6.3 added man pages and ..._reuse socket bind functions.
socket_accept6.c extended socket API; you can now pass NULL to ignore results you don't
socket_bind4.3 s/socket_tcp/socket_tcp4/
socket_bind4.c extended socket API; you can now pass NULL to ignore results you don't
socket_bind4_reuse.3 s/socket_tcp/socket_tcp4/
socket_bind4_reuse.c bsd and macosx compatibility
socket_bind6.3 add and update man pages.
socket_bind6.c more BSD compat
socket_bind6_reuse.3 s/socket_tcp/socket_tcp4/
socket_bind6_reuse.c bsd and macosx compatibility
socket_broadcast.3 added man pages and ..._reuse socket bind functions.
socket_broadcast.c imported multicast socket routines.
socket_connect4.3 s/socket_tcp/socket_tcp4/
socket_connect4.c Initial revision
socket_connect6.3 add and update man pages.
socket_connect6.c bsd and macosx compatibility
socket_connected.3 more man pages.
socket_connected.c socklen_t compatibility cruft.
socket_getifidx.3 more man pages.
socket_getifidx.c even more stuff
socket_getifname.3 more man pages.
socket_getifname.c even more stuff
socket_ip4loopback.c move static constants out of ip6.h.
socket_listen.3 added man pages and ..._reuse socket bind functions.
socket_listen.c bsd and macosx compatibility
socket_local4.3 added man pages and ..._reuse socket bind functions.
socket_local4.c extended socket API; you can now pass NULL to ignore results you don't
socket_local6.3 added man pages and ..._reuse socket bind functions.
socket_local6.c extended socket API; you can now pass NULL to ignore results you don't
socket_mchopcount6.3 more man pages, rename socket_mcttl6 to socket_mchopcount6
socket_mchopcount6.c more man pages, rename socket_mcttl6 to socket_mchopcount6
socket_mcjoin4.3 more man pages.
socket_mcjoin4.c imported multicast socket routines.
socket_mcjoin6.3 more man pages.
socket_mcjoin6.c bsd and macosx compatibility
socket_mcleave4.3 more man pages, rename socket_mcttl6 to socket_mchopcount6
socket_mcleave4.c imported multicast socket routines.
socket_mcleave6.3 more man pages, rename socket_mcttl6 to socket_mchopcount6
socket_mcleave6.c bsd and macosx compatibility
socket_mcloop4.3 more man pages, rename socket_mcttl6 to socket_mchopcount6
socket_mcloop4.c imported multicast socket routines.
socket_mcloop6.3 more man pages, rename socket_mcttl6 to socket_mchopcount6
socket_mcloop6.c imported multicast socket routines.
socket_mcttl4.3 even more man pages
socket_mcttl4.c imported multicast socket routines.
socket_noipv6.c fix socket routines
socket_recv4.3 s/socket_tcp/socket_tcp4/
socket_recv4.c extended socket API; you can now pass NULL to ignore results you don't
socket_recv6.3 s/socket_tcp/socket_tcp4/
socket_recv6.c extended socket API; you can now pass NULL to ignore results you don't
socket_remote4.3 added man pages and ..._reuse socket bind functions.
socket_remote4.c extended socket API; you can now pass NULL to ignore results you don't
socket_remote6.3 added man pages and ..._reuse socket bind functions.
socket_remote6.c extended socket API; you can now pass NULL to ignore results you don't
socket_send4.3 s/socket_tcp/socket_tcp4/
socket_send4.c even more stuff
socket_send6.3 Lots of good clean-ups from Jukka Zitting!
socket_send6.c bsd and macosx compatibility
socket_sendfile.3 s/socket_tcp/socket_tcp4/
socket_sendfile.c more bug fixes
socket_tcp4.3 even more man pages
socket_tcp4.c Initial revision
socket_tcp6.3 even more man pages
socket_tcp6.c s/socket_tcp/socket_tcp4/
socket_tryreservein.c bsd and macosx compatibility
socket_udp4.3 even more man pages
socket_udp4.c Initial revision
socket_udp6.3 even more man pages
socket_udp6.c test for ipv6 and if_name2index and socklen_t.
socket_v4mappedprefix.c move static constants out of ip6.h.
socket_v6any.c move static constants out of ip6.h.
socket_v6loopback.c move static constants out of ip6.h.