summaryrefslogtreecommitdiff
path: root/drivers/unix
AgeCommit message (Expand)Author
2017-01-15Merge pull request #7510 from Faless/tcp_connectRémi Verschelde
2017-01-14StreamPeerWinsock: Fix changed declarationsRémi Verschelde
2017-01-14removed duplicated functions in class hierarchy that were bound more than onceJuan Linietsky
2017-01-14Style: Fix whole-line commented codeRémi Verschelde
2017-01-14Fixed dir access return value, changed it to Error like all other funcsJuan Linietsky
2017-01-14UDP.set_send_address to UDP.set_dest_addressJuan Linietsky
2017-01-13TCP connect always opens correct socket typeFabio Alessandrelli
2017-01-12Improvements to scons defined WINVER/_WIN32_WINNTFabio Alessandrelli
2017-01-09Windows: Workaround missing includes in MinGW-w64 < 4Rémi Verschelde
2017-01-08Windows: Define _WIN32_WINRT to 0x0600 (Vista)Rémi Verschelde
2017-01-08Use more compatible initializarion of RWLockPosixJuan Linietsky
2017-01-07Memory pool vectors (DVector) have been enormously simplified in code, and re...Juan Linietsky
2017-01-06-Changed memory functions, Memory::alloc_static*, simplified them, made them ...Juan Linietsky
2017-01-05-Changed most project settings in the engine, so they have major and minor ca...Juan Linietsky
2017-01-02ObjectTypeDB was renamed to ClassDB. Types are meant to be more generic to Va...Juan Linietsky
2017-01-02Merge remote-tracking branch 'origin/gles3' into gles3-on-masterRémi Verschelde
2017-01-02Merge pull request #7271 from Faless/ipv6_cleanupRémi Verschelde
2017-01-01Welcome in 2017, dear changelog reader!Rémi Verschelde
2016-12-09Remove old unused AI_V4MAPPED flag to getaddrinfoFabio Alessandrelli
2016-12-09IP_Address now handle IPv4 and IPv6 transparentlyFabio Alessandrelli
2016-12-09Migrate int.IP_TYPE_ constants to IP.TYPE_Fabio Alessandrelli
2016-12-09Move V6ONLY flag selection inside helpersFabio Alessandrelli
2016-12-09Automatically map IPv4 address to IPv6 when neededFabio Alessandrelli
2016-12-09Use an instance variable for ip_type in raw socketsFabio Alessandrelli
2016-12-09Fix getaddrinfo failing on androidFabio Alessandrelli
2016-12-09Properly handle tcp connection failureFabio Alessandrelli
2016-12-09Fix _set_ip_addr_port not setting the address.Fabio Alessandrelli
2016-11-30OS additions and fixes for WebAssembly/asm.jseska
2016-11-03Rename WINRT_ENABLED to UWP_ENABLEDGeorge Marques
2016-11-01Merge pull request #7006 from vnen/fix-ipv6-uwpGeorge Marques
2016-10-31Fix IPv6 linking for UWPGeorge Marques
2016-11-01style: Fix PEP8 whitespace issues in Python filesRémi Verschelde
2016-10-30Define IPV6_V6ONLY flag if not defined on windows (old mingw versions)Fabio Alessandrelli
2016-10-30TCP/UDP Listen sockets can now be set to IPv6 onlyFabio Alessandrelli
2016-10-30Fix windows debugger connection problems.Fabio Alessandrelli
2016-10-30TCPServer listen now default to IP type ANY (v6 socket with v4 support)Fabio Alessandrelli
2016-10-26Fix PacketPeerUDP get_packet_port()Fabio Alessandrelli
2016-10-26Merge pull request #6925 from godotengine/ipv6Rémi Verschelde
2016-10-26Pass correct address size (ipv4,ipv6) to socket connect, bind, sendtoFabio Alessandrelli
2016-10-20added windows support for ipv6, cleaned up unix codeAriel Manzur
2016-10-19fixed some byte order and parsing problemsAriel Manzur
2016-10-18adding ipv6Ariel Manzur
2016-10-17SCsub: Add python shebang as a hint for syntax highlightingRémi Verschelde
2016-10-15drivers: Refactor SCsub and drop redundant env_drivers cloneRémi Verschelde
2016-10-102D Shaders are working again using the new syntax, though all is buggy in gen...Juan Linietsky
2016-09-10Merge pull request #5920 from 29jm/fix-warningsJuan Linietsky
2016-09-03Fix drivers coding for WinRTGeorge Marques
2016-08-13Remove some unused variablesJohan Manuel
2016-07-17Remove some noisy debug printsRémi Verschelde
2016-07-02Removed no longer needed checkJuan Linietsky