summaryrefslogtreecommitdiffstats
path: root/drivers/unix/tcp_server_posix.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Add missing copyright headers and fix formattingRémi Verschelde2018-01-051-0/+1
| | | | | | Using `misc/scripts/fix_headers.py` on all Godot files. Some missing header guards were added, and the header inclusion order was fixed in the Bullet module.
* Update copyright statements to 2018Rémi Verschelde2018-01-011-2/+2
| | | | Happy new year to the wonderful Godot community!
* Fix use of unitialized variablesHein-Pieter van Braam2017-09-021-1/+1
| | | | The second in my quest to make Godot 3.x compile with -Werror on GCC7
* 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
|
* Add "Godot Engine contributors" copyright lineRémi Verschelde2017-04-081-0/+1
|
* A Whole New World (clang-format edition)Rémi Verschelde2017-03-051-18/+16
| | | | | | | | | | | | | | | | | | | | | | | | I can show you the code Pretty, with proper whitespace Tell me, coder, now when did You last write readable code? I can open your eyes Make you see your bad indent Force you to respect the style The core devs agreed upon A whole new world A new fantastic code format A de facto standard With some sugar Enforced with clang-format A whole new world A dazzling style we all dreamed of And when we read it through It's crystal clear That now we're in a whole new world of code
* Bind to IPv4 on OpenBSD when using wildcardFabio Alessandrelli2017-01-231-0/+4
| | | | OpenBSD does not support binding on both IPv4 and IPv6 using the same socket
* Remove set_ip_type from network classes (no longer needed)Fabio Alessandrelli2017-01-231-2/+1
| | | | | | | | | | | | | - TCP: - `listen` bind to wildcard "*" -> dual stack socket - `listen` bind to address -> socket from address type - `connect` -> resolve using best protocol (UNSPEC), socket from address type - UDP: - `listen` bind to wildcard "*" -> dual stack socket - `listen` bind to address -> socket from address type - `put_packet`/`put_var` -> resolve using TYPE_ANY (UNSPEC), socket from address type (to change socket type you must first call `close` it)
* Implement TCP Server bind addressFabio Alessandrelli2017-01-231-6/+15
|
* Merge pull request #7271 from Faless/ipv6_cleanupRémi Verschelde2017-01-021-11/+5
|\ | | | | Fixes and improvementes for IPv6 implementation.
| * Migrate int.IP_TYPE_ constants to IP.TYPE_Fabio Alessandrelli2016-12-091-1/+1
| |
| * Move V6ONLY flag selection inside helpersFabio Alessandrelli2016-12-091-7/+0
| |
| * Use an instance variable for ip_type in raw socketsFabio Alessandrelli2016-12-091-5/+6
| | | | | | | | | | | | | | PacketPeerUDP/StreamPeerTCP/TCP_Server now uses an instance variable to store the selected ip_type (IPv4/IPv6/ANY, where ANY = dual stack). All calls to resolve addresses, sending/receving data, connecting/listening will use that socket type.
* | Welcome in 2017, dear changelog reader!Rémi Verschelde2017-01-011-1/+1
|/ | | | | | | | That year should bring the long-awaited OpenGL ES 3.0 compatible renderer with state-of-the-art rendering techniques tuned to work as low as middle end handheld devices - without compromising with the possibilities given for higher end desktop games of course. Great times ahead for the Godot community and the gamers that will play our games!
* 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