summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* multi: set in_callback for multi interface callbacksDaniel Stenberg2022-01-171-2/+17
* misc: remove the final watcom referencesDaniel Stenberg2022-01-174-31/+11
* misc: remove BeOS code and referencesDaniel Stenberg2022-01-172-13/+2
* mbedtls: fix CURLOPT_SSLCERT_BLOB (again)Niels Martignène2022-01-151-1/+1
* quiche: verify the server cert on connectAlessandro Ghedini2022-01-152-15/+109
* checksrc: fix typo in commentIkko Ashimine2022-01-151-1/+1
* mqtt: free any leftover when doneDaniel Stenberg2022-01-131-2/+14
* formdata: avoid size_t => long typecast overflowsDaniel Stenberg2022-01-131-2/+7
* mbedtls: return CURLcode result instead of a mbedtls error codeMAntoniak2022-01-121-1/+1
* openldap: implement SASL authenticationPatrick Monnerat2022-01-111-13/+309
* mesalink: remove supportDaniel Stenberg2022-01-106-724/+5
* ldap: return CURLE_URL_MALFORMAT for bad URLDaniel Stenberg2022-01-102-7/+5
* rustls: add CURLOPT_CAINFO_BLOB supportStephen M. Coakley2022-01-101-3/+31
* url: given a user in the URL, find pwd for that user in netrcDaniel Stenberg2022-01-091-15/+31
* mbedtls: Fix ssl_init error with mbedTLS 3.1.0+Niels Martignène2022-01-091-6/+6
* ngtcp2: fix declaration of ‘result’ shadows a previous localDaniel Stenberg2022-01-081-1/+0
* openssl.h: avoid including OpenSSL headers hereDaniel Stenberg2022-01-081-3/+9
* openssl: copyright year updateDaniel Stenberg2022-01-071-1/+1
* openssl: check the return value of BIO_new_mem_buf()xkernel2022-01-071-1/+12
* socks5: use appropriate ATYP for numerical IP address host namesDaniel Stenberg2022-01-031-5/+28
* ftp: disable warning 4706 in MSVCDaniel Stenberg2022-01-031-1/+6
* mbedtls: fix private member designations for v3.1.0Valentin Richter2022-01-031-4/+4
* urlapi: if possible, shorten given numerical IPv6 addressesDaniel Stenberg2022-01-021-8/+18
* url: reduce ssl backend count for CURL_DISABLE_PROXY buildsMAntoniak2022-01-021-2/+11
* misc: update copyright year rangeDaniel Stenberg2021-12-302-2/+2
* gtls: add gnutls include for the session typeDaniel Stenberg2021-12-291-1/+1
* http_proxy: don't close the socket (too early)Daniel Stenberg2021-12-292-2/+6
* ngtcp2: verify the server certificate for the gnutls caseDaniel Stenberg2021-12-283-17/+24
* ngtcp2: verify the server cert on connect (quictls)Daniel Stenberg2021-12-284-13/+84
* checksrc: detect more kinds of NULL comparisons we avoidDaniel Stenberg2021-12-2720-60/+60
* mesalink: remove the BACKEND define kludgeDaniel Stenberg2021-12-261-43/+48
* schannel: remove the BACKEND define kludgeDaniel Stenberg2021-12-261-187/+198
* gtls: check return code for gnutls_alpn_set_protocolsDaniel Stenberg2021-12-261-1/+5
* 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