aboutsummaryrefslogtreecommitdiff
path: root/drivers/unix (follow)
Commit message (Expand)AuthorAgeFilesLines
...
| * Implement TCP Server bind addressFabio Alessandrelli2017-01-234-11/+29
| * Convert validity checks of IP_Address to is_valid method.Fabio Alessandrelli2017-01-233-3/+3
| * Avoid calling close when polling a UDP peer without socketFabio Alessandrelli2017-01-231-0/+4
* | Add a simple signal handler for SIGCHLD on UnixHein-Pieter van Braam2017-02-091-1/+15
* | Several bugfixes, improving the import workflowJuan Linietsky2017-02-062-0/+10
|/
* Merge pull request #7510 from Faless/tcp_connectRémi Verschelde2017-01-152-5/+9
|\
| * TCP connect always opens correct socket typeFabio Alessandrelli2017-01-132-5/+9
* | StreamPeerWinsock: Fix changed declarationsRémi Verschelde2017-01-141-2/+2
* | removed duplicated functions in class hierarchy that were bound more than onceJuan Linietsky2017-01-142-15/+15
* | Style: Fix whole-line commented codeRémi Verschelde2017-01-141-1/+1
* | Fixed dir access return value, changed it to Error like all other funcsJuan Linietsky2017-01-142-4/+4
* | UDP.set_send_address to UDP.set_dest_addressJuan Linietsky2017-01-142-2/+2
|/
* Improvements to scons defined WINVER/_WIN32_WINNTFabio Alessandrelli2017-01-122-13/+5
* Windows: Workaround missing includes in MinGW-w64 < 4Rémi Verschelde2017-01-091-1/+13
* Windows: Define _WIN32_WINRT to 0x0600 (Vista)Rémi Verschelde2017-01-081-9/+3
* Use more compatible initializarion of RWLockPosixJuan Linietsky2017-01-081-1/+2
* Memory pool vectors (DVector) have been enormously simplified in code, and re...Juan Linietsky2017-01-073-5/+115
* -Changed memory functions, Memory::alloc_static*, simplified them, made them ...Juan Linietsky2017-01-063-518/+1
* -Changed most project settings in the engine, so they have major and minor ca...Juan Linietsky2017-01-051-2/+2
* ObjectTypeDB was renamed to ClassDB. Types are meant to be more generic to Va...Juan Linietsky2017-01-021-1/+1
* Merge remote-tracking branch 'origin/gles3' into gles3-on-masterRémi Verschelde2017-01-021-0/+4
|\
| * 2D Shaders are working again using the new syntax, though all is buggy in gen...Juan Linietsky2016-10-101-0/+4
* | Merge pull request #7271 from Faless/ipv6_cleanupRémi Verschelde2017-01-029-84/+79
|\ \
| * | Remove old unused AI_V4MAPPED flag to getaddrinfoFabio Alessandrelli2016-12-091-8/+0
| * | IP_Address now handle IPv4 and IPv6 transparentlyFabio Alessandrelli2016-12-094-38/+30
| * | Migrate int.IP_TYPE_ constants to IP.TYPE_Fabio Alessandrelli2016-12-097-18/+18
| * | Move V6ONLY flag selection inside helpersFabio Alessandrelli2016-12-093-19/+4
| * | Automatically map IPv4 address to IPv6 when neededFabio Alessandrelli2016-12-093-7/+19
| * | Use an instance variable for ip_type in raw socketsFabio Alessandrelli2016-12-096-18/+22
| * | Fix getaddrinfo failing on androidFabio Alessandrelli2016-12-091-0/+5
| * | Properly handle tcp connection failureFabio Alessandrelli2016-12-091-1/+6
| * | Fix _set_ip_addr_port not setting the address.Fabio Alessandrelli2016-12-091-1/+1
* | | Welcome in 2017, dear changelog reader!Rémi Verschelde2017-01-0122-22/+22
|/ /
* | OS additions and fixes for WebAssembly/asm.jseska2016-11-301-3/+0
* | Rename WINRT_ENABLED to UWP_ENABLEDGeorge Marques2016-11-032-3/+3
* | Merge pull request #7006 from vnen/fix-ipv6-uwpGeorge Marques2016-11-011-0/+4
|\ \
| * | Fix IPv6 linking for UWPGeorge Marques2016-10-311-0/+4
* | | style: Fix PEP8 whitespace issues in Python filesRémi Verschelde2016-11-011-7/+7
|/ /
* | Define IPV6_V6ONLY flag if not defined on windows (old mingw versions)Fabio Alessandrelli2016-10-301-0/+7
* | TCP/UDP Listen sockets can now be set to IPv6 onlyFabio Alessandrelli2016-10-304-5/+31
* | Fix windows debugger connection problems.Fabio Alessandrelli2016-10-304-11/+26
* | TCPServer listen now default to IP type ANY (v6 socket with v4 support)Fabio Alessandrelli2016-10-301-1/+1
* | Fix PacketPeerUDP get_packet_port()Fabio Alessandrelli2016-10-261-2/+2
* | Merge pull request #6925 from godotengine/ipv6Rémi Verschelde2016-10-268-83/+226
|\ \
| * | Pass correct address size (ipv4,ipv6) to socket connect, bind, sendtoFabio Alessandrelli2016-10-264-12/+16
| * | added windows support for ipv6, cleaned up unix codeAriel Manzur2016-10-204-72/+81
| * | fixed some byte order and parsing problemsAriel Manzur2016-10-191-1/+1
| * | adding ipv6Ariel Manzur2016-10-187-78/+208
* | | SCsub: Add python shebang as a hint for syntax highlightingRémi Verschelde2016-10-171-0/+2
|/ /
* / drivers: Refactor SCsub and drop redundant env_drivers cloneRémi Verschelde2016-10-151-1/+1
|/