summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Curl_timeleft: check both timeouts during connectbagder/timeleftDaniel Stenberg2021-03-171-40/+38
* configure: remove use of deprecated macrosDaniel Stenberg2021-03-163-13/+1
* configure: make AC_TRY_* into AC_*_IFELSEDaniel Stenberg2021-03-161-28/+33
* configure: s/AC_HELP_STRING/AS_HELP_STRINGDaniel Stenberg2021-03-164-182/+182
* RELEASE-NOTES: syncedDaniel Stenberg2021-03-161-7/+35
* travis: use ubuntu nghttp2 package instead of build our ownDaniel Stenberg2021-03-162-13/+1
* travis: bump wolfssl to 4.7.0Daniel Stenberg2021-03-162-6/+6
* travis: only build wolfssl when neededDaniel Stenberg2021-03-162-6/+9
* rustls: allocate a buffer for TLS data.Jacob Hoffman-Andrews2021-03-161-9/+15
* travis: add a rustls buildDaniel Stenberg2021-03-162-0/+21
* HTTP2: remove the outdated remark about multiplexing for the toolDaniel Stenberg2021-03-161-5/+0
* 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-154-39/+131
* config: fix detection of restricted Windows App environmentMarc Hoersken2021-03-151-11/+10
* HISTORY: curl 7.7.2 was the first version used in Mac OS X 10.1Daniel Stenberg2021-03-151-5/+5
* gen.pl: quote "bare" minuses in the nroff curl.1Daniel Stenberg2021-03-142-5/+19
* hsts: remove unused definesDaniel Gustafsson2021-03-141-2/+0
* github: add torture-ftp for FTP-only torture testingDaniel Stenberg2021-03-121-0/+5
* travis: split "torture" into a separate "events" build as wellDaniel Stenberg2021-03-122-1/+20
* ftp: fix memory leak in ftp_doneDaniel Stenberg2021-03-121-1/+3
* http2: fail if connection terminated without END_STREAMoxalica2021-03-121-0/+11
* RELEASE-NOTES: syncedDaniel Stenberg2021-03-121-8/+48
* rustls: support CURLOPT_SSL_VERIFYPEERJacob Hoffman-Andrews2021-03-121-42/+97
* cookies: Fix potential NULL pointer deref with PSLDaniel Gustafsson2021-03-121-2/+6
* configure: only add OpenSSL paths if they are definedMichael Hordijk2021-03-121-2/+4
* retry.d: Clarify transient 5xx HTTP response codesJay Satiro2021-03-121-1/+2
* retry-all-errors.d: Explain curl errors versus HTTP response errorsJay Satiro2021-03-121-0/+8
* travis: switch ngtcp2 build over to quictlsDaniel Stenberg2021-03-111-1/+1
* test220/314: adjust to run with HyperDaniel Stenberg2021-03-112-0/+16
* c-hyper: support automatic content-encodingDaniel Stenberg2021-03-111-1/+19
* http: remove superfluous NULL assignDaniel Stenberg2021-03-111-3/+1
* tool_operate: bail if set CURLOPT_HTTP09_ALLOWED returns errorDaniel Stenberg2021-03-111-0/+4
* setopt: error on CURLOPT_HTTP09_ALLOWED set true with HyperDaniel Stenberg2021-03-111-0/+6
* test306: make it not run with HyperDaniel Stenberg2021-03-111-0/+1
* test304: header CRLF cleanup to work with HyperDaniel Stenberg2021-03-111-1/+1
* FTP: allow SIZE to fail when doing (resumed) uploadDaniel Stenberg2021-03-113-3/+58
* configure: provide Largefile feature for curl-configDaniel Stenberg2021-03-112-2/+9
* config: remove CURL_SIZEOF_CURL_OFF_T use only SIZEOF_CURL_OFF_TDaniel Stenberg2021-03-1114-28/+26
* 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
* lib1536: check ptr against NULL before dereferencing itkokke2021-03-101-1/+1
* lib1537: check ptr against NULL before dereferencing itkokke2021-03-101-1/+1
* travis: make torture tests skip TLS-SRP testsDaniel Stenberg2021-03-101-3/+2
* 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
* RELEASE-NOTES: syncedDaniel Stenberg2021-03-081-5/+5
* RELEASE-NOTES: syncedDaniel Stenberg2021-03-061-9/+40
* 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