summaryrefslogtreecommitdiff
path: root/platform/windows/packet_peer_udp_winsock.cpp
AgeCommit message (Expand)Author
2017-05-05Fix UDP wait() not returning after first received packetFabio Alessandrelli
2017-04-08Add "Godot Engine contributors" copyright lineRémi Verschelde
2017-03-24Allow non blocking UDP put_packet in C++.Fabio Alessandrelli
2017-03-05A Whole New World (clang-format edition)Rémi Verschelde
2017-01-23Fix buffer size check in UDP socket.Fabio Alessandrelli
2017-01-23Use default UDP ring buffer size of 65536 for clientsFabio Alessandrelli
2017-01-23Fix bug causing UDP socket to close after the first send if not listeningFabio Alessandrelli
2017-01-23Remove set_ip_type from network classes (no longer needed)Fabio Alessandrelli
2017-01-23Implement UDP listen bind addressFabio Alessandrelli
2017-01-23Implement TCP Server bind addressFabio Alessandrelli
2017-01-23Avoid calling close when polling a UDP peer without socketFabio Alessandrelli
2017-01-14UDP.set_send_address to UDP.set_dest_addressJuan Linietsky
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-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-10-30TCP/UDP Listen sockets can now be set to IPv6 onlyFabio Alessandrelli
2016-10-30Fix windows debugger connection problems.Fabio Alessandrelli
2016-10-26Fix PacketPeerUDP get_packet_port()Fabio Alessandrelli
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-06-18Add missing license headers in our source files (#5255)Rémi Verschelde
2015-11-19Fixed mistake where available buffer size would not be updated for each recvf...Trond Abusdal
2015-11-09* Winsock UDP messages sent to an unavailable target causing WSAECONNRESET wi...Trond Abusdal
2015-11-09Fixed PacketPeerUDP getting wrongly closed due to recvfrom using rb.data_left...Trond Abusdal
2014-11-17NavMeshJuan Linietsky
2014-11-13UDP FixesJuan Linietsky
2014-11-123D Import Import & UDPJuan Linietsky