summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* openssl: adapt to v3's new const for a few API callsbagder/openssl3-constDaniel Stenberg2021-03-081-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
* 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-2311-133/+7
* docs: add CURLOPT_CURLU to 'See also' in curl_url_ functionsJay Satiro2021-02-236-5/+6
* configure: make hyper opt-in, and fail if missingJacob Hoffman-Andrews2021-02-231-17/+11
* multi: do once-per-transfer inits in before_perform in DID stateDaniel Stenberg2021-02-221-4/+4
* RELEASE-NOTES: syncedDaniel Stenberg2021-02-211-7/+46
* CODE_STYLE.md: fix broken link to INTERNALSDaniel Stenberg2021-02-211-2/+2
* curl_url_set.3: mention CURLU_PATH_AS_ISDaniel Stenberg2021-02-211-2/+6
* time: enable 64-bit time_t in supported mingw environmentsViktor Szakats2021-02-211-4/+9
* test1188: Check for --fail HTTP statusJay Satiro2021-02-201-6/+15
* 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 new files missed from referrer commitViktor Szakats2021-02-192-0/+118
* http: add support to read and store the referrer headerViktor Szakats2021-02-1915-11/+35
* urldata: remove the _ORIG suffix from string namesDaniel Stenberg2021-02-1912-82/+83
* url: fix memory leak if OOM in the HSTS handlingDaniel Stenberg2021-02-191-1/+3
* gnutls: assume nettle crypto supportDaniel Stenberg2021-02-186-212/+24
* asyn-ares: use consistent resolve error messageDaniel Stenberg2021-02-184-38/+34
* ci: stop building on freebsd-12-1Viktor Szakats2021-02-181-1/+0
* test1188: change error from connect to resolve errorDaniel Stenberg2021-02-181-2/+2
* url.c: use consistent error message for failed resolveDaniel Stenberg2021-02-181-1/+1