]> git.meshlink.io Git - catta/history - src/socket.c
disable to send src_address with windows ipv6 as it somehow causes WSASendMsg to...
[catta] / src / socket.c
2015-08-31 everHannesdisable to send src_address with windows ipv6 as it...
2014-10-27 Niklas Hofmannapple compatibility
2014-10-20 Niklas HofmannMerge branch 'release/0.0.1'
2014-10-20 NiklasMerge pull request #2 from everbase/feature/windows
2014-09-08 Sven M. Hallbergchange some int declarations that should have said...
2014-09-08 Sven M. Hallbergset IPv4 source address correctly on Windows
2014-09-08 Sven M. Hallbergfix an error message for IPv6
2014-09-08 Sven M. Hallberguse WSAGetlastError/FormatMessage in place of strerror...
2014-09-04 Sven M. Hallbergcheck for both EAGAIN and EWOULDBLOCK from sendmsg
2014-09-03 Sven M. Hallbergwork around picky SO_REUSEADDR semantics on Windows
2014-08-29 Sven M. Hallbergavoid pointer type warnings from setsockopt
2014-08-29 Sven M. Hallbergsocket.c needs closesocket from internal.h
2014-08-29 Sven M. HallbergWindows does not support in_pktinfo.ipi_spec_dst
2014-08-26 Sven M. Hallberguse closesocket() on windows
2014-08-26 Sven M. Hallbergrename interface -> iface everywhere
2014-08-22 NiklasMerge pull request #1 from everbase/feature/stripdown
2014-08-20 Sven M. Hallbergrename everything avahi to catta
2014-08-20 Sven M. Hallbergmove public headers into their own directory