summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* openssl: when creating a new context, there cannot be an old oneDaniel Stenberg2021-08-181-2/+1
* sectransp: support CURLINFO_CERTINFOSergey Markelov2021-08-173-48/+85
* ngtcp2: remove the acked_crypto_offset struct field initDaniel Stenberg2021-08-161-1/+0
* misc: update incorrect copyright year rangesDaniel Stenberg2021-08-163-3/+3
* http2: revert call the handle-closed function correctly on closed streamArtur Sinila2021-08-161-4/+0
* auth: do not append zero-terminator to authorisation id in kerberosPatrick Monnerat2021-08-162-14/+8
* auth: use sasl authzid option in kerberosPatrick Monnerat2021-08-164-70/+38
* auth: we do not support a security layer after kerberos authenticationPatrick Monnerat2021-08-162-0/+2
* auth: properly handle byte order in kerberos security messagePatrick Monnerat2021-08-162-25/+30
* x509asn1: fix heap over-read when parsing x509 certificatesz2_2021-08-161-9/+10
* build: fix compiler warningsMAntoniak2021-08-143-8/+10
* c-hyper: initial step for 100-continue supportDaniel Stenberg2021-08-132-3/+57
* vtls: fix typo in schannel_verify.cIkko Ashimine2021-08-131-1/+1
* c-hyper: fix header value passed to debug callbackDaniel Stenberg2021-08-131-1/+1
* cleanup: URL updatesViktor Szakats2021-08-122-2/+3
* asyn-ares.c: move all version number checks to the topDaniel Stenberg2021-08-111-10/+29
* ares: use ares_getaddrinfo()Daniel Stenberg2021-08-111-2/+115
* ngtcp2: utilize crypto API functions to simplifyTatsuhiro Tsujikawa2021-08-101-57/+11
* ngtcp2: reset the oustanding send buffer again when drainedmegatronking2021-08-101-0/+6
* progress: fix a compile warning on some systemsMichael Kaufmann2021-08-101-1/+1
* http: consider cookies over localhost to be secureDaniel Stenberg2021-08-101-17/+22
* hostip: Make Curl_ipv6works function independent of getaddrinfoJay Satiro2021-08-103-32/+36
* ngtcp2: replace deprecated functions with nghttp3_conn_shutdown_stream_readTatsuhiro Tsujikawa2021-08-091-2/+2
* ngtcp2: rework the return value handling of ngtcp2_conn_writev_streamTatsuhiro Tsujikawa2021-08-091-6/+14
* easy: use a custom implementation of wcsdup on WindowsJeff Mears2021-08-093-1/+30
* mbedTLS: initial 3.0.0 supportBenau2021-08-094-13/+77
* mbedtls_threadlock: fix unused variable warningmodbw2021-08-081-18/+7
* ngtcp2: compile with the latest ngtcp2 and nghttp3Tatsuhiro Tsujikawa2021-08-081-6/+22
* connect: remove superfluous conditionalDaniel Gustafsson2021-07-301-6/+4
* bearssl: support CURLOPT_CAINFO_BLOBAleksandr Krotov2021-07-281-16/+66
* c-hyper: remove the hyper_executor_poll() loop from Curl_httpDaniel Stenberg2021-07-271-25/+4
* http_proxy: clear 'sending' when the outgoing request is sentDaniel Stenberg2021-07-251-0/+1
* openssl: fix grammarJosh Soref2021-07-251-36/+36
* Get rid of the unused HAVE_SIG_ATOMIC_T et. al.Dan Fandrich2021-07-2312-60/+0
* vtls: fix connection reuse checks for issuer cert and case sensitivityDaniel Stenberg2021-07-206-27/+45
* sectransp: check for client certs by name first, then fileDaniel Stenberg2021-07-201-14/+19
* telnet: fix option parser to not send uninitialized contentsDaniel Stenberg2021-07-201-6/+11
* connect: fix wrong format specifier in connect error stringJay Satiro2021-07-201-1/+2
* misc: copyright year range updatesDaniel Stenberg2021-07-191-1/+1
* lib: fix compiler warnings with CURL_DISABLE_NETRCMAntoniak2021-07-183-0/+10
* easy: during upkeep, attach Curl_easy to connections in the cacheJosie Huddleston2021-07-171-1/+8
* cleanup: spell DoH with a lowercase oJosh Soref2021-07-165-28/+28
* mbedtls: Remove unnecessary includeMAntoniak2021-07-162-5/+0
* multi: fix crash in curl_multi_wait / curl_multi_pollUser Sg2021-07-161-2/+2
* build: fix compiler warnings when CURL_DISABLE_VERBOSE_STRINGSSergey Markelov2021-07-164-0/+13
* [SChannel] Use '_tcsncmp()' insteadGisle Vanem2021-07-161-18/+8
* [PellesC] missing '_tcsnccmp'Gisle Vanem2021-07-161-0/+10
* Revert "ftp: Expression 'ftpc->wait_data_conn' is always false"Jonathan Wernberg2021-07-081-2/+7
* msnprintf: return number of printed characters excluding null byteDaniel Stenberg2021-07-082-5/+5
* infof: remove newline from format strings, always append itDaniel Stenberg2021-07-0768-933/+918