HenrikHolst
|
b807219292
misc: reduce strlen() calls with Curl_dyn_add()
|
2 years ago |
Daniel Stenberg
|
91e3996aa7
urldata: CONN_IS_PROXIED replaces bits.close when proxy can be disabled
|
2 years ago |
Daniel Gustafsson
|
f06280eb53
doh: remove experimental code for DoH with GET
|
3 years ago |
Josh Soref
|
de1004eb0f
cleanup: spell DoH with a lowercase o
|
3 years ago |
Daniel Stenberg
|
e7416cfd2b
infof: remove newline from format strings, always append it
|
3 years ago |
Daniel Stenberg
|
6a40e6f8be
doh: (void)-prefix call to curl_easy_setopt
|
3 years ago |
zhangxiuhua
|
23eef2394c
doh: fix wrong DEBUGASSERT for doh private_data
|
3 years ago |
Lucas Clemente Vella
|
84d2839740
CURLOPT_IPRESOLVE: preventing wrong IP version from being used
|
3 years ago |
Gilles Vollant
|
77fc3859b2
SSL: support in-memory CA certs for some backends
|
4 years ago |
Jay Satiro
|
54e7475016
schannel: Disable auto credentials; add an option to enable it
|
3 years ago |
Jay Satiro
|
8a4ef73c8f
docs: Explain DOH transfers inherit some SSL settings
|
3 years ago |
Jay Satiro
|
1ba0d4bdb3
doh: Inherit CURLOPT_STDERR from user's easy handle
|
3 years ago |
Daniel Stenberg
|
70472a44de
urldata: remove the _ORIG suffix from string names
|
3 years ago |
Jay Satiro
|
e68ee39f3d
doh: Fix sharing user's resolve list with DOH handles
|
3 years ago |
Jay Satiro
|
53022e1893
doh: add options to disable ssl verification
|
3 years ago |
Daniel Stenberg
|
8335c6417e
hostip: remove conn->data from resolver functions
|
3 years ago |
Daniel Stenberg
|
b97a60f5f4
doh: make Curl_doh_is_resolved survive a NULL pointer
|
3 years ago |
Daniel Stenberg
|
6246a1d8c6
doh: allocate state struct on demand
|
3 years ago |
Daniel Stenberg
|
476e1339ef
doh: remove Curl_ prefix from static functions
|
3 years ago |
Emil Engler
|
725ec470e2
language: s/behaviour/behavior/g
|
3 years ago |
Daniel Stenberg
|
aba01da639
failf: remove newline from formatting strings
|
3 years ago |
Daniel Stenberg
|
4d2f800677
curl.se: new home
|
4 years ago |
Michael Baentsch
|
ede125b7b7
tls: add CURLOPT_SSL_EC_CURVES and --curves
|
4 years ago |
Emil Engler
|
a6a17662f2
doh: add error message for DOH_DNS_NAME_TOO_LONG
|
4 years ago |
Marcel Raad
|
d746ff1107
doh: remove redundant cast
|
4 years ago |
Daniel Stenberg
|
54d3769761
Curl_addrinfo: use one malloc instead of three
|
4 years ago |
Daniel Stenberg
|
67d2802dea
hostip: on macOS avoid DoH when given a numerical IP address
|
4 years ago |
Daniel Stenberg
|
8df455479f
source cleanup: remove all custom typedef structs
|
4 years ago |
Daniel Stenberg
|
ed35d6590e
dynbuf: introduce internal generic dynamic buffer functions
|
4 years ago |
Rikard Falkeborn
|
fc0e29dd57
doh: Constify some input pointers
|
4 years ago |