summaryrefslogtreecommitdiffstats
path: root/core/io/http_client.cpp
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #33640 from mewin/http_head_requestFabio Alessandrelli2019-12-011-0/+10
|\
| * do not wait for response body when making a HEAD requestPatrick Wuttke2019-11-261-0/+10
* | Merge pull request #33862 from Faless/net/http_request_chunk_sizeRémi Verschelde2019-11-251-0/+6
|\ \
| * | Add download_chunk_size property to HTTPRequest.Fabio Alessandrelli2019-11-241-0/+6
| |/
* / Fix HTTPClient::poll crash when connection set to nullArtem Burjachenko2019-11-231-0/+2
|/
* Remove unnecessary code and add some error explanationsqarmin2019-07-011-2/+0
* Some code changed with Clang-Tidyqarmin2019-06-261-1/+1
* Fix a random SSL crash I saw once.Hein-Pieter van Braam-Stewart2019-06-061-0/+6
* Fix typos with codespellRémi Verschelde2019-05-191-1/+1
* Fix HTTPClient keep alive with chunked encoding.Fabio Alessandrelli2019-02-201-2/+28
* HTTPClient read until EOF fixesFabio Alessandrelli2019-02-201-39/+16
* Fix keep-alive without header in HTTP clientFabio Alessandrelli2019-02-161-7/+6
* Update copyright statements to 2019Rémi Verschelde2019-01-011-2/+2
* Fix warnings about unhandled enum value in switch [-Wswitch]Rémi Verschelde2018-09-271-1/+3
* Add checks for clean disconnect in HTTP/TCP/SSL.Fabio Alessandrelli2018-09-211-0/+12
* Fix HTTPClient _get_http_data bug after #21976.Fabio Alessandrelli2018-09-151-2/+2
* Merge pull request #21976 from Faless/http_client_eof_fixRémi Verschelde2018-09-131-9/+22
|\
| * Fix non chunked HTTP reading till eof.Fabio Alessandrelli2018-09-121-9/+22
* | Merge pull request #21982 from luzpaz/misc-typosRémi Verschelde2018-09-131-1/+1
|\ \
| * | Misc. typosluz.paz2018-09-121-1/+1
* | | Unify StreamPeerTCP/TCP_Server with NetSocket APIFabio Alessandrelli2018-09-121-1/+1
| |/ |/|
* | Make core/ includes absolute, remove subfolders from include pathRémi Verschelde2018-09-121-2/+3
|/
* Reduce unnecessary COW on Vector by make writing explicitHein-Pieter van Braam2018-07-261-1/+1
* HTTP client now uses non blocking handshakeFabio Alessandrelli2018-07-161-5/+31
* Fix CORS problems due to added headers on JS targetGagaPete2018-07-041-2/+31
* 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-70/+70
* 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-333/+304
* 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-25/+25
* 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
|/