summaryrefslogtreecommitdiff
path: root/core/io/stream_peer_tcp.cpp
AgeCommit message (Expand)Author
2021-05-06Rename `IP_Unix`, `IP_Address` and `TCP_Server` to remove underscoresHugo Locurcio
2021-04-12Allow local port control on net_socket connectionsdam
2021-01-01Update copyright statements to 2021Rémi Verschelde
2020-11-07Reorganized core/ directory, it was too fatty alreadyreduz
2020-05-14Style: Enforce braces around if blocks and loopsRémi Verschelde
2020-05-14Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocksRémi Verschelde
2020-05-14Port member initialization from constructor to declaration (C++11)Rémi Verschelde
2020-03-08Add TCP poll function (not exposed).Fabio Alessandrelli
2020-01-01Update copyright statements to 2020Rémi Verschelde
2019-09-25Update stream_peer_tcp.cppDamian Day
2019-09-21TCP is_connected_to_host comparison errorDamian Day
2019-07-08Add TCP connect timeout.Fabio Alessandrelli
2019-07-04WebSocket module now uses wslay library.Fabio Alessandrelli
2019-06-26Some code changed with Clang-Tidyqarmin
2019-01-01Update copyright statements to 2019Rémi Verschelde
2018-12-11Moved member variables to initializer listWilson E. Alvarez
2018-09-21Add checks for clean disconnect in HTTP/TCP/SSL.Fabio Alessandrelli
2018-09-13Fix TCP connecting state not set correctlyFabio Alessandrelli
2018-09-12Unify StreamPeerTCP/TCP_Server with NetSocket APIFabio Alessandrelli
2018-08-28Fix DNS resolution when cache is invalid.Fabio Alessandrelli
2018-01-30Display set_nodelay to GDScriptMarlon Henry Schweigert
2018-01-05Add missing copyright headers and fix formattingRémi Verschelde
2018-01-01Update copyright statements to 2018Rémi Verschelde
2017-08-27Use HTTPS URL for Godot's website in the headersRémi Verschelde
2017-08-20ClassDB: Provide the enum name of integer constantsIgnacio Etcheverry
2017-04-08Add "Godot Engine contributors" copyright lineRémi Verschelde
2017-03-05A Whole New World (clang-format edition)Rémi Verschelde
2017-02-13Rename the _MD macro to D_METHODHein-Pieter van Braam
2017-01-23Remove set_ip_type from network classes (no longer needed)Fabio Alessandrelli
2017-01-23Convert validity checks of IP_Address to is_valid method.Fabio Alessandrelli
2017-01-14removed duplicated functions in class hierarchy that were bound more than onceJuan Linietsky
2017-01-02ObjectTypeDB was renamed to ClassDB. Types are meant to be more generic to Va...Juan 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-09Allow setting ip_type for TCP/UDP and HTTP classesFabio Alessandrelli
2016-12-09Migrate int.IP_TYPE_ constants to IP.TYPE_Fabio Alessandrelli
2016-12-09Use an instance variable for ip_type in raw socketsFabio Alessandrelli
2016-10-30Add optional IP type param in TCP/UDP connect/set_send_addressFabio Alessandrelli
2016-01-01Update copyright to 2016 in headersGeorge Marques
2015-04-18Updated copyright year in all headersJuan Linietsky
2015-01-01change parameter name from ip to portDana Olson
2014-04-28-Added OpenSSL and HTTPS supportJuan Linietsky
2014-02-13-fixed export templates not loading/exporting on WindowsJuan Linietsky
2014-02-09GODOT IS OPEN SOURCEJuan Linietsky