summaryrefslogtreecommitdiffstats
path: root/core/io/http_client_tcp.cpp
Commit message (Expand)AuthorAgeFilesLines
* Fix copyright headers referring to GodotSpartan3222024-10-271-2/+2
* Rebrand preambles to RedotSpartan3222024-10-131-0/+2
* Rebrand Godot 4.3 to RedotTrashguy2024-10-131-1/+1
* [TLS] Fix crashes trying to use TLS when not available.Fabio Alessandrelli2023-05-121-0/+1
* [Net] Remove StreamPeerTLS.blocking_handshake option.Fabio Alessandrelli2023-01-281-1/+0
* [NET] Refactor TLS configuration.Fabio Alessandrelli2023-01-281-15/+17
* 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-10/+10
* [Net] Rename "ssl" references to "tls" in methods and members.Fabio Alessandrelli2022-09-081-28/+28
* Merge pull request #65447 from Faless/net/4.x_ssl_to_tlsRémi Verschelde2022-09-071-11/+11
|\
| * [Net] Rename StreamPeerSSL to StreamPeerTLS.Fabio Alessandrelli2022-09-071-11/+11
* | Prevent HTTPRequest from polling invalid clientMicky2022-09-061-0/+4
|/
* [Web] Rename JavaScript platform to Web.Fabio Alessandrelli2022-08-291-2/+2
* [Net] Make StreamPeerTCP::_poll_connection explicit.Fabio Alessandrelli2022-03-271-0/+3
* Cleanup and move char functions to the `char_utils.h` header.bruvzg2022-02-041-1/+1
* [Net] Non-blocking request in HTTPClientTCP.Fabio Alessandrelli2022-02-031-12/+30
* Verify custom HTTP headers, fix off by one errorMax Hilbrunner2022-01-271-0/+5
* HTTP comment cleanupMax Hilbrunner2022-01-271-23/+22
* [Net] Fix get_response_body_length for large files.Fabio Alessandrelli2022-01-231-1/+1
* Update copyright statements to 2022Rémi Verschelde2022-01-031-2/+2
* Adds proxy support for HTTPClientHaoyu Qiu2021-11-241-7/+86
* Try other resolved IPs if one fails to connectHaoyu Qiu2021-08-301-3/+23
* Fix unicode invalid skip error in AssetLibHaoyu Qiu2021-07-111-0/+1
* [Net] Makes HTTPClient a custom instance class.Fabio Alessandrelli2021-06-231-0/+666