summaryrefslogtreecommitdiff
path: root/scene/main/http_request.cpp
AgeCommit message (Expand)Author
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
2020-02-28Signals: Port connect calls to use callable_mpRémi Verschelde
2020-02-26Disconnect while downloadingZak
2020-02-20Reworked signal connection system, added support for Callable and Signal obje...Juan Linietsky
2020-02-18PoolVector is gone, replaced by VectorJuan Linietsky
2020-01-01Update copyright statements to 2020Rémi Verschelde
2019-11-24Add download_chunk_size property to HTTPRequest.Fabio Alessandrelli
2019-08-31HTTPRequest: include faulty URLs in error textsmerumelu
2019-08-09Remove ERR_EXPLAIN from scene/* codeTomasz Chabora
2019-07-09Adds timeout property for httprequestZak
2019-07-01Fix HTTPRequest status checks.Fabio Alessandrelli
2019-04-08Small fixes, mostly dupicated codeqarmin
2019-01-16Appease some CppCheck warns for files in the "scene" directoryMichael Alexsander Silva Dias
2019-01-01Update copyright statements to 2019Rémi Verschelde
2018-09-12Fix non chunked HTTP reading till eof.Fabio Alessandrelli
2018-07-04Fix CORS problems due to added headers on JS targetGagaPete
2018-02-23Refactor version macros and fix related bugsRémi Verschelde
2018-01-12Bind many more properties to scriptsBojidar Marinov
2018-01-05Add missing copyright headers and fix formattingRémi Verschelde
2018-01-01Update copyright statements to 2018Rémi Verschelde
2017-12-14HTTP cleanup & better defaultsmhilbrunner
2017-11-01-Modules can now add custom version info (added it for Mono)Juan Linietsky