summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* ftp: fix memory leak in ftp_donebagder/ftp-leak-doneDaniel Stenberg2021-03-121-1/+3
* 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
* version.d: Add missing features to the features listJay Satiro2021-03-041-6/+16
* docs: add missing Arg tag to --stderrVladimir Varlamov2021-03-042-1/+2
* projects: Update VS projects for OpenSSL 1.1.xJay Satiro2021-03-0321-468/+514
* doh: Inherit CURLOPT_STDERR from user's easy handleJay Satiro2021-03-021-0/+2
* CI/azure: replace python-impacket with python3-impacketMarc Hoersken2021-03-011-1/+1
* runtests.pl: kill processes locking test log filesMarc Hoersken2021-03-013-8/+56
* pathhelp.pm: fix use of pwd -L in Msys environmentMarc Hoersken2021-03-011-3/+25
* ldap: use correct memory free functionDaniel Gustafsson2021-03-011-3/+3
* url: fix typo in commentDaniel Gustafsson2021-02-281-1/+1
* tool_help: Increase space between option and descriptionJay Satiro2021-02-284-10/+10
* curl: set CURLOPT_NEW_FILE_PERMS if requestedDaniel Stenberg2021-02-271-0/+3
* tool_operate: check argc before accessing argv[1]Daniel Stenberg2021-02-271-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-253-70/+2
* cookies: Support multiple -b parametersDaniel Gustafsson2021-02-257-15/+48
* build: remove all traces of USE_BLOCKING_SOCKETSDaniel Stenberg2021-02-256-20/+4
* RELEASE-NOTES: syncedDaniel Stenberg2021-02-251-9/+25
* docs: Fix typosDaniel Gustafsson2021-02-252-3/+3
* 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
* configure: fail if --with-quiche is used and quiche isn't foundDaniel Stenberg2021-02-241-4/+2