summaryrefslogtreecommitdiff
path: root/core/io/http_client.cpp
AgeCommit message (Expand)Author
2019-06-06Fix a random SSL crash I saw once.Hein-Pieter van Braam-Stewart
2019-05-19Fix typos with codespellRémi Verschelde
2019-02-20Fix HTTPClient keep alive with chunked encoding.Fabio Alessandrelli
2019-02-20HTTPClient read until EOF fixesFabio Alessandrelli
2019-02-16Fix keep-alive without header in HTTP clientFabio Alessandrelli
2019-01-01Update copyright statements to 2019Rémi Verschelde
2018-09-27Fix warnings about unhandled enum value in switch [-Wswitch]Rémi Verschelde
2018-09-21Add checks for clean disconnect in HTTP/TCP/SSL.Fabio Alessandrelli
2018-09-15Fix HTTPClient _get_http_data bug after #21976.Fabio Alessandrelli
2018-09-13Merge pull request #21976 from Faless/http_client_eof_fixRémi Verschelde
2018-09-13Merge pull request #21982 from luzpaz/misc-typosRémi Verschelde
2018-09-12Misc. typosluz.paz
2018-09-12Unify StreamPeerTCP/TCP_Server with NetSocket APIFabio Alessandrelli
2018-09-12Fix non chunked HTTP reading till eof.Fabio Alessandrelli
2018-09-12Make core/ includes absolute, remove subfolders from include pathRémi Verschelde
2018-07-26Reduce unnecessary COW on Vector by make writing explicitHein-Pieter van Braam
2018-07-16HTTP client now uses non blocking handshakeFabio Alessandrelli
2018-07-04Fix CORS problems due to added headers on JS targetGagaPete
2018-05-22Allow body-up-to-EOF HTTP responsesPedro J. Estébanez
2018-04-12Revert "Unify http- and percent- encode/decode"Pedro J. Estébanez
2018-03-27Enhance HTTPClient.query_string_from_dict()Pedro J. Estébanez
2018-03-27Unify http- and percent- encode/decodePedro J. Estébanez
2018-03-04Fix wrong SSL handshakePedro J. Estébanez
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-15Fix javascript build error and improve #14604Fabio Alessandrelli
2017-12-14HTTP cleanup & better defaultsmhilbrunner
2017-12-12HTTPClient: Add PATCH method and missing HTTP status codesmhilbrunner
2017-11-13Implement HTTPClient in HTML5 platformLeon Krause
2017-10-26Remove HTTPClient::send_body_text and ::send_body_dataLeon Krause
2017-10-03Fixed a bug where ssl would force validation even though you told it not to.Nathan Warden
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-08-10Removes type information from method bindsIgnacio Etcheverry
2017-06-13Don't append standard ports to the request header.Martin Capitanio
2017-04-08Add "Godot Engine contributors" copyright lineRémi Verschelde
2017-03-05A Whole New World (clang-format edition)Rémi Verschelde
2017-02-28 Various fixes detected using PVS-Studio static analyzer.Thaer Razeq
2017-02-13Rename the _MD macro to D_METHODHein-Pieter van Braam
2017-02-12Merge pull request #7581 from Faless/v6_wild_bindRémi Verschelde
2017-02-07HTTPClient properly handle partial data in non-blocking modeFabio Alessandrelli
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-07Memory pool vectors (DVector) have been enormously simplified in code, and re...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