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
/
core
/
io
/
http_client.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add const references detected by clang-tidy
Wilson E. Alvarez
2023-12-16
1
-1
/
+1
*
Fix HTTPClient _request using wrong size
tefusion
2023-04-10
1
-2
/
+3
*
[NET] Refactor TLS configuration.
Fabio Alessandrelli
2023-01-28
1
-1
/
+1
*
One Copyright Update to rule them all
Rémi Verschelde
2023-01-05
1
-29
/
+29
*
[Net] Rename "ssl" references to "tls" in methods and members.
Fabio Alessandrelli
2022-09-08
1
-2
/
+2
*
Verify custom HTTP headers, fix off by one error
Max Hilbrunner
2022-01-27
1
-0
/
+11
*
Update copyright statements to 2022
Rémi Verschelde
2022-01-03
1
-2
/
+2
*
Adds proxy support for HTTPClient
Haoyu Qiu
2021-11-24
1
-0
/
+11
*
String: Remove `erase` method, bindings can't mutate String
Rémi Verschelde
2021-11-11
1
-2
/
+1
*
Use C++ iterators for Lists in many situations
Aaron Franke
2021-07-23
1
-4
/
+3
*
[Net] Makes HTTPClient a custom instance class.
Fabio Alessandrelli
2021-06-23
1
-627
/
+4
*
[Net] Unify HTTPClient request and request_raw.
Fabio Alessandrelli
2021-06-23
1
-76
/
+21
*
Rename `instance()`->`instantiate()` when it's a verb
Lightning_A
2021-06-19
1
-1
/
+1
*
Add PROPERTY_USAGE_NONE and use it
Aaron Franke
2021-06-17
1
-1
/
+1
*
Rename `IP_Unix`, `IP_Address` and `TCP_Server` to remove underscores
Hugo Locurcio
2021-05-06
1
-2
/
+2
*
Core: Drop custom `copymem`/`zeromem` defines
Rémi Verschelde
2021-04-27
1
-1
/
+1
*
Fix crash on HTTPClient::poll method
Pedro Rodrigues
2021-03-03
1
-0
/
+5
*
Unify URI encoding/decoding and add to C#
Aaron Franke
2021-01-28
1
-3
/
+3
*
Update copyright statements to 2021
Rémi Verschelde
2021-01-01
1
-2
/
+2
*
Allows HTTPClient to talk to proxy server
Haoyu Qiu
2020-11-14
1
-14
/
+45
*
Fixes HTTPClient::poll crash after connection is self-assigned
Haoyu Qiu
2020-10-10
1
-0
/
+4
*
Fix spelling & grammar in comments, docs, and messages
Andy Maloney
2020-07-21
1
-1
/
+1
*
Style: Enforce braces around if blocks and loops
Rémi Verschelde
2020-05-14
1
-12
/
+20
*
Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocks
Rémi Verschelde
2020-05-14
1
-49
/
+0
*
Enforce use of bool literals instead of integers
Rémi Verschelde
2020-05-14
1
-1
/
+1
*
Port member initialization from constructor to declaration (C++11)
Rémi Verschelde
2020-05-14
1
-18
/
+1
*
Style: Set clang-format Standard to Cpp11
Rémi Verschelde
2020-03-17
1
-1
/
+1
*
PoolVector is gone, replaced by Vector
Juan Linietsky
2020-02-18
1
-13
/
+13
*
Update copyright statements to 2020
Rémi Verschelde
2020-01-01
1
-2
/
+2
*
Merge pull request #33640 from mewin/http_head_request
Fabio Alessandrelli
2019-12-01
1
-0
/
+10
|
\
|
*
do not wait for response body when making a HEAD request
Patrick Wuttke
2019-11-26
1
-0
/
+10
*
|
Merge pull request #33862 from Faless/net/http_request_chunk_size
Rémi Verschelde
2019-11-25
1
-0
/
+6
|
\
\
|
*
|
Add download_chunk_size property to HTTPRequest.
Fabio Alessandrelli
2019-11-24
1
-0
/
+6
|
|
/
*
/
Fix HTTPClient::poll crash when connection set to null
Artem Burjachenko
2019-11-23
1
-0
/
+2
|
/
*
Remove unnecessary code and add some error explanations
qarmin
2019-07-01
1
-2
/
+0
*
Some code changed with Clang-Tidy
qarmin
2019-06-26
1
-1
/
+1
*
Fix a random SSL crash I saw once.
Hein-Pieter van Braam-Stewart
2019-06-06
1
-0
/
+6
*
Fix typos with codespell
Rémi Verschelde
2019-05-19
1
-1
/
+1
*
Fix HTTPClient keep alive with chunked encoding.
Fabio Alessandrelli
2019-02-20
1
-2
/
+28
*
HTTPClient read until EOF fixes
Fabio Alessandrelli
2019-02-20
1
-39
/
+16
*
Fix keep-alive without header in HTTP client
Fabio Alessandrelli
2019-02-16
1
-7
/
+6
*
Update copyright statements to 2019
Rémi Verschelde
2019-01-01
1
-2
/
+2
*
Fix warnings about unhandled enum value in switch [-Wswitch]
Rémi Verschelde
2018-09-27
1
-1
/
+3
*
Add checks for clean disconnect in HTTP/TCP/SSL.
Fabio Alessandrelli
2018-09-21
1
-0
/
+12
*
Fix HTTPClient _get_http_data bug after #21976.
Fabio Alessandrelli
2018-09-15
1
-2
/
+2
*
Merge pull request #21976 from Faless/http_client_eof_fix
Rémi Verschelde
2018-09-13
1
-9
/
+22
|
\
|
*
Fix non chunked HTTP reading till eof.
Fabio Alessandrelli
2018-09-12
1
-9
/
+22
*
|
Merge pull request #21982 from luzpaz/misc-typos
Rémi Verschelde
2018-09-13
1
-1
/
+1
|
\
\
|
*
|
Misc. typos
luz.paz
2018-09-12
1
-1
/
+1
*
|
|
Unify StreamPeerTCP/TCP_Server with NetSocket API
Fabio Alessandrelli
2018-09-12
1
-1
/
+1
|
|
/
|
/
|
[next]