aboutsummaryrefslogtreecommitdiff
path: root/core/io/http_client.cpp
Commit message (Expand)AuthorAgeFilesLines
* Allow body-up-to-EOF HTTP responsesPedro J. Estébanez2018-05-221-15/+49
* Revert "Unify http- and percent- encode/decode"Pedro J. Estébanez2018-04-121-3/+3
* Enhance HTTPClient.query_string_from_dict()Pedro J. Estébanez2018-03-271-1/+21
* Unify http- and percent- encode/decodePedro J. Estébanez2018-03-271-1/+1
* Fix wrong SSL handshakePedro J. Estébanez2018-03-041-1/+1
* Bind many more properties to scriptsBojidar Marinov2018-01-121-0/+3
* Add missing copyright headers and fix formattingRémi Verschelde2018-01-051-0/+1
* Update copyright statements to 2018Rémi Verschelde2018-01-011-2/+2
* Fix javascript build error and improve #14604Fabio Alessandrelli2017-12-151-2/+2
* HTTP cleanup & better defaultsmhilbrunner2017-12-141-62/+66
* HTTPClient: Add PATCH method and missing HTTP status codesmhilbrunner2017-12-121-2/+17
* Implement HTTPClient in HTML5 platformLeon Krause2017-11-131-66/+69
* Remove HTTPClient::send_body_text and ::send_body_dataLeon Krause2017-10-261-12/+0
* Fixed a bug where ssl would force validation even though you told it not to.Nathan Warden2017-10-031-1/+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-68/+68
* Removes type information from method bindsIgnacio Etcheverry2017-08-101-5/+5
* Don't append standard ports to the request header.Martin Capitanio2017-06-131-2/+12
* Add "Godot Engine contributors" copyright lineRémi Verschelde2017-04-081-0/+1
* A Whole New World (clang-format edition)Rémi Verschelde2017-03-051-324/+295
* Various fixes detected using PVS-Studio static analyzer.Thaer Razeq2017-02-281-1/+1
* Rename the _MD macro to D_METHODHein-Pieter van Braam2017-02-131-21/+21
* Merge pull request #7581 from Faless/v6_wild_bindRémi Verschelde2017-02-121-8/+1
|\
| * Remove set_ip_type from network classes (no longer needed)Fabio Alessandrelli2017-01-231-8/+1
* | HTTPClient properly handle partial data in non-blocking modeFabio Alessandrelli2017-02-071-2/+4
|/
* removed duplicated functions in class hierarchy that were bound more than onceJuan Linietsky2017-01-141-6/+6
* Type renames:Juan Linietsky2017-01-111-15/+15
* Memory pool vectors (DVector) have been enormously simplified in code, and re...Juan Linietsky2017-01-071-3/+3
* ObjectTypeDB was renamed to ClassDB. Types are meant to be more generic to Va...Juan Linietsky2017-01-021-22/+22
* Merge pull request #7271 from Faless/ipv6_cleanupRémi Verschelde2017-01-021-4/+9
|\
| * Expose HTTP classes' set_ip_type to scriptingFabio Alessandrelli2016-12-131-4/+7
| * Allow setting ip_type for TCP/UDP and HTTP classesFabio Alessandrelli2016-12-091-0/+4
| * Migrate int.IP_TYPE_ constants to IP.TYPE_Fabio Alessandrelli2016-12-091-4/+2
* | Welcome in 2017, dear changelog reader!Rémi Verschelde2017-01-011-1/+1
|/
* address type for http clientAriel Manzur2016-10-191-3/+4
* Improved binding system (ObjectTypeDB::bind_method) to be friendlier to stati...Juan Linietsky2016-06-221-2/+0
* added missing status, closes #4361Juan Linietsky2016-06-201-0/+1
* Removed invalid DEFVAL for HTTPClient::request_rawIgnacio Etcheverry2016-06-011-1/+1
* remove trailing whitespaceHubert Jarosz2016-05-211-1/+1
* httpclient request withh raw_array bodyAlexander Holland2016-05-041-2/+56
* fix - HTTPClient connection keep-alive duplicate Headers #4208Alexander Holland2016-04-271-0/+1
* Added getter method for the connection property in HTTPClient. (#4336)Mounir Ybanez2016-04-181-0/+7
* remove trailing whitespaceHubert Jarosz2016-03-091-1/+1
* -Work on addon editor plugin (disabled by default)Juan Linietsky2016-03-041-4/+0
* adds original http headers to response_headersAriel Manzur2016-02-191-4/+4
* adds original http header to response_headersAriel Manzur2016-02-191-1/+1
* made headers case insensitiveAriel Manzur2016-01-111-2/+3
* comment some print_linesAlexander Holland2016-01-091-3/+3
* Update copyright to 2016 in headersGeorge Marques2016-01-011-1/+1
* Fixes the make_doc.sh, <, > and & signs in descriptions that cause the parser...Aren Villanueva2015-11-191-2/+13