summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* multi: close the connection when h2=>h1 downgradingbagder/h1h2-downgrade-closeDaniel 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
* openssl: remove get_ssl_version_txt in favor of SSL_get_versionJean-Philippe Menil2021-02-261-30/+1
* gnutls: Fix nettle discoveryDaniel Gustafsson2021-02-251-1/+0
* build: remove all traces of USE_BLOCKING_SOCKETSDaniel Stenberg2021-02-256-20/+4
* cookies: Use named parameters in header prototypesDaniel Gustafsson2021-02-231-6/+7
* urldata: make 'actions[]' use unsigned char instead of intDaniel Stenberg2021-02-242-10/+10
* cmake: use CMAKE_INSTALL_INCLUDEDIR indirectionGregor Jasny2021-02-241-1/+1
* mingw: enable using strcasecmp()Viktor Szakats2021-02-231-1/+3
* build: delete unused feature guardsViktor Szakats2021-02-237-42/+5
* multi: do once-per-transfer inits in before_perform in DID stateDaniel Stenberg2021-02-221-4/+4
* time: enable 64-bit time_t in supported mingw environmentsViktor Szakats2021-02-211-4/+9
* memdebug: close debug logfile explicitly on exitJay Satiro2021-02-201-0/+17
* curl_multibyte: always return a heap-allocated copy of stringJay Satiro2021-02-202-22/+25
* http: add support to read and store the referrer headerViktor Szakats2021-02-191-0/+4