aboutsummaryrefslogtreecommitdiff
path: root/drivers/unix/packet_peer_udp_posix.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* Add "Godot Engine contributors" copyright lineRémi Verschelde2017-04-081-0/+1
* Fix buffer size check in UDP socket.Fabio Alessandrelli2017-03-221-1/+1
* Use default UDP ring buffer size of 65536 for clientsFabio Alessandrelli2017-03-221-2/+2
* Fix bug causing UDP socket to close after the first send if not listeningFabio Alessandrelli2017-03-221-0/+1
* Bind to IPv4 on OpenBSD when using wildcardFabio Alessandrelli2017-03-221-0/+4
* Remove set_ip_type from network classes (no longer needed)Fabio Alessandrelli2017-03-221-2/+1
* Implement UDP listen bind addressFabio Alessandrelli2017-03-221-5/+19
* Implement TCP Server bind addressFabio Alessandrelli2017-03-221-1/+1
* Convert validity checks of IP_Address to is_valid method.Fabio Alessandrelli2017-03-221-1/+1
* Avoid calling close when polling a UDP peer without socketFabio Alessandrelli2017-03-221-0/+4
* Bring that Whole New World to the Old Continent tooRémi Verschelde2017-03-191-56/+50
* Welcome in 2017, dear changelog reader!Rémi Verschelde2017-01-121-1/+1
* IP_Address now handle IPv4 and IPv6 transparentlyFabio Alessandrelli2017-01-041-9/+11
* Migrate int.IP_TYPE_ constants to IP.TYPE_Fabio Alessandrelli2017-01-041-1/+1
* Move V6ONLY flag selection inside helpersFabio Alessandrelli2017-01-041-8/+0
* Automatically map IPv4 address to IPv6 when neededFabio Alessandrelli2017-01-041-1/+1
* Use an instance variable for ip_type in raw socketsFabio Alessandrelli2017-01-041-7/+8
* TCP/UDP Listen sockets can now be set to IPv6 onlyFabio Alessandrelli2016-12-111-3/+12
* Fix windows debugger connection problems.Fabio Alessandrelli2016-12-111-7/+1
* Fix PacketPeerUDP get_packet_port()Fabio Alessandrelli2016-12-111-2/+2
* Pass correct address size (ipv4,ipv6) to socket connect, bind, sendtoFabio Alessandrelli2016-12-111-4/+4
* added windows support for ipv6, cleaned up unix codeAriel Manzur2016-12-111-25/+4
* adding ipv6Ariel Manzur2016-12-111-20/+79
* Removed lots of printsDaniel J. Ramirez2016-06-181-1/+0
* Add missing license headers in our source files (#5255)Rémi Verschelde2016-06-181-0/+28
* Fixed mistake where available buffer size would not be updated for each recvf...Trond Abusdal2015-11-191-3/+1
* * Winsock UDP messages sent to an unavailable target causing WSAECONNRESET wi...Trond Abusdal2015-11-091-1/+5
* Fixed PacketPeerUDP getting wrongly closed due to recvfrom using rb.data_left...Trond Abusdal2015-11-091-1/+1
* Haiku: fix building with UNIX_ENABLED.Kostadin Damyanov2015-05-251-1/+5
* UDP FixesJuan Linietsky2014-11-131-8/+14
* 3D Import Import & UDPJuan Linietsky2014-11-121-0/+188