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
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