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
*
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
|
|
/
|
/
|
*
|
Make core/ includes absolute, remove subfolders from include path
Rémi Verschelde
2018-09-12
1
-2
/
+3
|
/
*
Reduce unnecessary COW on Vector by make writing explicit
Hein-Pieter van Braam
2018-07-26
1
-1
/
+1
*
HTTP client now uses non blocking handshake
Fabio Alessandrelli
2018-07-16
1
-5
/
+31
*
Fix CORS problems due to added headers on JS target
GagaPete
2018-07-04
1
-2
/
+31
*
Allow body-up-to-EOF HTTP responses
Pedro J. Estébanez
2018-05-22
1
-15
/
+49
*
Revert "Unify http- and percent- encode/decode"
Pedro J. Estébanez
2018-04-12
1
-3
/
+3
*
Enhance HTTPClient.query_string_from_dict()
Pedro J. Estébanez
2018-03-27
1
-1
/
+21
*
Unify http- and percent- encode/decode
Pedro J. Estébanez
2018-03-27
1
-1
/
+1
*
Fix wrong SSL handshake
Pedro J. Estébanez
2018-03-04
1
-1
/
+1
*
Bind many more properties to scripts
Bojidar Marinov
2018-01-12
1
-0
/
+3
*
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
*
Fix javascript build error and improve #14604
Fabio Alessandrelli
2017-12-15
1
-2
/
+2
*
HTTP cleanup & better defaults
mhilbrunner
2017-12-14
1
-62
/
+66
*
HTTPClient: Add PATCH method and missing HTTP status codes
mhilbrunner
2017-12-12
1
-2
/
+17
*
Implement HTTPClient in HTML5 platform
Leon Krause
2017-11-13
1
-66
/
+69
*
Remove HTTPClient::send_body_text and ::send_body_data
Leon Krause
2017-10-26
1
-12
/
+0
*
Fixed a bug where ssl would force validation even though you told it not to.
Nathan Warden
2017-10-03
1
-1
/
+1
*
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
-70
/
+70
*
Removes type information from method binds
Ignacio Etcheverry
2017-08-10
1
-5
/
+5
*
Don't append standard ports to the request header.
Martin Capitanio
2017-06-13
1
-2
/
+12
*
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
-333
/
+304
*
Various fixes detected using PVS-Studio static analyzer.
Thaer Razeq
2017-02-28
1
-1
/
+1
*
Rename the _MD macro to D_METHOD
Hein-Pieter van Braam
2017-02-13
1
-25
/
+25
*
Merge pull request #7581 from Faless/v6_wild_bind
Rémi Verschelde
2017-02-12
1
-8
/
+1
|
\
|
*
Remove set_ip_type from network classes (no longer needed)
Fabio Alessandrelli
2017-01-23
1
-8
/
+1
*
|
HTTPClient properly handle partial data in non-blocking mode
Fabio Alessandrelli
2017-02-07
1
-2
/
+4
|
/
[next]