summaryrefslogtreecommitdiffstats
path: root/platform/windows/tcp_server_winsock.h
Commit message (Collapse)AuthorAgeFilesLines
* Move windows networking class to drivers/windows/Fabio Alessandrelli2017-12-151-56/+0
| | | | | Also rename stream_peer_winsock.* to stream_peer_tcp_winsock.* and StreamPeerWinsock to StreamPeerTCPWinsock.
* 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-3/+2
| | | | | | | | | | | | | | | | | | | | | | | | 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
* Implement TCP Server bind addressFabio Alessandrelli2017-01-231-1/+2
|
* Merge pull request #7271 from Faless/ipv6_cleanupRémi Verschelde2017-01-021-1/+1
|\ | | | | Fixes and improvementes for IPv6 implementation.
| * Use an instance variable for ip_type in raw socketsFabio Alessandrelli2016-12-091-1/+1
| | | | | | | | | | | | | | 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!
* TCPServer listen now default to IP type ANY (v6 socket with v4 support)Fabio Alessandrelli2016-10-301-1/+1
|
* added windows support for ipv6, cleaned up unix codeAriel Manzur2016-10-201-1/+1
|
* Update copyright to 2016 in headersGeorge Marques2016-01-011-1/+1
|
* Updated copyright year in all headersJuan Linietsky2015-04-181-28/+28
|
* GODOT IS OPEN SOURCEJuan Linietsky2014-02-091-0/+55