summaryrefslogtreecommitdiff
path: root/scene/main/http_request.cpp
AgeCommit message (Expand)Author
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-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
2017-08-27Use HTTPS URL for Godot's website in the headersRémi Verschelde
2017-08-20ClassDB: Provide the enum name of integer constantsIgnacio Etcheverry
2017-04-20Move VERSION_MKSTRING logic to version.hRémi Verschelde
2017-04-08Add "Godot Engine contributors" copyright lineRémi Verschelde
2017-03-05A Whole New World (clang-format edition)Rémi Verschelde
2017-02-13Rename the _MD macro to D_METHODHein-Pieter van Braam
2017-02-13Remove use of _SCS from ADD_METHODHein-Pieter van Braam
2017-01-23Remove set_ip_type from network classes (no longer needed)Fabio Alessandrelli
2017-01-14removed duplicated functions in class hierarchy that were bound more than onceJuan Linietsky
2017-01-11Type renames:Juan Linietsky
2017-01-10- _ready() callback only happens once now, if you want to receive it again, u...Juan Linietsky
2017-01-02ObjectTypeDB was renamed to ClassDB. Types are meant to be more generic to Va...Juan Linietsky
2017-01-02Merge pull request #7271 from Faless/ipv6_cleanupRémi Verschelde
2017-01-01Welcome in 2017, dear changelog reader!Rémi Verschelde
2016-12-13Expose HTTP classes' set_ip_type to scriptingFabio Alessandrelli
2016-12-09Allow setting ip_type for TCP/UDP and HTTP classesFabio Alessandrelli
2016-11-14Uncomment debug properties of HTTP Requestkhairul169
2016-09-05Add http method and request data parametersKazuo256
2016-07-24Add thread support to HTTPRequest, changed assetlib to use it.Juan Linietsky
2016-06-18Add missing license headers in our source files (#5255)Rémi Verschelde
2016-06-07Update asset library editor plugin - new functionality and fixesBojidar Marinov
2016-06-03Exposed a RESULT_DOWNLOAD_FILE_CANT_OPEN constant to docs and GDScript.J08nY
2016-05-21remove trailing whitespaceHubert Jarosz
2016-03-12-Made editor support SSL certs by default (embedded them)Juan Linietsky
2016-03-04-Work on addon editor plugin (disabled by default)Juan Linietsky