index
:
redot-engine.git
4.3
master
Redot Engine – Multi-platform 2D and 3D game engine
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
platform
/
javascript
/
http_client_javascript.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
[Web] Rename JavaScript platform to Web.
Fabio Alessandrelli
2022-08-29
1
-272
/
+0
*
Remove `RES` and `REF` typedefs in favor of spelled out `Ref<>`
Hugo Locurcio
2022-05-03
1
-1
/
+1
*
Verify custom HTTP headers, fix off by one error
Max Hilbrunner
2022-01-27
1
-0
/
+5
*
[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
*
[Net] Makes HTTPClient a custom instance class.
Fabio Alessandrelli
2021-06-23
1
-53
/
+33
*
[Net] Unify HTTPClient request and request_raw.
Fabio Alessandrelli
2021-06-23
1
-16
/
+1
*
Core: Drop custom `copymem`/`zeromem` defines
Rémi Verschelde
2021-04-27
1
-1
/
+1
*
[HTML5] Replace XMLHttpRequest with Fetch.
Fabio Alessandrelli
2021-03-06
1
-79
/
+104
*
[HTML5] Fix HTTPClient request_raw.
Fabio Alessandrelli
2021-02-11
1
-2
/
+11
*
Fix JavaScript platform after MainLoop methods rename.
Fabio Alessandrelli
2021-01-10
1
-2
/
+2
*
Update copyright statements to 2021
Rémi Verschelde
2021-01-01
1
-2
/
+2
*
Fix missed renamings from empty() to is_empty()
Rémi Verschelde
2020-12-29
1
-5
/
+5
*
Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocks
Rémi Verschelde
2020-05-14
1
-22
/
+0
*
Port member initialization from constructor to declaration (C++11)
Rémi Verschelde
2020-05-14
1
-9
/
+1
*
Replace NULL with nullptr
lupoDharkael
2020-04-02
1
-2
/
+2
*
Fix Javascript platform after PoolVector removal.
Fabio Alessandrelli
2020-03-08
1
-17
/
+6
*
PoolVector is gone, replaced by Vector
Juan Linietsky
2020-02-18
1
-16
/
+16
*
Update copyright statements to 2020
Rémi Verschelde
2020-01-01
1
-2
/
+2
*
Add download_chunk_size property to HTTPRequest.
Fabio Alessandrelli
2019-11-24
1
-0
/
+4
*
Replace 'ERR_EXPLAIN' with 'ERR_FAIL_*_MSG' in "platform", "modules/gdnative"...
Robin Hübner
2019-08-09
1
-8
/
+4
*
Update copyright statements to 2019
Rémi Verschelde
2019-01-01
1
-2
/
+2
*
Fix compiler warnings in HTML5 platform
Leon Krause
2018-10-02
1
-1
/
+5
*
Make core/ includes absolute, remove subfolders from include path
Rémi Verschelde
2018-09-12
1
-1
/
+1
*
Fix bug in HTML5 HTTPClient.
Fabio Alessandrelli
2018-03-30
1
-1
/
+1
*
Flush HTTPClient response data only on request/close in HTML5 platform
Leon Krause
2018-02-17
1
-2
/
+0
*
Warn when polling HTTPClient synchronously in HTML5 platform
Leon Krause
2018-02-17
1
-0
/
+19
*
Disable insecure HTTP methods CONNECT and TRACE in HTML5 platform
Leon Krause
2018-02-17
1
-0
/
+2
*
Fix HTML5 HTTPClient response header retrieval
Leon Krause
2018-02-16
1
-2
/
+4
*
Fix HTML5 HTTPClient failure detection
Leon Krause
2018-02-16
1
-11
/
+7
*
Add missing copyright headers and fix formatting
Rémi Verschelde
2018-01-05
1
-1
/
+2
*
Update copyright statements to 2018
Rémi Verschelde
2018-01-01
1
-2
/
+2
*
Fix javascript build error and improve #14604
Fabio Alessandrelli
2017-12-15
1
-3
/
+3
*
HTTP cleanup & better defaults
mhilbrunner
2017-12-14
1
-15
/
+20
*
Implement HTTPClient in HTML5 platform
Leon Krause
2017-11-13
1
-0
/
+282