| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge commit godotengine/godot@fd4c29a189e53a1e085df5b9b9a05cac9351b3ef | Spartan322 | 2024-11-19 | 1 | -2/+2 |
|\ |
|
| * | Use `(r)find_char` instead of `(r)find` for single characters | A Thousand Ships | 2024-11-17 | 1 | -2/+2 |
* | | Merge commit godotengine/godot@cb411fa960f0b7fdbd97dcdb4c90f9346360ee0e | Spartan322 | 2024-11-12 | 1 | -3/+4 |
|\| |
|
| * | CI: Update Linux runners to Ubuntu 24.04 | Thaddeus Crews | 2024-11-10 | 1 | -3/+4 |
* | | Fix copyright headers referring to Godot | Spartan322 | 2024-10-27 | 1 | -2/+2 |
* | | Rebrand preambles to Redot | Dubhghlas McLaughlin | 2024-10-11 | 1 | -0/+2 |
* | | Rebrand Godot to Redot | Randolph W. Aarseth II | 2024-10-11 | 1 | -1/+1 |
|/ |
|
* | Allow ClassDB to create a Object without postinitialization for GDExtension. | Daylily-Zeleen | 2024-08-20 | 1 | -3/+3 |
* | [TLS] Fix crashes trying to use TLS when not available. | Fabio Alessandrelli | 2023-05-12 | 1 | -0/+1 |
* | [Net] Remove StreamPeerTLS.blocking_handshake option. | Fabio Alessandrelli | 2023-01-28 | 1 | -1/+0 |
* | [NET] Refactor TLS configuration. | Fabio Alessandrelli | 2023-01-28 | 1 | -15/+17 |
* | One Copyright Update to rule them all | Rémi Verschelde | 2023-01-05 | 1 | -29/+29 |
* | Fix MSVC warnings, rename shadowed variables, fix uninitialized values, chang... | bruvzg | 2022-10-07 | 1 | -10/+10 |
* | [Net] Rename "ssl" references to "tls" in methods and members. | Fabio Alessandrelli | 2022-09-08 | 1 | -28/+28 |
* | Merge pull request #65447 from Faless/net/4.x_ssl_to_tls | Rémi Verschelde | 2022-09-07 | 1 | -11/+11 |
|\ |
|
| * | [Net] Rename StreamPeerSSL to StreamPeerTLS. | Fabio Alessandrelli | 2022-09-07 | 1 | -11/+11 |
* | | Prevent HTTPRequest from polling invalid client | Micky | 2022-09-06 | 1 | -0/+4 |
|/ |
|
* | [Web] Rename JavaScript platform to Web. | Fabio Alessandrelli | 2022-08-29 | 1 | -2/+2 |
* | [Net] Make StreamPeerTCP::_poll_connection explicit. | Fabio Alessandrelli | 2022-03-27 | 1 | -0/+3 |
* | Cleanup and move char functions to the `char_utils.h` header. | bruvzg | 2022-02-04 | 1 | -1/+1 |
* | [Net] Non-blocking request in HTTPClientTCP. | Fabio Alessandrelli | 2022-02-03 | 1 | -12/+30 |
* | Verify custom HTTP headers, fix off by one error | Max Hilbrunner | 2022-01-27 | 1 | -0/+5 |
* | HTTP comment cleanup | Max Hilbrunner | 2022-01-27 | 1 | -23/+22 |
* | [Net] Fix get_response_body_length for large files. | Fabio Alessandrelli | 2022-01-23 | 1 | -1/+1 |
* | Update copyright statements to 2022 | Rémi Verschelde | 2022-01-03 | 1 | -2/+2 |
* | Adds proxy support for HTTPClient | Haoyu Qiu | 2021-11-24 | 1 | -7/+86 |
* | Try other resolved IPs if one fails to connect | Haoyu Qiu | 2021-08-30 | 1 | -3/+23 |
* | Fix unicode invalid skip error in AssetLib | Haoyu Qiu | 2021-07-11 | 1 | -0/+1 |
* | [Net] Makes HTTPClient a custom instance class. | Fabio Alessandrelli | 2021-06-23 | 1 | -0/+666 |