Rémi Verschelde
|
cb282c6ef0
Style: Set clang-format Standard to Cpp11
|
5 年之前 |
Juan Linietsky
|
3205a92ad8
PoolVector is gone, replaced by Vector
|
5 年之前 |
Rémi Verschelde
|
a7f49ac9a1
Update copyright statements to 2020
|
5 年之前 |
Fabio Alessandrelli
|
6f38aeef52
Merge pull request #33640 from mewin/http_head_request
|
5 年之前 |
Patrick Wuttke
|
2cd68a2566
do not wait for response body when making a HEAD request
|
5 年之前 |
Rémi Verschelde
|
967cc2c014
Merge pull request #33862 from Faless/net/http_request_chunk_size
|
5 年之前 |
Fabio Alessandrelli
|
ed19b4076e
Add download_chunk_size property to HTTPRequest.
|
5 年之前 |
Artem Burjachenko
|
b73073ae36
Fix HTTPClient::poll crash when connection set to null
|
5 年之前 |
qarmin
|
3c154eb93b
Remove unnecessary code and add some error explanations
|
6 年之前 |
qarmin
|
4e5310cc60
Some code changed with Clang-Tidy
|
6 年之前 |
Hein-Pieter van Braam-Stewart
|
64626f682e
Fix a random SSL crash I saw once.
|
6 年之前 |
Rémi Verschelde
|
e0574e1d98
Fix typos with codespell
|
6 年之前 |
Fabio Alessandrelli
|
0e5655694c
Fix HTTPClient keep alive with chunked encoding.
|
6 年之前 |
Fabio Alessandrelli
|
10e4821260
HTTPClient read until EOF fixes
|
6 年之前 |
Fabio Alessandrelli
|
673caa5f46
Fix keep-alive without header in HTTP client
|
6 年之前 |
Rémi Verschelde
|
b16c309f82
Update copyright statements to 2019
|
6 年之前 |
Rémi Verschelde
|
7b081a7fc8
Fix warnings about unhandled enum value in switch [-Wswitch]
|
6 年之前 |
Fabio Alessandrelli
|
92de6df113
Add checks for clean disconnect in HTTP/TCP/SSL.
|
6 年之前 |
Fabio Alessandrelli
|
26677d5e0c
Fix HTTPClient _get_http_data bug after #21976.
|
6 年之前 |
Rémi Verschelde
|
1259cbf13c
Merge pull request #21976 from Faless/http_client_eof_fix
|
7 年之前 |
Rémi Verschelde
|
1a16dabfb5
Merge pull request #21982 from luzpaz/misc-typos
|
7 年之前 |
luz.paz
|
08bde5b2de
Misc. typos
|
7 年之前 |
Fabio Alessandrelli
|
30327872e0
Unify StreamPeerTCP/TCP_Server with NetSocket API
|
7 年之前 |
Fabio Alessandrelli
|
ab0e610e86
Fix non chunked HTTP reading till eof.
|
7 年之前 |
Rémi Verschelde
|
277b24dfb7
Make core/ includes absolute, remove subfolders from include path
|
7 年之前 |
Hein-Pieter van Braam
|
0e29f7974b
Reduce unnecessary COW on Vector by make writing explicit
|
7 年之前 |
Fabio Alessandrelli
|
9ba8f0d2d8
HTTP client now uses non blocking handshake
|
7 年之前 |
GagaPete
|
8a4dccc4ce
Fix CORS problems due to added headers on JS target
|
7 年之前 |
Pedro J. Estébanez
|
2587fcccee
Allow body-up-to-EOF HTTP responses
|
7 年之前 |
Pedro J. Estébanez
|
00e98458ba
Revert "Unify http- and percent- encode/decode"
|
7 年之前 |