summaryrefslogtreecommitdiffstats
path: root/core/io/http_client.cpp
Commit message (Expand)AuthorAgeFilesLines
* Merge commit godotengine/godot@fd4c29a189e53a1e085df5b9b9a05cac9351b3efSpartan3222024-11-191-2/+2
|\
| * Use `(r)find_char` instead of `(r)find` for single charactersA Thousand Ships2024-11-171-2/+2
* | Merge commit godotengine/godot@c6c464cf9ae56e8b68620af65125dd980d0e8122Spartan3222024-11-021-2/+2
|\|
| * [Core] Improve error messages with `vformat`A Thousand Ships2024-10-301-2/+2
* | Fix copyright headers referring to GodotSpartan3222024-10-271-2/+2
* | Rebrand preambles to RedotDubhghlas McLaughlin2024-10-111-0/+2
|/
* Allow ClassDB to create a Object without postinitialization for GDExtension.Daylily-Zeleen2024-08-201-2/+2
* Add const references detected by clang-tidyWilson E. Alvarez2023-12-161-1/+1
* Fix HTTPClient _request using wrong sizetefusion2023-04-101-2/+3
* [NET] Refactor TLS configuration.Fabio Alessandrelli2023-01-281-1/+1
* One Copyright Update to rule them allRémi Verschelde2023-01-051-29/+29
* [Net] Rename "ssl" references to "tls" in methods and members.Fabio Alessandrelli2022-09-081-2/+2
* Verify custom HTTP headers, fix off by one errorMax Hilbrunner2022-01-271-0/+11
* Update copyright statements to 2022Rémi Verschelde2022-01-031-2/+2
* Adds proxy support for HTTPClientHaoyu Qiu2021-11-241-0/+11
* String: Remove `erase` method, bindings can't mutate StringRémi Verschelde2021-11-111-2/+1
* Use C++ iterators for Lists in many situationsAaron Franke2021-07-231-4/+3
* [Net] Makes HTTPClient a custom instance class.Fabio Alessandrelli2021-06-231-627/+4
* [Net] Unify HTTPClient request and request_raw.Fabio Alessandrelli2021-06-231-76/+21
* Rename `instance()`->`instantiate()` when it's a verbLightning_A2021-06-191-1/+1
* Add PROPERTY_USAGE_NONE and use itAaron Franke2021-06-171-1/+1
* Rename `IP_Unix`, `IP_Address` and `TCP_Server` to remove underscoresHugo Locurcio2021-05-061-2/+2
* Core: Drop custom `copymem`/`zeromem` definesRémi Verschelde2021-04-271-1/+1
* Fix crash on HTTPClient::poll methodPedro Rodrigues2021-03-031-0/+5
* Unify URI encoding/decoding and add to C#Aaron Franke2021-01-281-3/+3
* Update copyright statements to 2021Rémi Verschelde2021-01-011-2/+2
* Allows HTTPClient to talk to proxy serverHaoyu Qiu2020-11-141-14/+45
* Fixes HTTPClient::poll crash after connection is self-assignedHaoyu Qiu2020-10-101-0/+4
* Fix spelling & grammar in comments, docs, and messagesAndy Maloney2020-07-211-1/+1
* Style: Enforce braces around if blocks and loopsRémi Verschelde2020-05-141-12/+20
* Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocksRémi Verschelde2020-05-141-49/+0
* Enforce use of bool literals instead of integersRémi Verschelde2020-05-141-1/+1
* Port member initialization from constructor to declaration (C++11)Rémi Verschelde2020-05-141-18/+1
* Style: Set clang-format Standard to Cpp11Rémi Verschelde2020-03-171-1/+1
* PoolVector is gone, replaced by VectorJuan Linietsky2020-02-181-13/+13
* Update copyright statements to 2020Rémi Verschelde2020-01-011-2/+2
* 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