| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | IP_Address now handle IPv4 and IPv6 transparently | Fabio Alessandrelli | 2016-12-09 | 1 | -17/+13 |
| | | | | | | | | | | | IP_Address changes: - Converts to and from String transparently while handling IPv4 as IPv6 mapped (::ffff:[IP]) address internally. - Completely remove AddrType enum. - Setting/Getting of ip array is now only possible through dedicated functions (ie. set_ipv4, get_ipv4, set_ipv6, get_ipv6) - Add function to know if the address is a valid IPv4 (for IP implementation and enet) | ||||
| * | Migrate int.IP_TYPE_ constants to IP.TYPE_ | Fabio Alessandrelli | 2016-12-09 | 1 | -9/+9 |
| | | |||||
| * | Move V6ONLY flag selection inside helpers | Fabio Alessandrelli | 2016-12-09 | 1 | -4/+4 |
| | | |||||
| * | Automatically map IPv4 address to IPv6 when needed | Fabio Alessandrelli | 2016-12-09 | 1 | -4/+16 |
| | | |||||
| * | Fix _set_ip_addr_port not setting the address. | Fabio Alessandrelli | 2016-12-09 | 1 | -1/+1 |
| | | |||||
| * | Rename WINRT_ENABLED to UWP_ENABLED | George Marques | 2016-11-03 | 1 | -1/+1 |
| | | |||||
| * | Fix IPv6 linking for UWP | George Marques | 2016-10-31 | 1 | -0/+4 |
| | | |||||
| * | Define IPV6_V6ONLY flag if not defined on windows (old mingw versions) | Fabio Alessandrelli | 2016-10-30 | 1 | -0/+7 |
| | | |||||
| * | TCP/UDP Listen sockets can now be set to IPv6 only | Fabio Alessandrelli | 2016-10-30 | 1 | -2/+2 |
| | | |||||
| * | Fix windows debugger connection problems. | Fabio Alessandrelli | 2016-10-30 | 1 | -0/+21 |
| | | | | | | Unify network socket creation between platform. Ensure IPV6_V6ONLY flag is not set on sockets (allow IPv4 connection in IPv6 socket, dual-stack). | ||||
| * | Pass correct address size (ipv4,ipv6) to socket connect, bind, sendto | Fabio Alessandrelli | 2016-10-26 | 1 | -2/+6 |
| | | | | | | The address size passed to network system calls now reflects the the actual IP type (v4 or v6). Fix Windows and OSX ipv6 sockets | ||||
| * | added windows support for ipv6, cleaned up unix code | Ariel Manzur | 2016-10-20 | 1 | -0/+66 |
