Daniel Stenberg
|
0cbd6f8df7
url: Curl_free_request_state() should also free doh handles
|
5 years ago |
Daniel Stenberg
|
807c056c08
conn-reuse: requests wanting NTLM can reuse non-NTLM connections
|
5 years ago |
Daniel Stenberg
|
e062043433
url: normalize CURLINFO_EFFECTIVE_URL
|
5 years ago |
Daniel Stenberg
|
249541f12f
cookies: change argument type for Curl_flush_cookies
|
5 years ago |
Daniel Stenberg
|
8a00560de2
http2: move state-init from creation to pre-transfer
|
5 years ago |
Jay Satiro
|
cded993700
url: don't set appconnect time for non-ssl/non-ssh connections
|
5 years ago |
Jay Satiro
|
af3ced3b9c
url: fix the NULL hostname compiler warning case
|
5 years ago |
Daniel Stenberg
|
389426e3d0
url: remove dead code
|
5 years ago |
Daniel Stenberg
|
3ab45650e2
url: part of expression is always true: (bundle->multiuse == 0)
|
5 years ago |
Daniel Stenberg
|
3c5f9ba899
url: only reuse TLS connections with matching pinning
|
5 years ago |
Daniel Stenberg
|
beb4350917
url: cleanup dangling DOH request headers too
|
5 years ago |
Daniel Stenberg
|
9bc44ff64d
doh: clean up dangling DOH handles and memory on easy close
|
5 years ago |
Daniel Stenberg
|
5050edb124
cleanup: move functions out of url.c and make them static
|
5 years ago |
Daniel Stenberg
|
e59540139a
cleanup: remove DOT_CHAR completely
|
5 years ago |
Daniel Stenberg
|
69b3ff5118
alt-svc: add protocol version selection masking
|
5 years ago |
Daniel Stenberg
|
a93b43cde8
http3: fix the HTTP/3 in the request, make alt-svc set right versions
|
5 years ago |
Daniel Stenberg
|
98c3f14871
alt-svc: send Alt-Used: in redirected requests
|
5 years ago |
Daniel Stenberg
|
fd00e14adb
curl.h: add CURL_HTTP_VERSION_3 to the version enum
|
5 years ago |
Steve Holme
|
7c469fa537
sasl: Implement SASL authorisation identity via CURLOPT_SASL_AUTHZID
|
5 years ago |
Daniel Stenberg
|
a42b0957ab
http09: disable HTTP/0.9 by default in both tool and library
|
5 years ago |
Daniel Stenberg
|
cc28a502bc
url: make use of new HTTP version if alt-svc has one
|
5 years ago |
Daniel Stenberg
|
a9a2b26830
url: set conn->transport to default TCP at init time
|
5 years ago |
Daniel Stenberg
|
b1616dad8f
timediff: make it 64 bit (if possible) even with 32 bit time_t
|
5 years ago |
Daniel Stenberg
|
a55faf33d4
cleanup: remove the 'numsocks' argument used in many places
|
5 years ago |
Daniel Stenberg
|
3af0e76d1e
HTTP3: initial (experimental) support
|
5 years ago |
Jay Satiro
|
e8442e4ffc
libcurl: Restrict redirect schemes (follow-up)
|
5 years ago |
Linos Giannopoulos
|
6080ea098d
libcurl: Restrict redirect schemes
|
5 years ago |
Daniel Stenberg
|
755083d00d
conn_maxage: move the check to prune_dead_connections()
|
5 years ago |
Cliff Crosland
|
f67009dd98
url: Fix CURLOPT_MAXAGE_CONN time comparison
|
5 years ago |
Daniel Stenberg
|
094b5f3540
multi: make sure 'data' can present in several sockhash entries
|
5 years ago |