Fabio Alessandrelli
|
01e5e98312
[Net] Fix get_response_body_length for large files.
|
3 years ago |
Rémi Verschelde
|
fe52458154
Update copyright statements to 2022
|
3 years ago |
Fabio Alessandrelli
|
b00c4a4360
[Net] Makes HTTPClient a custom instance class.
|
4 years ago |
Fabio Alessandrelli
|
421e771012
[Net] Unify HTTPClient request and request_raw.
|
4 years ago |
Rémi Verschelde
|
8247667a3e
Core: Drop custom `copymem`/`zeromem` defines
|
4 years ago |
Fabio Alessandrelli
|
fd76977183
[HTML5] Replace XMLHttpRequest with Fetch.
|
4 years ago |
Fabio Alessandrelli
|
75c4e2c5fa
[HTML5] Fix HTTPClient request_raw.
|
4 years ago |
Fabio Alessandrelli
|
33e914b1eb
Fix JavaScript platform after MainLoop methods rename.
|
4 years ago |
Rémi Verschelde
|
b5334d14f7
Update copyright statements to 2021
|
4 years ago |
Rémi Verschelde
|
09212fba1e
Fix missed renamings from empty() to is_empty()
|
4 years ago |
Rémi Verschelde
|
0be6d925dc
Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocks
|
5 years ago |
Rémi Verschelde
|
1f6f364a56
Port member initialization from constructor to declaration (C++11)
|
5 years ago |
lupoDharkael
|
95a1400a2a
Replace NULL with nullptr
|
5 years ago |
Fabio Alessandrelli
|
fd035c931d
Fix Javascript platform after PoolVector removal.
|
5 years ago |
Juan Linietsky
|
3205a92ad8
PoolVector is gone, replaced by Vector
|
5 years ago |
Rémi Verschelde
|
a7f49ac9a1
Update copyright statements to 2020
|
5 years ago |
Fabio Alessandrelli
|
ed19b4076e
Add download_chunk_size property to HTTPRequest.
|
5 years ago |
Robin Hübner
|
6ab118c464
Replace 'ERR_EXPLAIN' with 'ERR_FAIL_*_MSG' in "platform", "modules/gdnative", "modules/gdscript" directories.
|
6 years ago |
Rémi Verschelde
|
b16c309f82
Update copyright statements to 2019
|
6 years ago |
Leon Krause
|
d93050d8a2
Fix compiler warnings in HTML5 platform
|
6 years ago |
Rémi Verschelde
|
277b24dfb7
Make core/ includes absolute, remove subfolders from include path
|
7 years ago |
Fabio Alessandrelli
|
b8c73b195f
Fix bug in HTML5 HTTPClient.
|
7 years ago |
Leon Krause
|
98039909f2
Flush HTTPClient response data only on request/close in HTML5 platform
|
7 years ago |
Leon Krause
|
ca9fa9cca8
Warn when polling HTTPClient synchronously in HTML5 platform
|
7 years ago |
Leon Krause
|
2cd7bc04ea
Disable insecure HTTP methods CONNECT and TRACE in HTML5 platform
|
7 years ago |
Leon Krause
|
8a21f27f54
Fix HTML5 HTTPClient response header retrieval
|
7 years ago |
Leon Krause
|
9ea4452d21
Fix HTML5 HTTPClient failure detection
|
7 years ago |
Rémi Verschelde
|
e4213e66b2
Add missing copyright headers and fix formatting
|
7 years ago |
Rémi Verschelde
|
b50a9114b1
Update copyright statements to 2018
|
7 years ago |
Fabio Alessandrelli
|
206275f3e7
Fix javascript build error and improve #14604
|
7 years ago |