summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* ngtcp2: Use ALPN h3-29 for nowTatsuhiro Tsujikawa2021-04-131-4/+6
* ntlm: fix negotiated flags usagePatrick Monnerat2021-04-091-13/+19
* ntlm: support version 2 on 32-bit platformsPatrick Monnerat2021-04-093-19/+66
* curl_ntlm_core.h: simplify conditionals for USE_NTLM2SESSIONPatrick Monnerat2021-04-091-3/+2
* lib: remove unused HAVE_INET_NTOA_R* definesDaniel Stenberg2021-04-082-18/+0
* configure: include <time.h> unconditionallyMichael Forney2021-04-071-7/+1
* configure: remove use of RETSIGTYPEMichael Forney2021-04-0714-44/+7
* ngtcp2+gnutls: clear credentials when freedDaniel Stenberg2021-04-071-1/+3
* libssh: get rid of PATH_MAXEmil Engler2021-04-051-4/+3
* http_proxy: only loop on 407 + close if we have credentialsDaniel Stenberg2021-04-051-1/+2
* h2: allow 100 streams by defaultDaniel Stenberg2021-04-051-1/+1
* file: support GETing directories againLuke Granger-Brown2021-04-051-12/+17
* TLS: fix HTTP/2 selectionDaniel Stenberg2021-04-027-8/+8
* hostip: Fix for builds that disable all asynchronous DNSJay Satiro2021-04-021-0/+2
* openssl: Fix CURLOPT_SSLCERT_BLOB without CURLOPT_SSLCERT_KEYGilles Vollant2021-03-311-52/+56
* define: remove CURL_DISABLE_NTLM ifdefsbagder/disable-scan-improvementDaniel Stenberg2021-03-292-4/+1
* vtls: fix addsessionid for non-proxy buildsDaniel Stenberg2021-03-291-3/+0
* cmake: support WinIDNLi Xinwei2021-03-291-0/+6
* transfer: clear 'referer' in declarationDaniel Stenberg2021-03-291-2/+2
* vtls: add 'isproxy' argument to Curl_ssl_get/addsessionid()Daniel Stenberg2021-03-2810-44/+103
* transfer: strip credentials from the auto-referer header fieldViktor Szakats2021-03-281-2/+23
* curl_sasl: fix compiler error with --disable-crypto-authDaniel Stenberg2021-03-281-2/+1
* ldap: only set the callback ptr for TLS context when TLS is usedPatrick Monnerat2021-03-281-4/+5
* copyright: update copyright year ranges to 2021Daniel Stenberg2021-03-278-8/+9
* send_speed: simplify the checks for if a speed limit is setDaniel Stenberg2021-03-273-7/+7
* http: cap body data amount during send speed limitingDaniel Stenberg2021-03-272-11/+40
* urldata: merge "struct DynamicStatic" into "struct UrlState"Daniel Stenberg2021-03-2616-141/+127
* openssl: ensure to check SSL_CTX_set_alpn_protos return valuesJean-Philippe Menil2021-03-251-1/+4
* multi: close the connection when h2=>h1 downgradingDaniel Stenberg2021-03-251-0/+1
* openssl: set the transfer pointer for logging earlyDaniel Stenberg2021-03-251-0/+1
* openldap: disconnect betterDaniel Stenberg2021-03-241-1/+1
* libssh2: kdb_callback: get the right struct pointerDaniel Stenberg2021-03-231-2/+2
* tftp: remove unused struct fieldsDaniel Stenberg2021-03-231-7/+0
* openldap: avoid NULL pointer dereferencesDaniel Stenberg2021-03-231-15/+25
* http: strip default port from URL sent to proxyDaniel Stenberg2021-03-231-1/+1
* tftp: remove the 3600 second default timeoutDaniel Stenberg2021-03-221-38/+22
* ngtcp2: sync with recent API updatesDaniel Stenberg2021-03-221-2/+4
* libssh2:ssh_connect: clear session pointer after freeDaniel Stenberg2021-03-211-0/+1
* rustls: Handle close_notify.Jacob Hoffman-Andrews2021-03-211-2/+6
* docs: Explain DOH transfers inherit some SSL settingsJay Satiro2021-03-171-1/+5
* http: make 416 not fail with resume + CURLOPT_FAILONERRRORDaniel Stenberg2021-03-171-0/+8
* Curl_timeleft: check both timeouts during connectbagder/timeleftDaniel Stenberg2021-03-171-40/+38
* rustls: allocate a buffer for TLS data.Jacob Hoffman-Andrews2021-03-161-9/+15
* http2: don't set KEEP_SEND when there's no more data to be sentRobert Ronto2021-03-151-3/+5
* config: fix building SMB with configure using Win32 CryptoMarc Hoersken2021-03-151-1/+1
* config: fix detection of restricted Windows App environmentMarc Hoersken2021-03-151-11/+10
* hsts: remove unused definesDaniel Gustafsson2021-03-141-2/+0
* ftp: fix memory leak in ftp_doneDaniel Stenberg2021-03-121-1/+3
* http2: fail if connection terminated without END_STREAMoxalica2021-03-121-0/+11
* rustls: support CURLOPT_SSL_VERIFYPEERJacob Hoffman-Andrews2021-03-121-42/+97