| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Merge pull request #7271 from Faless/ipv6_cleanup | Rémi Verschelde | 2017-01-02 | 1 | -12/+5 |
| |\ | | | | | Fixes and improvementes for IPv6 implementation. | ||||
| | * | Migrate int.IP_TYPE_ constants to IP.TYPE_ | Fabio Alessandrelli | 2016-12-09 | 1 | -1/+1 |
| | | | |||||
| | * | Move V6ONLY flag selection inside helpers | Fabio Alessandrelli | 2016-12-09 | 1 | -8/+0 |
| | | | |||||
| | * | Use an instance variable for ip_type in raw sockets | Fabio Alessandrelli | 2016-12-09 | 1 | -5/+6 |
| | | | | | | | | | | | | | | | PacketPeerUDP/StreamPeerTCP/TCP_Server now uses an instance variable to store the selected ip_type (IPv4/IPv6/ANY, where ANY = dual stack). All calls to resolve addresses, sending/receving data, connecting/listening will use that socket type. | ||||
| * | | Welcome in 2017, dear changelog reader! | Rémi Verschelde | 2017-01-01 | 1 | -1/+1 |
| |/ | | | | | | | | That year should bring the long-awaited OpenGL ES 3.0 compatible renderer with state-of-the-art rendering techniques tuned to work as low as middle end handheld devices - without compromising with the possibilities given for higher end desktop games of course. Great times ahead for the Godot community and the gamers that will play our games! | ||||
| * | TCP/UDP Listen sockets can now be set to IPv6 only | Fabio Alessandrelli | 2016-10-30 | 1 | -0/+8 |
| | | |||||
| * | Fix windows debugger connection problems. | Fabio Alessandrelli | 2016-10-30 | 1 | -1/+1 |
| | | | | | | 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/+2 |
| | | | | | | 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 | -9/+10 |
| | | |||||
| * | Update copyright to 2016 in headers | George Marques | 2016-01-01 | 1 | -1/+1 |
| | | |||||
| * | REUSE_ADDR under windows platform | sanikoyes | 2015-10-13 | 1 | -0/+7 |
| | | |||||
| * | Updated copyright year in all headers | Juan Linietsky | 2015-04-18 | 1 | -142/+142 |
| | | |||||
| * | Return an error code when address/port already in use | Theo Hallenius | 2014-05-31 | 1 | -0/+3 |
| | | |||||
| * | GODOT IS OPEN SOURCE | Juan Linietsky | 2014-02-09 | 1 | -0/+166 |
