summaryrefslogtreecommitdiffstats
path: root/core/io/http_client_tcp.cpp
Commit message (Expand)AuthorAgeFilesLines
* Merge commit godotengine/godot@fd4c29a189e53a1e085df5b9b9a05cac9351b3efSpartan3222024-11-191-2/+2
|\
| * Use `(r)find_char` instead of `(r)find` for single charactersA Thousand Ships2024-11-171-2/+2
* | Merge commit godotengine/godot@cb411fa960f0b7fdbd97dcdb4c90f9346360ee0eSpartan3222024-11-121-3/+4
|\|
| * CI: Update Linux runners to Ubuntu 24.04Thaddeus Crews2024-11-101-3/+4
* | Fix copyright headers referring to GodotSpartan3222024-10-271-2/+2
* | Rebrand preambles to RedotDubhghlas McLaughlin2024-10-111-0/+2
* | Rebrand Godot to RedotRandolph W. Aarseth II2024-10-111-1/+1
|/
* Allow ClassDB to create a Object without postinitialization for GDExtension.Daylily-Zeleen2024-08-201-3/+3
* [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