summaryrefslogtreecommitdiffstats
path: root/core/io/stream_peer_tcp.cpp
Commit message (Expand)AuthorAgeFilesLines
* Fix copyright headers referring to GodotSpartan3222024-10-271-2/+2
* Rebrand preambles to RedotSpartan3222024-10-131-0/+2
* FIX: Return if TCP is in STATUS_CONNECTEDYorick de Wid2024-04-161-0/+1
* One Copyright Update to rule them allRémi Verschelde2023-01-051-29/+29
* Fix MSVC warnings, rename shadowed variables, fix uninitialized values, chang...bruvzg2022-10-071-2/+2
* [Net] Fix StreamPeerTCP accepted status.Fabio Alessandrelli2022-05-041-1/+1
* [Net] Drop is_connected_to_host for TCP and UDP.Fabio Alessandrelli2022-03-271-7/+2
* [Net] Make StreamPeerTCP::_poll_connection explicit.Fabio Alessandrelli2022-03-271-51/+25
* Update copyright statements to 2022Rémi Verschelde2022-01-031-2/+2
* Rename `IP_Unix`, `IP_Address` and `TCP_Server` to remove underscoresHugo Locurcio2021-05-061-6/+6
* Allow local port control on net_socket connectionsdam2021-04-121-8/+35
* Update copyright statements to 2021Rémi Verschelde2021-01-011-2/+2
* Reorganized core/ directory, it was too fatty alreadyreduz2020-11-071-1/+1
* Style: Enforce braces around if blocks and loopsRémi Verschelde2020-05-141-3/+6
* Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocksRémi Verschelde2020-05-141-32/+0
* Port member initialization from constructor to declaration (C++11)Rémi Verschelde2020-05-141-4/+1
* Add TCP poll function (not exposed).Fabio Alessandrelli2020-03-081-0/+5
* Update copyright statements to 2020Rémi Verschelde2020-01-011-2/+2
* Update stream_peer_tcp.cppDamian Day2019-09-251-10/+1
* TCP is_connected_to_host comparison errorDamian Day2019-09-211-1/+1
* Add TCP connect timeout.Fabio Alessandrelli2019-07-081-0/+12
* WebSocket module now uses wslay library.Fabio Alessandrelli2019-07-041-0/+5
* Some code changed with Clang-Tidyqarmin2019-06-261-1/+0
* Update copyright statements to 2019Rémi Verschelde2019-01-011-2/+2
* Moved member variables to initializer listWilson E. Alvarez2018-12-111-6/+5
* Add checks for clean disconnect in HTTP/TCP/SSL.Fabio Alessandrelli2018-09-211-0/+17
* Fix TCP connecting state not set correctlyFabio Alessandrelli2018-09-131-17/+14
* Unify StreamPeerTCP/TCP_Server with NetSocket APIFabio Alessandrelli2018-09-121-16/+281
* Fix DNS resolution when cache is invalid.Fabio Alessandrelli2018-08-281-2/+1
* Display set_nodelay to GDScriptMarlon Henry Schweigert2018-01-301-0/+1
* Add missing copyright headers and fix formattingRémi Verschelde2018-01-051-0/+1
* Update copyright statements to 2018Rémi Verschelde2018-01-011-2/+2
* Use HTTPS URL for Godot's website in the headersRémi Verschelde2017-08-271-1/+1
* ClassDB: Provide the enum name of integer constantsIgnacio Etcheverry2017-08-201-4/+4
* Add "Godot Engine contributors" copyright lineRémi Verschelde2017-04-081-0/+1
* A Whole New World (clang-format edition)Rémi Verschelde2017-03-051-21/+18
* Rename the _MD macro to D_METHODHein-Pieter van Braam2017-02-131-6/+6
* Remove set_ip_type from network classes (no longer needed)Fabio Alessandrelli2017-01-231-8/+1
* Convert validity checks of IP_Address to is_valid method.Fabio Alessandrelli2017-01-231-1/+1
* removed duplicated functions in class hierarchy that were bound more than onceJuan Linietsky2017-01-141-5/+5
* ObjectTypeDB was renamed to ClassDB. Types are meant to be more generic to Va...Juan Linietsky2017-01-021-7/+7
* Merge pull request #7271 from Faless/ipv6_cleanupRémi Verschelde2017-01-021-5/+10
|\
| * Allow setting ip_type for TCP/UDP and HTTP classesFabio Alessandrelli2016-12-091-0/+6
| * Migrate int.IP_TYPE_ constants to IP.TYPE_Fabio Alessandrelli2016-12-091-3/+1
| * Use an instance variable for ip_type in raw socketsFabio Alessandrelli2016-12-091-3/+4
* | Welcome in 2017, dear changelog reader!Rémi Verschelde2017-01-011-1/+1
|/
* Add optional IP type param in TCP/UDP connect/set_send_addressFabio Alessandrelli2016-10-301-1/+18
* Update copyright to 2016 in headersGeorge Marques2016-01-011-1/+1
* Updated copyright year in all headersJuan Linietsky2015-04-181-1/+1
* change parameter name from ip to portDana Olson2015-01-011-1/+1