Age | Commit message (Collapse) | Author | |
---|---|---|---|
2016-11-03 | Rename WINRT_ENABLED to UWP_ENABLED | George Marques | |
2016-10-31 | Fix IPv6 linking for UWP | George Marques | |
2016-10-30 | Define IPV6_V6ONLY flag if not defined on windows (old mingw versions) | Fabio Alessandrelli | |
2016-10-30 | TCP/UDP Listen sockets can now be set to IPv6 only | Fabio Alessandrelli | |
2016-10-30 | Fix windows debugger connection problems. | Fabio Alessandrelli | |
Unify network socket creation between platform. Ensure IPV6_V6ONLY flag is not set on sockets (allow IPv4 connection in IPv6 socket, dual-stack). | |||
2016-10-26 | Pass correct address size (ipv4,ipv6) to socket connect, bind, sendto | Fabio Alessandrelli | |
The address size passed to network system calls now reflects the the actual IP type (v4 or v6). Fix Windows and OSX ipv6 sockets | |||
2016-10-20 | added windows support for ipv6, cleaned up unix code | Ariel Manzur | |