aboutsummaryrefslogtreecommitdiff
path: root/platform/windows/packet_peer_udp_winsock.cpp
Commit message (Expand)AuthorAgeFilesLines
* Move windows networking class to drivers/windows/Fabio Alessandrelli2017-12-151-293/+0
* Remove "const" from PacketPeer get_packet/get_varFabio Alessandrelli2017-12-151-1/+1
* Use HTTPS URL for Godot's website in the headersRémi Verschelde2017-08-271-1/+1
* Use const reference where favorableWilson E. Alvarez2017-08-141-1/+1
* Fix UDP wait() not returning after first received packetFabio Alessandrelli2017-05-051-0/+2
* Add "Godot Engine contributors" copyright lineRémi Verschelde2017-04-081-0/+1
* Allow non blocking UDP put_packet in C++.Fabio Alessandrelli2017-03-241-11/+14
* A Whole New World (clang-format edition)Rémi Verschelde2017-03-051-68/+56
* Fix buffer size check in UDP socket.Fabio Alessandrelli2017-01-231-1/+1
* Use default UDP ring buffer size of 65536 for clientsFabio Alessandrelli2017-01-231-2/+2
* Fix bug causing UDP socket to close after the first send if not listeningFabio Alessandrelli2017-01-231-0/+1
* Remove set_ip_type from network classes (no longer needed)Fabio Alessandrelli2017-01-231-2/+1
* Implement UDP listen bind addressFabio Alessandrelli2017-01-231-5/+21
* Implement TCP Server bind addressFabio Alessandrelli2017-01-231-1/+1
* Avoid calling close when polling a UDP peer without socketFabio Alessandrelli2017-01-231-0/+3
* UDP.set_send_address to UDP.set_dest_addressJuan Linietsky2017-01-141-1/+1
* Merge pull request #7271 from Faless/ipv6_cleanupRémi Verschelde2017-01-021-23/+18
|\
| * IP_Address now handle IPv4 and IPv6 transparentlyFabio Alessandrelli2016-12-091-8/+10
| * Migrate int.IP_TYPE_ constants to IP.TYPE_Fabio Alessandrelli2016-12-091-1/+1
| * Move V6ONLY flag selection inside helpersFabio Alessandrelli2016-12-091-8/+0
| * Automatically map IPv4 address to IPv6 when neededFabio Alessandrelli2016-12-091-1/+1
| * Use an instance variable for ip_type in raw socketsFabio Alessandrelli2016-12-091-7/+8
* | Welcome in 2017, dear changelog reader!Rémi Verschelde2017-01-011-1/+1
|/
* TCP/UDP Listen sockets can now be set to IPv6 onlyFabio Alessandrelli2016-10-301-3/+11
* Fix windows debugger connection problems.Fabio Alessandrelli2016-10-301-5/+1
* Fix PacketPeerUDP get_packet_port()Fabio Alessandrelli2016-10-261-2/+2
* Pass correct address size (ipv4,ipv6) to socket connect, bind, sendtoFabio Alessandrelli2016-10-261-4/+4
* added windows support for ipv6, cleaned up unix codeAriel Manzur2016-10-201-20/+54
* 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-2/+21
* Fixed PacketPeerUDP getting wrongly closed due to recvfrom using rb.data_left...Trond Abusdal2015-11-091-1/+1
* NavMeshJuan Linietsky2014-11-171-0/+2
* UDP FixesJuan Linietsky2014-11-131-5/+38
* 3D Import Import & UDPJuan Linietsky2014-11-121-0/+167