Daniel Stenberg
|
8f4608468b
ftp: add more conditions for connection reuse
|
1 year ago |
Viktor Szakats
|
75087c3baa
misc: fix typos
|
1 year ago |
Daniel Stenberg
|
c9c3ec482b
setopt: move the CURLOPT_CHUNK_DATA pointer to the set struct
|
1 year ago |
Stefan Eissing
|
72bb489543
setopt: allow HTTP3 when HTTP2 is not defined
|
1 year ago |
James Keast
|
635bf5a6b2
setopt: Address undefined behaviour by checking for null
|
1 year ago |
Daniel Stenberg
|
a0adda4b47
setopt: use >, not >=, when checking if uarg is larger than uint-max
|
1 year ago |
Daniel Stenberg
|
b45b6b618d
setopt: move the SHA256 opt within #ifdef libssh2
|
1 year ago |
Daniel Stenberg
|
1485e89213
misc: reduce struct and struct field sizes
|
1 year ago |
Daniel Stenberg
|
2bc1d775f5
copyright: update all copyright lines and remove year ranges
|
1 year ago |
Daniel Stenberg
|
becfe2ec78
urldata: cease storing TLS auth type
|
1 year ago |
Stefan Eissing
|
71b7e01610
lib: connect/h2/h3 refactor
|
1 year ago |
Daniel Stenberg
|
076a2f6291
share: add sharing of HSTS cache among handles
|
1 year ago |
Daniel Stenberg
|
db07301fbb
urldata: remove unused struct fields, made more conditional
|
1 year ago |
Daniel Stenberg
|
f4883ba966
urldata: make set.http200aliases conditional on HTTP being present
|
1 year ago |
Daniel Stenberg
|
31b9a32260
urldata: make 'ftp_create_missing_dirs' depend on FTP || SFTP
|
1 year ago |
Daniel Stenberg
|
af5999a674
urldata: move the cookefilelist to the 'set' struct
|
1 year ago |
Daniel Stenberg
|
57d2d9b6be
lib: use size_t or int etc instead of longs
|
1 year ago |
Daniel Stenberg
|
c7cd781a63
urldata: change port num storage to int and unsigned short
|
2 years ago |
Alexandre Ferrieux
|
49798cac83
CURLOPT_QUICK_EXIT: don't wait for DNS thread on exit
|
2 years ago |
Stefan Eissing
|
dafdb20a26
lib: connection filters (cfilter) addition to curl:
|
2 years ago |
Michael Drake
|
1fdca35ddd
curl.h: add CURLOPT_CA_CACHE_TIMEOUT option
|
2 years ago |
Rose
|
f151ec6c10
lib: fix some type mismatches and remove unneeded typecasts
|
2 years ago |
Ayesh Karunaratne
|
4484270afc
misc: typo and grammar fixes
|
2 years ago |
Viktor Szakats
|
811c799f2d
cmake: really enable warnings with clang
|
2 years ago |
Patrick Monnerat
|
2437fac013
lib: sanitize conditional exclusion around MIME
|
2 years ago |
Patrick Monnerat
|
9d51329047
setopt: use the handler table for protocol name to number conversions
|
2 years ago |
Daniel Stenberg
|
a64e3e5993
setopt: when POST is set, reset the 'upload' field
|
2 years ago |
Daniel Stenberg
|
ddda4fdf3d
setopt: fix compiler warning
|
2 years ago |
Daniel Stenberg
|
cd5ca80f00
urldata: use a curl_prot_t type for storing protocol bits
|
2 years ago |
Daniel Stenberg
|
9ac40bfcf0
setopt: make protocol2num use a curl_off_t for the protocol bit
|
2 years ago |