summaryrefslogtreecommitdiff
path: root/scene/main/http_request.cpp
AgeCommit message (Expand)Author
2023-01-28[NET] Refactor TLS configuration.Fabio Alessandrelli
2023-01-05One Copyright Update to rule them allRé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-11Add suffixes to all nodes and resourcesFireForge
2022-04-12Narrow FileAccess scope to prevent deadlocks.bruvzg
2022-04-11Make FileAccess and DirAccess classes reference counted.bruvzg
2022-04-06Fix some issues found by cppcheck.bruvzg
2022-03-27[Net] Change HTTPRequest timeout type to double.Fabio Alessandrelli
2022-02-15Use `switch` consistently in `_notification` (`scene` folder)Rémi Verschelde
2022-02-02Merge pull request #56771 from mhilbrunner/unacceptableFabio Alessandrelli
2022-02-02Vectors: Use clear() and has().Anilforextra
2022-01-27Verify custom HTTP headers, fix off by one errorMax Hilbrunner
2022-01-27HTTP comment cleanupMax Hilbrunner
2022-01-24[Net] Fix HTTPRequest memory leak in compressed responses.Fabio Alessandrelli
2022-01-03Update copyright statements to 2022Rémi Verschelde
2021-12-16Merge pull request #55747 from timothyqiu/editor-proxyFabio Alessandrelli
2021-12-09Replace String comparisons with "", String() to is_empty()Nathan Franke
2021-12-09Add proxy support for the editorHaoyu Qiu
2021-10-09Fix missing argument names in bindingsRémi Verschelde
2021-09-29Don't memcpy to nullptr even if length is zeroHaoyu Qiu
2021-08-13Fix some unnecessary includesAaron Franke
2021-07-25Use const references where possible for List range iteratorsRémi Verschelde
2021-07-23Use C++ iterators for Lists in many situationsAaron Franke
2021-07-18Optimize StringName usagereduz
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-19Rename `instance()`->`instantiate()` when it's a verbLightning_A
2021-05-31[Net] Fix HTTPRquest store_buffer error.Fabio Alessandrelli
2021-05-03Merge pull request #48205 from Faless/net/4.x_url_parsingFabio Alessandrelli
2021-04-27Core: Drop custom `copymem`/`zeromem` definesRémi Verschelde
2021-04-26[Net] Implement String::parse_url for parsing URLs.Fabio Alessandrelli
2021-04-05Style: Apply clang-tidy's `modernize-use-nullptr`Rémi Verschelde
2021-03-12Fixes small typos and grammar correctionAnshul7sp1
2021-03-02Merge pull request #35246 from zaksnet/disconnect-while-downloadingFabio Alessandrelli
2021-03-02Update scene/main/http_request.cppZak Stam
2021-02-27[Net] Better EOF handling in HTTPRequest.Fabio Alessandrelli
2021-02-18Modernize atomicsPedro J. Estébanez
2021-02-09Initialize class variables with default values in scene/ [2/2]Rafał Mikrut
2021-01-29Modernize ThreadPedro J. Estébanez
2021-01-01Update copyright statements to 2021Rémi Verschelde
2020-11-07Reorganized core/ directory, it was too fatty alreadyreduz
2020-09-11doc: Sync classref with current sourceRémi Verschelde
2020-09-02HTTPRequest now accepts gzipAdam Brown
2020-05-14Style: Enforce braces around if blocks and loopsRémi Verschelde
2020-05-14Style: Enforce separation line between function definitionsRémi Verschelde
2020-05-14Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocksRémi Verschelde
2020-04-02Replace NULL with nullptrlupoDharkael