index
:
redot-engine.git
4.3
master
Redot Engine – Multi-platform 2D and 3D game engine
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
scene
/
main
/
http_request.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge commit godotengine/godot@fd4c29a189e53a1e085df5b9b9a05cac9351b3ef
Spartan322
2024-11-19
1
-1
/
+1
|
\
|
*
Use `(r)find_char` instead of `(r)find` for single characters
A Thousand Ships
2024-11-17
1
-1
/
+1
*
|
Fix copyright headers referring to Godot
Spartan322
2024-10-27
1
-2
/
+2
*
|
Rebrand preambles to Redot
Dubhghlas McLaughlin
2024-10-11
1
-0
/
+2
|
/
*
Parse fragment from URL
Haoyu Qiu
2024-09-27
1
-1
/
+2
*
[Core] Add case-insensitive `String::containsn`
A Thousand Ships
2024-05-08
1
-1
/
+1
*
Improve error reporting in the asset library and in related types
Yuri Sizov
2024-01-26
1
-2
/
+4
*
Add THREADS_ENABLED macro in order to compile Godot to run on the main thread
Adam Scott
2024-01-17
1
-0
/
+2
*
Update deferred calls to use Callables
kobewi
2024-01-09
1
-3
/
+1
*
Fix wait for thread not started
Samuele Panzeri
2023-04-27
1
-1
/
+3
*
[NET] Refactor TLS configuration.
Fabio Alessandrelli
2023-01-28
1
-8
/
+13
*
One Copyright Update to rule them all
Rémi Verschelde
2023-01-05
1
-29
/
+29
*
[Net] Fix HTTPRequest gzip with high compression ratio.
Fabio Alessandrelli
2022-11-20
1
-15
/
+34
*
[HTTPRequest] Cleanup, refactor deferred call.
Fabio Alessandrelli
2022-09-20
1
-26
/
+26
*
[HTTPRequest] Body streaming decompresison.
Fabio Alessandrelli
2022-09-20
1
-38
/
+39
*
[Net] Rename "ssl" references to "tls" in methods and members.
Fabio Alessandrelli
2022-09-08
1
-13
/
+13
*
Add suffixes to all nodes and resources
FireForge
2022-06-11
1
-3
/
+3
*
Narrow FileAccess scope to prevent deadlocks.
bruvzg
2022-04-12
1
-1
/
+1
*
Make FileAccess and DirAccess classes reference counted.
bruvzg
2022-04-11
1
-12
/
+3
*
Fix some issues found by cppcheck.
bruvzg
2022-04-06
1
-1
/
+1
*
[Net] Change HTTPRequest timeout type to double.
Fabio Alessandrelli
2022-03-27
1
-3
/
+3
*
Use `switch` consistently in `_notification` (`scene` folder)
Rémi Verschelde
2022-02-15
1
-13
/
+15
*
Merge pull request #56771 from mhilbrunner/unacceptable
Fabio Alessandrelli
2022-02-02
1
-25
/
+23
|
\
|
*
Verify custom HTTP headers, fix off by one error
Max Hilbrunner
2022-01-27
1
-3
/
+3
|
*
HTTP comment cleanup
Max Hilbrunner
2022-01-27
1
-23
/
+21
*
|
Vectors: Use clear() and has().
Anilforextra
2022-02-02
1
-4
/
+4
|
/
*
[Net] Fix HTTPRequest memory leak in compressed responses.
Fabio Alessandrelli
2022-01-24
1
-10
/
+5
*
Update copyright statements to 2022
Rémi Verschelde
2022-01-03
1
-2
/
+2
*
Merge pull request #55747 from timothyqiu/editor-proxy
Fabio Alessandrelli
2021-12-16
1
-0
/
+11
|
\
|
*
Add proxy support for the editor
Haoyu Qiu
2021-12-09
1
-0
/
+11
*
|
Replace String comparisons with "", String() to is_empty()
Nathan Franke
2021-12-09
1
-2
/
+2
|
/
*
Fix missing argument names in bindings
Rémi Verschelde
2021-10-09
1
-1
/
+1
*
Don't memcpy to nullptr even if length is zero
Haoyu Qiu
2021-09-29
1
-3
/
+5
*
Fix some unnecessary includes
Aaron Franke
2021-08-13
1
-1
/
+1
*
Use const references where possible for List range iterators
Rémi Verschelde
2021-07-25
1
-2
/
+2
*
Use C++ iterators for Lists in many situations
Aaron Franke
2021-07-23
1
-5
/
+5
*
Optimize StringName usage
reduz
2021-07-18
1
-22
/
+22
*
[Net] Makes HTTPClient a custom instance class.
Fabio Alessandrelli
2021-06-23
1
-1
/
+1
*
[Net] Unify HTTPClient request and request_raw.
Fabio Alessandrelli
2021-06-23
1
-1
/
+2
*
Rename `instance()`->`instantiate()` when it's a verb
Lightning_A
2021-06-19
1
-1
/
+1
*
[Net] Fix HTTPRquest store_buffer error.
Fabio Alessandrelli
2021-05-31
1
-9
/
+11
*
Merge pull request #48205 from Faless/net/4.x_url_parsing
Fabio Alessandrelli
2021-05-03
1
-27
/
+10
|
\
|
*
[Net] Implement String::parse_url for parsing URLs.
Fabio Alessandrelli
2021-04-26
1
-27
/
+10
*
|
Core: Drop custom `copymem`/`zeromem` defines
Rémi Verschelde
2021-04-27
1
-1
/
+1
|
/
*
Style: Apply clang-tidy's `modernize-use-nullptr`
Rémi Verschelde
2021-04-05
1
-1
/
+1
*
Fixes small typos and grammar correction
Anshul7sp1
2021-03-12
1
-1
/
+1
*
Merge pull request #35246 from zaksnet/disconnect-while-downloading
Fabio Alessandrelli
2021-03-02
1
-0
/
+3
|
\
|
*
Update scene/main/http_request.cpp
Zak Stam
2021-03-02
1
-2
/
+3
|
*
Disconnect while downloading
Zak
2020-02-26
1
-0
/
+2
*
|
[Net] Better EOF handling in HTTPRequest.
Fabio Alessandrelli
2021-02-27
1
-0
/
+1
[next]