index
:
godot-fmod
4.0.3
Godot with FMOD integration
RayHammer
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
scene
/
main
/
http_request.cpp
Age
Commit message (
Expand
)
Author
2021-10-09
Fix missing argument names in bindings
Rémi Verschelde
2021-09-29
Don't memcpy to nullptr even if length is zero
Haoyu Qiu
2021-08-13
Fix some unnecessary includes
Aaron Franke
2021-07-25
Use const references where possible for List range iterators
Rémi Verschelde
2021-07-23
Use C++ iterators for Lists in many situations
Aaron Franke
2021-07-18
Optimize StringName usage
reduz
2021-06-23
[Net] Makes HTTPClient a custom instance class.
Fabio Alessandrelli
2021-06-23
[Net] Unify HTTPClient request and request_raw.
Fabio Alessandrelli
2021-06-19
Rename `instance()`->`instantiate()` when it's a verb
Lightning_A
2021-05-31
[Net] Fix HTTPRquest store_buffer error.
Fabio Alessandrelli
2021-05-03
Merge pull request #48205 from Faless/net/4.x_url_parsing
Fabio Alessandrelli
2021-04-27
Core: Drop custom `copymem`/`zeromem` defines
Rémi Verschelde
2021-04-26
[Net] Implement String::parse_url for parsing URLs.
Fabio Alessandrelli
2021-04-05
Style: Apply clang-tidy's `modernize-use-nullptr`
Rémi Verschelde
2021-03-12
Fixes small typos and grammar correction
Anshul7sp1
2021-03-02
Merge pull request #35246 from zaksnet/disconnect-while-downloading
Fabio Alessandrelli
2021-03-02
Update scene/main/http_request.cpp
Zak Stam
2021-02-27
[Net] Better EOF handling in HTTPRequest.
Fabio Alessandrelli
2021-02-18
Modernize atomics
Pedro J. Estébanez
2021-02-09
Initialize class variables with default values in scene/ [2/2]
Rafał Mikrut
2021-01-29
Modernize Thread
Pedro J. Estébanez
2021-01-01
Update copyright statements to 2021
Rémi Verschelde
2020-11-07
Reorganized core/ directory, it was too fatty already
reduz
2020-09-11
doc: Sync classref with current source
Rémi Verschelde
2020-09-02
HTTPRequest now accepts gzip
Adam Brown
2020-05-14
Style: Enforce braces around if blocks and loops
Rémi Verschelde
2020-05-14
Style: Enforce separation line between function definitions
Rémi Verschelde
2020-05-14
Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocks
Rémi Verschelde
2020-04-02
Replace NULL with nullptr
lupoDharkael
2020-02-28
Signals: Port connect calls to use callable_mp
Rémi Verschelde
2020-02-26
Disconnect while downloading
Zak
2020-02-20
Reworked signal connection system, added support for Callable and Signal obje...
Juan Linietsky
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-31
HTTPRequest: include faulty URLs in error texts
merumelu
2019-08-09
Remove ERR_EXPLAIN from scene/* code
Tomasz Chabora
2019-07-09
Adds timeout property for httprequest
Zak
2019-07-01
Fix HTTPRequest status checks.
Fabio Alessandrelli
2019-04-08
Small fixes, mostly dupicated code
qarmin
2019-01-16
Appease some CppCheck warns for files in the "scene" directory
Michael Alexsander Silva Dias
2019-01-01
Update copyright statements to 2019
Rémi Verschelde
2018-09-12
Fix non chunked HTTP reading till eof.
Fabio Alessandrelli
2018-07-04
Fix CORS problems due to added headers on JS target
GagaPete
2018-02-23
Refactor version macros and fix related bugs
Rémi Verschelde
2018-01-12
Bind many more properties to scripts
Bojidar Marinov
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-14
HTTP cleanup & better defaults
mhilbrunner
2017-11-01
-Modules can now add custom version info (added it for Mono)
Juan Linietsky
[next]