]> git.meshlink.io Git - catta/history - src
skeleton implementation of interface change event handling
[catta] / src /
2014-09-10 Sven M. Hallbergskeleton implementation of interface change event handling
2014-09-10 Sven M. Hallbergreadpipe/writepite/closepipe for fake pipes on Windows
2014-09-08 Sven M. Hallbergchange some int declarations that should have said...
2014-09-08 Sven M. Hallbergcomment about IP_ADAPTER_ADDRESS_DNS_ELIGIBLE (should...
2014-09-08 Sven M. Hallbergskip transient ("cluster") addresses on Windows, as...
2014-09-08 Sven M. Hallberginclude address flags in debug output
2014-09-08 Sven M. Hallbergset IPv4 source address correctly on Windows
2014-09-08 Sven M. Hallbergfor posterity: some debug output in sendmsg/recvmsg
2014-09-08 Sven M. Hallbergdo use the interface index provided by Windows
2014-09-08 Sven M. Hallbergbe more specific in an error message when receiving...
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-08 Sven M. Hallbergenumerate network adapter addresses
2014-09-05 Sven M. Hallbergmight as well make the debugging code a bit pretty
2014-09-05 Sven M. Hallbergfix flags_ok computation (IfType and OperStatus are...
2014-09-05 Sven M. Hallbergcoding style consistency
2014-09-05 Sven M. Hallbergget human-readable interface names
2014-09-05 Sven M. Hallbergstart of windows interface detection
2014-09-04 Sven M. Hallbergcheck for both EAGAIN and EWOULDBLOCK from sendmsg
2014-09-03 Sven M. Hallbergwrap lifetimes of CattaServer and CattaSimplePoll in...
2014-09-03 Sven M. Hallbergwork around picky SO_REUSEADDR semantics on Windows
2014-09-01 Sven M. Hallbergsupport building a DLL (needs --disable-stack-protector...
2014-09-01 Sven M. Hallbergdon't call pthread_sigmask on windows (MingW defines...
2014-09-01 Sven M. Hallbergadd an alias for poll and implement pipe in terms of...
2014-08-29 Sven M. Hallbergwork around lack of fcntl on Windows
2014-08-29 Sven M. Hallbergsilence "unused parameter" warning
2014-08-29 Sven M. Hallbergon Windows this argument is not marked const
2014-08-29 Sven M. Hallbergavoid pointer type warnings from setsockopt
2014-08-29 Sven M. Hallbergadd ioctl as a wrapper around ioctlsocket
2014-08-29 Sven M. Hallbergsocket.c needs closesocket from internal.h
2014-08-29 Sven M. Hallbergset the include flag for windows compat headers in...
2014-08-29 Sven M. HallbergWindows does not support in_pktinfo.ipi_spec_dst
2014-08-29 Sven M. Hallbergadd (untested) implementation of sendmsg in terms of...
2014-08-28 Sven M. Hallbergadd (untested) implementation of recvmsg in terms of...
2014-08-27 Sven M. Hallberglink the library with -lws2_32
2014-08-27 Sven M. Hallbergws2tcpip.h defines socklen_t
2014-08-26 Sven M. Hallberguse closesocket() on windows
2014-08-26 Sven M. HallbergMerge branch 'feature/windows' of github.com:everbase...
2014-08-26 Sven M. Hallbergoh, we need the machine field, not nodename. also some...
2014-08-26 Sven M. Hallbergadd uname and socklen_t to windows compat layer
2014-08-26 Sven M. Hallbergrename interface -> iface everywhere
2014-08-26 Sven M. Hallbergstart of a windows compatibility layer
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