summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* vtls: fix addsessionid for non-proxy buildsbagder/noproxy-fixDaniel Stenberg2021-03-291-1/+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
* cookies: Fix potential NULL pointer deref with PSLDaniel Gustafsson2021-03-121-2/+6
* c-hyper: support automatic content-encodingDaniel Stenberg2021-03-111-1/+19
* http: remove superfluous NULL assignDaniel Stenberg2021-03-111-3/+1
* setopt: error on CURLOPT_HTTP09_ALLOWED set true with HyperDaniel Stenberg2021-03-111-0/+6
* FTP: allow SIZE to fail when doing (resumed) uploadDaniel Stenberg2021-03-111-2/+6
* config: remove CURL_SIZEOF_CURL_OFF_T use only SIZEOF_CURL_OFF_TDaniel Stenberg2021-03-1110-21/+19
* ngtcp2: Fix build error due to change in ngtcp2_addr_initJun-ya Kato2021-03-101-4/+4
* multi: update pending list when removing handleejanchivdorj2021-03-101-0/+13
* openssl: adapt to v3's new const for a few API callsDaniel Stenberg2021-03-091-3/+9
* quiche: fix crash when failing to connectDaniel Stenberg2021-03-082-1/+5
* dynbuf: bump the max HTTP request to 1MBDaniel Stenberg2021-03-061-2/+2
* schannel: Evaluate CURLOPT_SSL_OPTIONS via SSL_SET_OPTION macroJay Satiro2021-03-063-4/+4
* c-hyper: Remove superfluous pointer checkkokke2021-03-051-2/+0
* doh: Inherit CURLOPT_STDERR from user's easy handleJay Satiro2021-03-021-0/+2
* ldap: use correct memory free functionDaniel Gustafsson2021-03-011-3/+3
* url: fix typo in commentDaniel Gustafsson2021-02-281-1/+1