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.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
[NET] Refactor TLS configuration.
Fabio Alessandrelli
2023-01-28
1
-1
/
+2
*
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
/
+1
*
[Net] Fix get_response_body_length for large files.
Fabio Alessandrelli
2022-01-23
1
-1
/
+1
*
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
/
+4
*
[Net] Makes HTTPClient a custom instance class.
Fabio Alessandrelli
2021-06-23
1
-59
/
+26
*
[Net] Unify HTTPClient request and request_raw.
Fabio Alessandrelli
2021-06-23
1
-2
/
+4
*
Rename Reference to RefCounted
Pedro J. Estébanez
2021-06-11
1
-3
/
+3
*
Update copyright statements to 2021
Rémi Verschelde
2021-01-01
1
-2
/
+2
*
Remove empty lines around braces with the formatting script
Aaron Franke
2020-11-16
1
-4
/
+0
*
Reorganized core/ directory, it was too fatty already
reduz
2020-11-07
1
-1
/
+1
*
Increase the default HTTPClient download chunk size to 64 KiB
Hugo Locurcio
2020-11-07
1
-1
/
+2
*
Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocks
Rémi Verschelde
2020-05-14
1
-1
/
+0
*
Port member initialization from constructor to declaration (C++11)
Rémi Verschelde
2020-05-14
1
-16
/
+16
*
PoolVector is gone, replaced by Vector
Juan Linietsky
2020-02-18
1
-3
/
+3
*
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
/
+1
|
\
|
*
do not wait for response body when making a HEAD request
Patrick Wuttke
2019-11-26
1
-0
/
+1
*
|
Add download_chunk_size property to HTTPRequest.
Fabio Alessandrelli
2019-11-24
1
-0
/
+1
|
/
*
Fix HTTPClient keep alive with chunked encoding.
Fabio Alessandrelli
2019-02-20
1
-0
/
+1
*
Update copyright statements to 2019
Rémi Verschelde
2019-01-01
1
-2
/
+2
*
Make core/ includes absolute, remove subfolders from include path
Rémi Verschelde
2018-09-12
1
-4
/
+4
*
HTTP client now uses non blocking handshake
Fabio Alessandrelli
2018-07-16
1
-0
/
+1
*
Allow body-up-to-EOF HTTP responses
Pedro J. Estébanez
2018-05-22
1
-0
/
+1
*
Add missing copyright headers and fix formatting
Rémi Verschelde
2018-01-05
1
-0
/
+1
*
Update copyright statements to 2018
Rémi Verschelde
2018-01-01
1
-2
/
+2
*
HTTP cleanup & better defaults
mhilbrunner
2017-12-14
1
-9
/
+18
*
HTTPClient: Add PATCH method and missing HTTP status codes
mhilbrunner
2017-12-12
1
-0
/
+15
*
Implement HTTPClient in HTML5 platform
Leon Krause
2017-11-13
1
-3
/
+9
*
Remove HTTPClient::send_body_text and ::send_body_data
Leon Krause
2017-10-26
1
-2
/
+0
*
Use HTTPS URL for Godot's website in the headers
Rémi Verschelde
2017-08-27
1
-1
/
+1
*
ClassDB: Provide the enum name of integer constants
Ignacio Etcheverry
2017-08-20
1
-0
/
+1
*
Add "Godot Engine contributors" copyright line
Rémi Verschelde
2017-04-08
1
-0
/
+1
*
A Whole New World (clang-format edition)
Rémi Verschelde
2017-03-05
1
-15
/
+11
*
Remove set_ip_type from network classes (no longer needed)
Fabio Alessandrelli
2017-01-23
1
-2
/
+0
*
removed duplicated functions in class hierarchy that were bound more than once
Juan Linietsky
2017-01-14
1
-1
/
+1
*
Type renames:
Juan Linietsky
2017-01-11
1
-3
/
+3
*
Memory pool vectors (DVector) have been enormously simplified in code, and re...
Juan Linietsky
2017-01-07
1
-1
/
+1
*
ObjectTypeDB was renamed to ClassDB. Types are meant to be more generic to Va...
Juan Linietsky
2017-01-02
1
-1
/
+1
*
Merge pull request #7271 from Faless/ipv6_cleanup
Rémi Verschelde
2017-01-02
1
-1
/
+3
|
\
|
*
Expose HTTP classes' set_ip_type to scripting
Fabio Alessandrelli
2016-12-13
1
-2
/
+3
|
*
Allow setting ip_type for TCP/UDP and HTTP classes
Fabio Alessandrelli
2016-12-09
1
-0
/
+1
|
*
Migrate int.IP_TYPE_ constants to IP.TYPE_
Fabio Alessandrelli
2016-12-09
1
-1
/
+1
*
|
Welcome in 2017, dear changelog reader!
Rémi Verschelde
2017-01-01
1
-1
/
+1
|
/
*
address type for http client
Ariel Manzur
2016-10-19
1
-1
/
+1
*
Improved binding system (ObjectTypeDB::bind_method) to be friendlier to stati...
Juan Linietsky
2016-06-22
1
-0
/
+1
*
Fix typo in http_client.h
J08nY
2016-06-03
1
-1
/
+1
*
httpclient request withh raw_array body
Alexander Holland
2016-05-04
1
-0
/
+1
[next]