godot/drivers/unix
Fabio Alessandrelli 5dc7c920bf Fix buffer size check in UDP socket.
We were reserving 12 bytes from the buffer for ip, port, and length, but since
IPv6 introduction we should be reserving 24 (IPv6 are 16 bytes)
2017-01-23 20:18:23 +01:00
..
dir_access_unix.cpp Style: Fix whole-line commented code 2017-01-14 14:52:23 +01:00
dir_access_unix.h Fixed dir access return value, changed it to Error like all other funcs 2017-01-14 09:17:15 -03:00
file_access_unix.cpp Welcome in 2017, dear changelog reader! 2017-01-01 22:03:33 +01:00
file_access_unix.h Welcome in 2017, dear changelog reader! 2017-01-01 22:03:33 +01:00
ip_unix.cpp Improvements to scons defined WINVER/_WIN32_WINNT 2017-01-12 17:13:19 +01:00
ip_unix.h ObjectTypeDB was renamed to ClassDB. Types are meant to be more generic to Variant. 2017-01-02 23:03:46 -03:00
memory_pool_static_malloc.cpp -Changed memory functions, Memory::alloc_static*, simplified them, made them aligned to 16 2017-01-06 10:15:44 -03:00
memory_pool_static_malloc.h -Changed memory functions, Memory::alloc_static*, simplified them, made them aligned to 16 2017-01-06 10:15:44 -03:00
mutex_posix.cpp Welcome in 2017, dear changelog reader! 2017-01-01 22:03:33 +01:00
mutex_posix.h Welcome in 2017, dear changelog reader! 2017-01-01 22:03:33 +01:00
os_unix.cpp Memory pool vectors (DVector) have been enormously simplified in code, and renamed to PoolVector 2017-01-07 18:26:38 -03:00
os_unix.h Welcome in 2017, dear changelog reader! 2017-01-01 22:03:33 +01:00
packet_peer_udp_posix.cpp Fix buffer size check in UDP socket. 2017-01-23 20:18:23 +01:00
packet_peer_udp_posix.h Implement UDP listen bind address 2017-01-23 20:18:18 +01:00
rw_lock_posix.cpp Use more compatible initializarion of RWLockPosix 2017-01-08 11:35:32 -03:00
rw_lock_posix.h Memory pool vectors (DVector) have been enormously simplified in code, and renamed to PoolVector 2017-01-07 18:26:38 -03:00
SCsub style: Fix PEP8 whitespace issues in Python files 2016-11-01 00:35:16 +01:00
semaphore_posix.cpp Welcome in 2017, dear changelog reader! 2017-01-01 22:03:33 +01:00
semaphore_posix.h Welcome in 2017, dear changelog reader! 2017-01-01 22:03:33 +01:00
socket_helpers.h Implement TCP Server bind address 2017-01-23 20:15:20 +01:00
stream_peer_tcp_posix.cpp Avoid deadlock when writing/reading data on a connecting TCP socket 2017-01-23 20:18:23 +01:00
stream_peer_tcp_posix.h Avoid deadlock when writing/reading data on a connecting TCP socket 2017-01-23 20:18:23 +01:00
tcp_server_posix.cpp Bind to IPv4 on OpenBSD when using wildcard 2017-01-23 20:18:23 +01:00
tcp_server_posix.h Implement TCP Server bind address 2017-01-23 20:15:20 +01:00
thread_posix.cpp Welcome in 2017, dear changelog reader! 2017-01-01 22:03:33 +01:00
thread_posix.h Welcome in 2017, dear changelog reader! 2017-01-01 22:03:33 +01:00