summaryrefslogtreecommitdiffstats
path: root/drivers/unix/packet_peer_udp_posix.cpp
Commit message (Expand)AuthorAgeFilesLines
* Fix windows debugger connection problems.Fabio Alessandrelli2016-10-301-7/+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-25/+4
* adding ipv6Ariel Manzur2016-10-181-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