index
:
godot-fmod
4.0.3
Godot with FMOD integration
RayHammer
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
platform
/
javascript
/
http_client_javascript.cpp
Age
Commit message (
Expand
)
Author
2020-05-14
Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocks
Rémi Verschelde
2020-05-14
Port member initialization from constructor to declaration (C++11)
Rémi Verschelde
2020-04-02
Replace NULL with nullptr
lupoDharkael
2020-03-08
Fix Javascript platform after PoolVector removal.
Fabio Alessandrelli
2020-02-18
PoolVector is gone, replaced by Vector
Juan Linietsky
2020-01-01
Update copyright statements to 2020
Rémi Verschelde
2019-11-24
Add download_chunk_size property to HTTPRequest.
Fabio Alessandrelli
2019-08-09
Replace 'ERR_EXPLAIN' with 'ERR_FAIL_*_MSG' in "platform", "modules/gdnative"...
Robin Hübner
2019-01-01
Update copyright statements to 2019
Rémi Verschelde
2018-10-02
Fix compiler warnings in HTML5 platform
Leon Krause
2018-09-12
Make core/ includes absolute, remove subfolders from include path
Rémi Verschelde
2018-03-30
Fix bug in HTML5 HTTPClient.
Fabio Alessandrelli
2018-02-17
Flush HTTPClient response data only on request/close in HTML5 platform
Leon Krause
2018-02-17
Warn when polling HTTPClient synchronously in HTML5 platform
Leon Krause
2018-02-17
Disable insecure HTTP methods CONNECT and TRACE in HTML5 platform
Leon Krause
2018-02-16
Fix HTML5 HTTPClient response header retrieval
Leon Krause
2018-02-16
Fix HTML5 HTTPClient failure detection
Leon Krause
2018-01-05
Add missing copyright headers and fix formatting
Rémi Verschelde
2018-01-01
Update copyright statements to 2018
Rémi Verschelde
2017-12-15
Fix javascript build error and improve #14604
Fabio Alessandrelli
2017-12-14
HTTP cleanup & better defaults
mhilbrunner
2017-11-13
Implement HTTPClient in HTML5 platform
Leon Krause