Daniel Stenberg
|
c214a6a17b
c-hyper: abort CONNECT response reading early on non 2xx responses
|
3 years ago |
Daniel Stenberg
|
0c55fbab45
conn: add 'attach' to protocol handler, make libssh2 use it
|
3 years ago |
Daniel Stenberg
|
51c0ebcff2
http: deal with partial CONNECT sends
|
3 years ago |
Daniel Stenberg
|
1763aceb0c
http: limit the initial send amount to used upload buffer size
|
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 |
Daniel Stenberg
|
d71ff2b9db
hsts: enable by default
|
3 years ago |
Daniel Stenberg
|
95cbcec8f9
urldata: merge "struct DynamicStatic" into "struct UrlState"
|
3 years ago |
Daniel Stenberg
|
0c7d111f4e
urldata: make 'actions[]' use unsigned char instead of int
|
3 years ago |
Daniel Stenberg
|
70472a44de
urldata: remove the _ORIG suffix from string names
|
3 years ago |
Daniel Stenberg
|
cfff12a0b3
lib: remove 'conn->data' completely
|
3 years ago |
Jay Satiro
|
53022e1893
doh: add options to disable ssl verification
|
3 years ago |
Daniel Stenberg
|
46620b9743
http: use credentials from transfer, not connection
|
3 years ago |
Daniel Stenberg
|
88dd1a8a11
urldata: don't touch data->set.httpversion at run-time
|
3 years ago |
Daniel Stenberg
|
528f71c2ec
ftp: add 'list_only' to the transfer state struct
|
3 years ago |
Daniel Stenberg
|
115c9e27f5
ftp: add 'prefer_ascii' to the transfer state struct
|
3 years ago |
Simon Josefsson
|
3eebbfe8f3
sasl: support SCRAM-SHA-1 and SCRAM-SHA-256 via libgsasl
|
3 years ago |
Jay Satiro
|
cb2dc1ba89
lib: use int type for more port variables
|
3 years ago |
Daniel Stenberg
|
f1e5e49879
urldata: move 'followlocation' to UrlState
|
3 years ago |
Daniel Stenberg
|
0c51036eb6
ftp: never set data->set.ftp_append outside setopt
|
3 years ago |
Daniel Stenberg
|
d836d362ec
urldata: remove the 'rtspversion' field
|
3 years ago |
Daniel Stenberg
|
457e864f5e
urldata: fix build without HTTP and MQTT
|
3 years ago |
Dmitry Wagin
|
796ce293de
http: improve AWS HTTP v4 Signature auth
|
3 years ago |
Daniel Stenberg
|
62e0fe2156
urldata: move 'ints' to the end of 'connectdata'
|
3 years ago |
Daniel Stenberg
|
e76b058f3c
urldata: store ip version in a single byte
|
3 years ago |
Daniel Stenberg
|
1c3def53c7
urldata: remove duplicate 'upkeep_interval_ms' from connectdata
|
3 years ago |
Daniel Stenberg
|
d6a37c23a3
urldata: remove 'local_ip' from the connectdata struct
|
3 years ago |
Daniel Stenberg
|
764c6bd3bf
urldata: remove duplicate port number storage
|
3 years ago |
Daniel Stenberg
|
642d78026f
urldata: remove the duplicate 'ip_addr_str' field
|
3 years ago |
Daniel Stenberg
|
8335c6417e
hostip: remove conn->data from resolver functions
|
3 years ago |