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
2023-01-28
[NET] Refactor TLS configuration.
Fabio Alessandrelli
2023-01-05
One Copyright Update to rule them all
Rémi Verschelde
2022-11-20
[Net] Fix HTTPRequest gzip with high compression ratio.
Fabio Alessandrelli
2022-09-20
[HTTPRequest] Cleanup, refactor deferred call.
Fabio Alessandrelli
2022-09-20
[HTTPRequest] Body streaming decompresison.
Fabio Alessandrelli
2022-09-08
[Net] Rename "ssl" references to "tls" in methods and members.
Fabio Alessandrelli
2022-06-11
Add suffixes to all nodes and resources
FireForge
2022-04-12
Narrow FileAccess scope to prevent deadlocks.
bruvzg
2022-04-11
Make FileAccess and DirAccess classes reference counted.
bruvzg
2022-04-06
Fix some issues found by cppcheck.
bruvzg
2022-03-27
[Net] Change HTTPRequest timeout type to double.
Fabio Alessandrelli
2022-02-15
Use `switch` consistently in `_notification` (`scene` folder)
Rémi Verschelde
2022-02-02
Merge pull request #56771 from mhilbrunner/unacceptable
Fabio Alessandrelli
2022-02-02
Vectors: Use clear() and has().
Anilforextra
2022-01-27
Verify custom HTTP headers, fix off by one error
Max Hilbrunner
2022-01-27
HTTP comment cleanup
Max Hilbrunner
2022-01-24
[Net] Fix HTTPRequest memory leak in compressed responses.
Fabio Alessandrelli
2022-01-03
Update copyright statements to 2022
Rémi Verschelde
2021-12-16
Merge pull request #55747 from timothyqiu/editor-proxy
Fabio Alessandrelli
2021-12-09
Replace String comparisons with "", String() to is_empty()
Nathan Franke
2021-12-09
Add proxy support for the editor
Haoyu Qiu
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
[next]