summaryrefslogtreecommitdiffstats
path: root/scene/main/http_request.cpp
Commit message (Expand)AuthorAgeFilesLines
* Merge commit godotengine/godot@fd4c29a189e53a1e085df5b9b9a05cac9351b3efSpartan3222024-11-191-1/+1
|\
| * Use `(r)find_char` instead of `(r)find` for single charactersA Thousand Ships2024-11-171-1/+1
* | Fix copyright headers referring to GodotSpartan3222024-10-271-2/+2
* | Rebrand preambles to RedotDubhghlas McLaughlin2024-10-111-0/+2
|/
* Parse fragment from URLHaoyu Qiu2024-09-271-1/+2
* [Core] Add case-insensitive `String::containsn`A Thousand Ships2024-05-081-1/+1
* Improve error reporting in the asset library and in related typesYuri Sizov2024-01-261-2/+4
* Add THREADS_ENABLED macro in order to compile Godot to run on the main threadAdam Scott2024-01-171-0/+2
* Update deferred calls to use Callableskobewi2024-01-091-3/+1
* Fix wait for thread not startedSamuele Panzeri2023-04-271-1/+3
* [NET] Refactor TLS configuration.Fabio Alessandrelli2023-01-281-8/+13
* One Copyright Update to rule them allRémi Verschelde2023-01-051-29/+29
* [Net] Fix HTTPRequest gzip with high compression ratio.Fabio Alessandrelli2022-11-201-15/+34
* [HTTPRequest] Cleanup, refactor deferred call.Fabio Alessandrelli2022-09-201-26/+26
* [HTTPRequest] Body streaming decompresison.Fabio Alessandrelli2022-09-201-38/+39
* [Net] Rename "ssl" references to "tls" in methods and members.Fabio Alessandrelli2022-09-081-13/+13
* Add suffixes to all nodes and resourcesFireForge2022-06-111-3/+3
* Narrow FileAccess scope to prevent deadlocks.bruvzg2022-04-121-1/+1
* Make FileAccess and DirAccess classes reference counted.bruvzg2022-04-111-12/+3
* Fix some issues found by cppcheck.bruvzg2022-04-061-1/+1
* [Net] Change HTTPRequest timeout type to double.Fabio Alessandrelli2022-03-271-3/+3
* Use `switch` consistently in `_notification` (`scene` folder)Rémi Verschelde2022-02-151-13/+15
* Merge pull request #56771 from mhilbrunner/unacceptableFabio Alessandrelli2022-02-021-25/+23
|\
| * Verify custom HTTP headers, fix off by one errorMax Hilbrunner2022-01-271-3/+3
| * HTTP comment cleanupMax Hilbrunner2022-01-271-23/+21
* | Vectors: Use clear() and has().Anilforextra2022-02-021-4/+4
|/
* [Net] Fix HTTPRequest memory leak in compressed responses.Fabio Alessandrelli2022-01-241-10/+5
* Update copyright statements to 2022Rémi Verschelde2022-01-031-2/+2
* Merge pull request #55747 from timothyqiu/editor-proxyFabio Alessandrelli2021-12-161-0/+11
|\
| * Add proxy support for the editorHaoyu Qiu2021-12-091-0/+11
* | Replace String comparisons with "", String() to is_empty()Nathan Franke2021-12-091-2/+2
|/
* Fix missing argument names in bindingsRémi Verschelde2021-10-091-1/+1
* Don't memcpy to nullptr even if length is zeroHaoyu Qiu2021-09-291-3/+5
* Fix some unnecessary includesAaron Franke2021-08-131-1/+1
* Use const references where possible for List range iteratorsRémi Verschelde2021-07-251-2/+2
* Use C++ iterators for Lists in many situationsAaron Franke2021-07-231-5/+5
* Optimize StringName usagereduz2021-07-181-22/+22
* [Net] Makes HTTPClient a custom instance class.Fabio Alessandrelli2021-06-231-1/+1
* [Net] Unify HTTPClient request and request_raw.Fabio Alessandrelli2021-06-231-1/+2
* Rename `instance()`->`instantiate()` when it's a verbLightning_A2021-06-191-1/+1
* [Net] Fix HTTPRquest store_buffer error.Fabio Alessandrelli2021-05-311-9/+11
* Merge pull request #48205 from Faless/net/4.x_url_parsingFabio Alessandrelli2021-05-031-27/+10
|\
| * [Net] Implement String::parse_url for parsing URLs.Fabio Alessandrelli2021-04-261-27/+10
* | Core: Drop custom `copymem`/`zeromem` definesRémi Verschelde2021-04-271-1/+1
|/
* Style: Apply clang-tidy's `modernize-use-nullptr`Rémi Verschelde2021-04-051-1/+1
* Fixes small typos and grammar correctionAnshul7sp12021-03-121-1/+1
* Merge pull request #35246 from zaksnet/disconnect-while-downloadingFabio Alessandrelli2021-03-021-0/+3
|\
| * Update scene/main/http_request.cppZak Stam2021-03-021-2/+3
| * Disconnect while downloadingZak2020-02-261-0/+2
* | [Net] Better EOF handling in HTTPRequest.Fabio Alessandrelli2021-02-271-0/+1