summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* fixup don't start a line with a dot!bagder/insecure-sftp-scpDaniel Stenberg2021-11-251-1/+1
* insecure.d: detail its use for SFTP and SCP as wellDaniel Stenberg2021-11-251-11/+14
* urlapi: provide more detailed return codesbagder/urlapi-returncodesDaniel Stenberg2021-11-258-111/+289
* urlapi: make Curl_is_absolute_url always use MAX_SCHEME_LENDaniel Stenberg2021-11-255-14/+17
* cmake: warn on use of the now deprecated symbolsJay Satiro2021-11-251-3/+18
* tests/CI.md: add more information on CI environmentsKevin Burke2021-11-234-35/+137
* cmake: private identifiers use CURL_ instead of CMAKE_ prefixDaniel Stenberg2021-11-233-47/+43
* urlapi: reject short file URLsDaniel Stenberg2021-11-232-0/+10
* curl: improve error message for --head with -JDaniel Stenberg2021-11-231-1/+1
* RELEASE-NOTES: syncedDaniel Stenberg2021-11-221-3/+32
* urlapi: cleanup scheme parsingStefan Eissing2021-11-221-16/+22
* tool_operate: only set SSH related libcurl options for SSH URLsDaniel Stenberg2021-11-213-36/+83
* rustls: remove comment about checking handshakingJacob Hoffman-Andrews2021-11-201-3/+0
* openssl: use non-deprecated API to read key parametersMarcel Raad2021-11-201-28/+66
* openssl: reduce code duplicationMarcel Raad2021-11-201-25/+12
* openssl: remove `RSA_METHOD_FLAG_NO_CHECK` handling if unavailableMarcel Raad2021-11-201-1/+2
* openssl: remove usage of deprecated `SSL_get_peer_certificate`Marcel Raad2021-11-201-2/+6
* page-footer: fix typoDaniel Stenberg2021-11-191-1/+1
* http: enable haproxy support for hyper backendDaniel Stenberg2021-11-193-10/+3
* configure: fix runtime-lib detection on macOSBernhard Walle2021-11-181-4/+10
* cmake: don't set _USRDLL on a static Windows buildDon2021-11-181-4/+1
* page-footer: document more environment variablesDaniel Stenberg2021-11-171-0/+29
* netrc.d: edit the .netrc example to look nicerDaniel Stenberg2021-11-171-2/+4
* tftp: mark protocol as not possible to do over CONNECTDaniel Stenberg2021-11-154-7/+14
* docs/cmdline-opts: do not say "protocols: all"Daniel Stenberg2021-11-153-3/+0
* curl.1: require "see also" for every documented optionDaniel Stenberg2021-11-15168-8/+179
* insecure.d: expand and clarifyDaniel Stenberg2021-11-151-7/+9
* gen.pl: improve example output formatDaniel Stenberg2021-11-153-10/+16
* Revert "form-escape.d: double the back-slashes for proper man page output"Daniel Stenberg2021-11-151-1/+1
* form-escape.d: double the back-slashes for proper man page outputDaniel Stenberg2021-11-151-1/+1
* page-footer: add a mention of how to report bugs to the man pageDaniel Stenberg2021-11-151-0/+3
* RELEASE-NOTES: syncedDaniel Stenberg2021-11-152-11/+37
* mime: use percent-escaping for multipart form field and file namesPatrick Monnerat2021-11-1523-31/+464
* zuul.d: update rustls-ffi to version 0.8.2Kevin Burke2021-11-152-3/+3
* configure: better diagnostics if hyper is built wrongDaniel Stenberg2021-11-141-1/+7
* test1939: require proxy support to runDaniel Stenberg2021-11-141-0/+3
* test302[12]: run only with the libssh2 backendDaniel Stenberg2021-11-142-0/+8
* runtests: make the SSH library a testable featureDaniel Stenberg2021-11-142-0/+18
* rustls: read of zero bytes might be okayJacob Hoffman-Andrews2021-11-131-8/+18
* rustls: remove incorrect EOF checkJacob Hoffman-Andrews2021-11-131-5/+0
* lib1939: make it endure torture testsDaniel Stenberg2021-11-131-29/+26
* azure: make the "w/o HTTP/SMTP/IMAP" build disable SSL properDaniel Stenberg2021-11-131-1/+1
* configure: add -lm to configure for rustls build.Jacob Hoffman-Andrews2021-11-131-8/+3
* curl_share_setopt.3: refer to CURLSHOPT_USERDATA(3) properlyDaniel Stenberg2021-11-121-2/+1
* curl_share_setopt.3: split out options into their own manpagesDaniel Stenberg2021-11-127-70/+370
* http_proxy: make Curl_connect_done() work for proxy disabled buildsDaniel Stenberg2021-11-121-1/+2
* Curl_connect_done: handle being called twiceDaniel Stenberg2021-11-121-2/+3
* configure: don't enable TLS when --without-* flags are usedStan Hu2021-11-121-9/+27
* docs/checksrc: Add documentation for STRERRORRikard Falkeborn2021-11-111-1/+3
* vtls/rustls: adapt to the updated rustls_version protoDaniel Stenberg2021-11-113-13/+20