summaryrefslogtreecommitdiffstats
path: root/drivers/unix/tcp_server_posix.cpp
Commit message (Collapse)AuthorAgeFilesLines
* TCP/UDP Listen sockets can now be set to IPv6 onlyFabio Alessandrelli2016-10-301-0/+8
|
* Fix windows debugger connection problems.Fabio Alessandrelli2016-10-301-2/+2
| | | | | Unify network socket creation between platform. Ensure IPV6_V6ONLY flag is not set on sockets (allow IPv4 connection in IPv6 socket, dual-stack).
* Pass correct address size (ipv4,ipv6) to socket connect, bind, sendtoFabio Alessandrelli2016-10-261-2/+2
| | | | | The address size passed to network system calls now reflects the the actual IP type (v4 or v6). Fix Windows and OSX ipv6 sockets
* added windows support for ipv6, cleaned up unix codeAriel Manzur2016-10-201-28/+8
|
* adding ipv6Ariel Manzur2016-10-181-13/+39
|
* Removed lots of printsDaniel J. Ramirez2016-06-181-8/+1
|
* Update copyright to 2016 in headersGeorge Marques2016-01-011-1/+1
|
* Haiku: fix building with UNIX_ENABLED.Kostadin Damyanov2015-05-251-1/+5
|
* Updated copyright year in all headersJuan Linietsky2015-04-181-1/+1
|
* Return an error code when address/port already in useTheo Hallenius2014-05-311-0/+3
|
* GODOT IS OPEN SOURCEJuan Linietsky2014-02-091-0/+178