summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* fixup make it NULL instead to please unicode builds on windowsbagder/tool-without-argsDaniel Stenberg2021-02-261-1/+1
* tool_operate: check argc before accessing argv[1]Daniel Stenberg2021-02-261-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
* BUGS: language polishDaniel Stenberg2021-02-181-8/+8
* wolfssl: don't store a NULL sessionidDaniel Stenberg2021-02-171-21/+21
* parse_proxy: fix a memory leak in the OOM pathDaniel Stenberg2021-02-171-6/+13
* url: fix possible use-after-free in default protocolJay Satiro2021-02-171-5/+4
* multi: rename the multi transfer statesDaniel Stenberg2021-02-163-139/+134
* http: do not add a referrer header with empty valueViktor Szakats2021-02-161-1/+2
* lib: remove 'conn->data' completelyDaniel Stenberg2021-02-167-79/+26
* openldap: pass 'data' to the callbacks instead of 'conn'Daniel Stenberg2021-02-161-7/+9
* doh: Fix sharing user's resolve list with DOH handlesJay Satiro2021-02-151-0/+1
* http2: remove conn->data useDaniel Stenberg2021-02-154-40/+67
* openssl: remove conn->data useDaniel Stenberg2021-02-151-13/+21
* RELEASE-NOTES: syncedDaniel Stenberg2021-02-151-8/+14
* doh: add options to disable ssl verificationJay Satiro2021-02-1422-44/+404
* hostip: fix crash in sync resolver builds that use DOHJay Satiro2021-02-131-4/+4
* KNOWN_BUGS: cannot enable LDAPS on Windows with cmakeDaniel Stenberg2021-02-131-0/+5
* KNOWN_BUGS: Excessive HTTP/2 packets with TCP_NODELAYDaniel Stenberg2021-02-131-0/+11
* http: use credentials from transfer, not connectionDaniel Stenberg2021-02-1312-112/+211