aboutsummaryrefslogtreecommitdiff
path: root/scene/main/http_request.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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-198/+175
* 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
* Add missing license headers in our source files (#5255)Rémi Verschelde2016-06-181-0/+28
* Update asset library editor plugin - new functionality and fixesBojidar Marinov2016-06-071-0/+1
* Exposed a RESULT_DOWNLOAD_FILE_CANT_OPEN constant to docs and GDScript.J08nY2016-06-031-1/+2
* remove trailing whitespaceHubert Jarosz2016-05-211-1/+1
* -Made editor support SSL certs by default (embedded them)Juan Linietsky2016-03-121-74/+160
* -Work on addon editor plugin (disabled by default)Juan Linietsky2016-03-041-0/+426