summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* http: Fix CURLOPT_HTTP200ALIASESVladimir Panteleev2021-12-211-1/+1
* nss:set_cipher don't clobber the cipher listDaniel Stenberg2021-12-201-38/+40
* misc: s/e-mail/emailDaniel Stenberg2021-12-192-2/+2
* openssl: define HAVE_OPENSSL_VERSION for OpenSSL 1.1.0+Jay Satiro2021-12-161-7/+14
* x509asn1: return early on errorsDaniel Stenberg2021-12-151-39/+88
* openldap: several minor improvementsPatrick Monnerat2021-12-151-79/+100
* misc: remove unused doh flags when CURL_DISABLE_DOH is definedMAntoniak2021-12-154-1/+28
* mbedtls: fix CURLOPT_SSLCERT_BLOBDaniel Stenberg2021-12-141-3/+10
* asyn-ares: ares_getaddrinfo needs no happy eyeballs timerDaniel Stenberg2021-12-141-0/+4
* check ssl_config when re-use proxy connectionMrDwZ2021-12-141-7/+6
* mbedtls: do a separate malloc for ca_info_blobDaniel Stenberg2021-12-141-19/+17
* openldap: simplify ldif generation codePatrick Monnerat2021-12-131-62/+47
* sha256/md5: return errors when init failsx20182021-12-139-40/+73
* openldap: process search query response messages one by onePatrick Monnerat2021-12-111-157/+114
* hash: lazy-alloc the table in Curl_hash_add()bagder/hash-lazyallocDaniel Stenberg2021-12-107-69/+68
* multi: cleanup the socket hash when destroying itbagder/sockhash-destroyDaniel Stenberg2021-12-101-6/+27
* hash: add asserts to help detect bad usageDaniel Stenberg2021-12-091-2/+7
* multi: handle errors returned from socket/timer callbacksDaniel Stenberg2021-12-065-59/+131
* http2:set_transfer_url() return early on OOMDaniel Stenberg2021-12-061-1/+4
* openldap: implement STARTTLSPatrick Monnerat2021-12-062-6/+67
* urlapi: accept port number zeroDaniel Stenberg2021-12-031-3/+1
* mbedTLS: include NULL byte in blob data length for CURLOPT_CAINFO_BLOBFlorian Van Heghe2021-12-021-2/+7
* version_win32: Check build number and platform idWyatt O'Day2021-12-027-26/+76
* libssh2: fix error message for sha256 mismatchJay Satiro2021-12-021-1/+1
* openssl: check the return value of BIO_new()x20182021-12-011-0/+12
* mbedTLS: add support for CURLOPT_CAINFO_BLOBFlorian Van Heghe2021-11-301-1/+20
* digest: compute user:realm:pass digest w/o userhashGlenn Strauss2021-11-301-2/+1
* openldap: handle connect phase with a state machinePatrick Monnerat2021-11-261-111/+213
* Makefile.m32: rename -winssl option to -schannel and tidy upViktor Szakats2021-11-251-26/+26
* urlapi: provide more detailed return codesbagder/urlapi-returncodesDaniel Stenberg2021-11-252-66/+126
* urlapi: make Curl_is_absolute_url always use MAX_SCHEME_LENDaniel Stenberg2021-11-254-13/+15
* urlapi: reject short file URLsDaniel Stenberg2021-11-231-0/+4
* urlapi: cleanup scheme parsingStefan Eissing2021-11-221-16/+22
* 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
* http: enable haproxy support for hyper backendDaniel Stenberg2021-11-192-8/+3
* cmake: don't set _USRDLL on a static Windows buildDon2021-11-181-4/+1
* tftp: mark protocol as not possible to do over CONNECTDaniel Stenberg2021-11-154-7/+14
* mime: use percent-escaping for multipart form field and file namesPatrick Monnerat2021-11-154-21/+54
* 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
* 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
* vtls/rustls: adapt to the updated rustls_version protoDaniel Stenberg2021-11-111-11/+17
* vtls/rustls: handle RUSTLS_RESULT_PLAINTEXT_EMPTYKevin Burke2021-11-111-7/+4
* vtls/rustls: update to compile with rustls-ffi v0.8.0Kevin Burke2021-11-111-3/+3
* multi: shut down CONNECT in Curl_detach_connnectionDaniel Stenberg2021-11-112-5/+6