| Commit message (Expand) | Author | Age | Files | Lines |
| ... | |
| | * | Implement TCP Server bind address | Fabio Alessandrelli | 2017-01-23 | 4 | -11/+29 |
| | * | Convert validity checks of IP_Address to is_valid method. | Fabio Alessandrelli | 2017-01-23 | 3 | -3/+3 |
| | * | Avoid calling close when polling a UDP peer without socket | Fabio Alessandrelli | 2017-01-23 | 1 | -0/+4 |
| * | | Add a simple signal handler for SIGCHLD on Unix | Hein-Pieter van Braam | 2017-02-09 | 1 | -1/+15 |
| * | | Several bugfixes, improving the import workflow | Juan Linietsky | 2017-02-06 | 2 | -0/+10 |
| |/ |
|
| * | Merge pull request #7510 from Faless/tcp_connect | Rémi Verschelde | 2017-01-15 | 2 | -5/+9 |
| |\ |
|
| | * | TCP connect always opens correct socket type | Fabio Alessandrelli | 2017-01-13 | 2 | -5/+9 |
| * | | StreamPeerWinsock: Fix changed declarations | Rémi Verschelde | 2017-01-14 | 1 | -2/+2 |
| * | | removed duplicated functions in class hierarchy that were bound more than once | Juan Linietsky | 2017-01-14 | 2 | -15/+15 |
| * | | Style: Fix whole-line commented code | Rémi Verschelde | 2017-01-14 | 1 | -1/+1 |
| * | | Fixed dir access return value, changed it to Error like all other funcs | Juan Linietsky | 2017-01-14 | 2 | -4/+4 |
| * | | UDP.set_send_address to UDP.set_dest_address | Juan Linietsky | 2017-01-14 | 2 | -2/+2 |
| |/ |
|
| * | Improvements to scons defined WINVER/_WIN32_WINNT | Fabio Alessandrelli | 2017-01-12 | 2 | -13/+5 |
| * | Windows: Workaround missing includes in MinGW-w64 < 4 | Rémi Verschelde | 2017-01-09 | 1 | -1/+13 |
| * | Windows: Define _WIN32_WINRT to 0x0600 (Vista) | Rémi Verschelde | 2017-01-08 | 1 | -9/+3 |
| * | Use more compatible initializarion of RWLockPosix | Juan Linietsky | 2017-01-08 | 1 | -1/+2 |
| * | Memory pool vectors (DVector) have been enormously simplified in code, and re... | Juan Linietsky | 2017-01-07 | 3 | -5/+115 |
| * | -Changed memory functions, Memory::alloc_static*, simplified them, made them ... | Juan Linietsky | 2017-01-06 | 3 | -518/+1 |
| * | -Changed most project settings in the engine, so they have major and minor ca... | Juan Linietsky | 2017-01-05 | 1 | -2/+2 |
| * | ObjectTypeDB was renamed to ClassDB. Types are meant to be more generic to Va... | Juan Linietsky | 2017-01-02 | 1 | -1/+1 |
| * | Merge remote-tracking branch 'origin/gles3' into gles3-on-master | Rémi Verschelde | 2017-01-02 | 1 | -0/+4 |
| |\ |
|
| | * | 2D Shaders are working again using the new syntax, though all is buggy in gen... | Juan Linietsky | 2016-10-10 | 1 | -0/+4 |
| * | | Merge pull request #7271 from Faless/ipv6_cleanup | Rémi Verschelde | 2017-01-02 | 9 | -84/+79 |
| |\ \ |
|
| | * | | Remove old unused AI_V4MAPPED flag to getaddrinfo | Fabio Alessandrelli | 2016-12-09 | 1 | -8/+0 |
| | * | | IP_Address now handle IPv4 and IPv6 transparently | Fabio Alessandrelli | 2016-12-09 | 4 | -38/+30 |
| | * | | Migrate int.IP_TYPE_ constants to IP.TYPE_ | Fabio Alessandrelli | 2016-12-09 | 7 | -18/+18 |
| | * | | Move V6ONLY flag selection inside helpers | Fabio Alessandrelli | 2016-12-09 | 3 | -19/+4 |
| | * | | Automatically map IPv4 address to IPv6 when needed | Fabio Alessandrelli | 2016-12-09 | 3 | -7/+19 |
| | * | | Use an instance variable for ip_type in raw sockets | Fabio Alessandrelli | 2016-12-09 | 6 | -18/+22 |
| | * | | Fix getaddrinfo failing on android | Fabio Alessandrelli | 2016-12-09 | 1 | -0/+5 |
| | * | | Properly handle tcp connection failure | Fabio Alessandrelli | 2016-12-09 | 1 | -1/+6 |
| | * | | Fix _set_ip_addr_port not setting the address. | Fabio Alessandrelli | 2016-12-09 | 1 | -1/+1 |
| * | | | Welcome in 2017, dear changelog reader! | Rémi Verschelde | 2017-01-01 | 22 | -22/+22 |
| |/ / |
|
| * | | OS additions and fixes for WebAssembly/asm.js | eska | 2016-11-30 | 1 | -3/+0 |
| * | | Rename WINRT_ENABLED to UWP_ENABLED | George Marques | 2016-11-03 | 2 | -3/+3 |
| * | | Merge pull request #7006 from vnen/fix-ipv6-uwp | George Marques | 2016-11-01 | 1 | -0/+4 |
| |\ \ |
|
| | * | | Fix IPv6 linking for UWP | George Marques | 2016-10-31 | 1 | -0/+4 |
| * | | | style: Fix PEP8 whitespace issues in Python files | Rémi Verschelde | 2016-11-01 | 1 | -7/+7 |
| |/ / |
|
| * | | 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 | 4 | -5/+31 |
| * | | Fix windows debugger connection problems. | Fabio Alessandrelli | 2016-10-30 | 4 | -11/+26 |
| * | | TCPServer listen now default to IP type ANY (v6 socket with v4 support) | Fabio Alessandrelli | 2016-10-30 | 1 | -1/+1 |
| * | | Fix PacketPeerUDP get_packet_port() | Fabio Alessandrelli | 2016-10-26 | 1 | -2/+2 |
| * | | Merge pull request #6925 from godotengine/ipv6 | Rémi Verschelde | 2016-10-26 | 8 | -83/+226 |
| |\ \ |
|
| | * | | Pass correct address size (ipv4,ipv6) to socket connect, bind, sendto | Fabio Alessandrelli | 2016-10-26 | 4 | -12/+16 |
| | * | | added windows support for ipv6, cleaned up unix code | Ariel Manzur | 2016-10-20 | 4 | -72/+81 |
| | * | | fixed some byte order and parsing problems | Ariel Manzur | 2016-10-19 | 1 | -1/+1 |
| | * | | adding ipv6 | Ariel Manzur | 2016-10-18 | 7 | -78/+208 |
| * | | | SCsub: Add python shebang as a hint for syntax highlighting | Rémi Verschelde | 2016-10-17 | 1 | -0/+2 |
| |/ / |
|
| * / | drivers: Refactor SCsub and drop redundant env_drivers clone | Rémi Verschelde | 2016-10-15 | 1 | -1/+1 |
| |/ |
|