summaryrefslogtreecommitdiffstats
path: root/scene/main/http_request.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* | Modernize atomicsPedro J. Estébanez2021-02-181-17/+17
* | Initialize class variables with default values in scene/ [2/2]Rafał Mikrut2021-02-091-18/+0
* | Modernize ThreadPedro J. Estébanez2021-01-291-6/+2
* | Update copyright statements to 2021Rémi Verschelde2021-01-011-2/+2
* | Reorganized core/ directory, it was too fatty alreadyreduz2020-11-071-1/+1
* | doc: Sync classref with current sourceRémi Verschelde2020-09-111-0/+1
* | HTTPRequest now accepts gzipAdam Brown2020-09-021-4/+109
* | Style: Enforce braces around if blocks and loopsRémi Verschelde2020-05-141-7/+14
* | Style: Enforce separation line between function definitionsRémi Verschelde2020-05-141-0/+1
* | Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocksRémi Verschelde2020-05-141-38/+0
* | Replace NULL with nullptrlupoDharkael2020-04-021-4/+4
* | Signals: Port connect calls to use callable_mpRémi Verschelde2020-02-281-3/+1
* | Reworked signal connection system, added support for Callable and Signal obje...Juan Linietsky2020-02-201-1/+1
* | PoolVector is gone, replaced by VectorJuan Linietsky2020-02-181-24/+24
|/
* Update copyright statements to 2020Rémi Verschelde2020-01-011-2/+2
* Add download_chunk_size property to HTTPRequest.Fabio Alessandrelli2019-11-241-0/+16
* HTTPRequest: include faulty URLs in error textsmerumelu2019-08-311-2/+2
* Remove ERR_EXPLAIN from scene/* codeTomasz Chabora2019-08-091-10/+3
* Adds timeout property for httprequestZak2019-07-091-0/+37
* Fix HTTPRequest status checks.Fabio Alessandrelli2019-07-011-4/+3
* Small fixes, mostly dupicated codeqarmin2019-04-081-1/+1
* Appease some CppCheck warns for files in the "scene" directoryMichael Alexsander Silva Dias2019-01-161-2/+1
* Update copyright statements to 2019Rémi Verschelde2019-01-011-2/+2
* Fix non chunked HTTP reading till eof.Fabio Alessandrelli2018-09-121-8/+9
* Fix CORS problems due to added headers on JS targetGagaPete2018-07-041-20/+0
* Refactor version macros and fix related bugsRémi Verschelde2018-02-231-1/+1
* Bind many more properties to scriptsBojidar Marinov2018-01-121-0/+1
* Add missing copyright headers and fix formattingRémi Verschelde2018-01-051-0/+1
* Update copyright statements to 2018Rémi Verschelde2018-01-011-2/+2
* HTTP cleanup & better defaultsmhilbrunner2017-12-141-45/+27
* -Modules can now add custom version info (added it for Mono)Juan Linietsky2017-11-011-0/+1
* Use HTTPS URL for Godot's website in the headersRémi Verschelde2017-08-271-1/+1
* ClassDB: Provide the enum name of integer constantsIgnacio Etcheverry2017-08-201-13/+13
* Move VERSION_MKSTRING logic to version.hRémi Verschelde2017-04-201-0/+2
* Add "Godot Engine contributors" copyright lineRémi Verschelde2017-04-081-0/+1
* A Whole New World (clang-format edition)Rémi Verschelde2017-03-051-200/+177
* Rename the _MD macro to D_METHODHein-Pieter van Braam2017-02-131-15/+15
* Remove use of _SCS from ADD_METHODHein-Pieter van Braam2017-02-131-3/+3
* Remove set_ip_type from network classes (no longer needed)Fabio Alessandrelli2017-01-231-5/+0
* removed duplicated functions in class hierarchy that were bound more than onceJuan Linietsky2017-01-141-1/+1
* Type renames:Juan Linietsky2017-01-111-22/+22
* - _ready() callback only happens once now, if you want to receive it again, u...Juan Linietsky2017-01-101-4/+4
* ObjectTypeDB was renamed to ClassDB. Types are meant to be more generic to Va...Juan Linietsky2017-01-021-16/+16
* Merge pull request #7271 from Faless/ipv6_cleanupRémi Verschelde2017-01-021-0/+5
|\
| * Expose HTTP classes' set_ip_type to scriptingFabio Alessandrelli2016-12-131-0/+1
| * Allow setting ip_type for TCP/UDP and HTTP classesFabio Alessandrelli2016-12-091-0/+4
* | Welcome in 2017, dear changelog reader!Rémi Verschelde2017-01-011-1/+1
|/
* Uncomment debug properties of HTTP Requestkhairul1692016-11-141-12/+12
* Add http method and request data parametersKazuo2562016-09-051-4/+8
* Add thread support to HTTPRequest, changed assetlib to use it.Juan Linietsky2016-07-241-22/+86