Fabio Alessandrelli
|
d20b32186f
|
[Web] Rename JavaScript platform to Web.
Also rename export name from "HTML5" to "Web".
|
2022-08-29 11:52:00 +02:00 |
|
Fabio Alessandrelli
|
0e52867668
|
[Net] Make StreamPeerTCP::_poll_connection explicit.
No longer hacked into `get_status` and renamed to `poll`.
The old `poll` (for *nix `poll`, win `select`) is now called `wait`.
|
2022-03-27 16:36:44 +02:00 |
|
bruvzg
|
244db37508
|
Cleanup and move char functions to the char_utils.h header.
|
2022-02-04 11:35:01 +02:00 |
|
Fabio Alessandrelli
|
ac4fb2996b
|
[Net] Non-blocking request in HTTPClientTCP.
HTTPClientJavaScript already supports non-blocking requests.
|
2022-02-03 02:45:30 +01:00 |
|
Max Hilbrunner
|
3ef5a97505
|
Verify custom HTTP headers, fix off by one error
|
2022-01-27 03:22:37 +01:00 |
|
Max Hilbrunner
|
3a83872d26
|
HTTP comment cleanup
|
2022-01-27 03:22:37 +01:00 |
|
Fabio Alessandrelli
|
01e5e98312
|
[Net] Fix get_response_body_length for large files.
Parsing was fixed, but not the return value for the exposed getter.
|
2022-01-23 01:30:35 +01:00 |
|
Rémi Verschelde
|
fe52458154
|
Update copyright statements to 2022
Happy new year to the wonderful Godot community!
|
2022-01-03 21:27:34 +01:00 |
|
Haoyu Qiu
|
c09ea8d45a
|
Adds proxy support for HTTPClient
Also fixed a potential infinite loop when connecting to server.
|
2021-11-24 14:36:42 +08:00 |
|
Haoyu Qiu
|
fd52e18d19
|
Try other resolved IPs if one fails to connect
|
2021-08-30 13:00:48 +08:00 |
|
Haoyu Qiu
|
0caaaf4018
|
Fix unicode invalid skip error in AssetLib
|
2021-07-11 12:14:08 +08:00 |
|
Fabio Alessandrelli
|
b00c4a4360
|
[Net] Makes HTTPClient a custom instance class.
|
2021-06-23 14:10:45 +02:00 |
|