summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* asyn-ares: use consistent resolve error messagebagder/ares-errormsgDaniel 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
* test433: clear some home dir env variablesDaniel Stenberg2021-02-121-0/+2
* RELEASE-NOTES: syncedDaniel Stenberg2021-02-122-11/+32
* travis: install libgsasl-dev to add that to the buildsDaniel Stenberg2021-02-121-0/+1
* urldata: don't touch data->set.httpversion at run-timeDaniel Stenberg2021-02-1217-34/+109
* tests: disable .curlrc in more environmentsViktor Szakats2021-02-111-0/+2
* docs/Makefile.inc: format to be update-friendlyViktor Szakats2021-02-112-242/+358
* curl: provide libgsasl version and feature info in -V outputDaniel Stenberg2021-02-112-2/+14
* gsasl: provide CURL_VERSION_GSASL if built-inDaniel Stenberg2021-02-113-1/+6
* curl: add --fail-with-bodyDaniel Stenberg2021-02-1113-14/+179
* TODO: remove HSTSDaniel Stenberg2021-02-101-11/+0
* tests: Fix tests failing due to change in curl --helpJay Satiro2021-02-102-2/+2
* tool_help: add missing argument for --create-file-modeJay Satiro2021-02-101-2/+2
* create-file-mode.d: add missing Arg tagJay Satiro2021-02-101-1/+2
* gsasl: fix errors/warnings building against libgsaslViktor Szakats2021-02-101-14/+20
* Makefile.m32: add support for libgsasl dependencyViktor Szakats2021-02-103-0/+34
* ngtcp2: clarify calculation precedenceMarcel Raad2021-02-101-1/+1
* server: remove redundant conditionMarcel Raad2021-02-102-2/+0
* lib: remove redundant codeMarcel Raad2021-02-106-21/+8
* mqttd: remove unused variableMarcel Raad2021-02-101-2/+0
* tool_paramhlp: reduce variable scopeMarcel Raad2021-02-101-1/+2
* tests: reduce variable scopesMarcel Raad2021-02-102-7/+4
* lib: reduce variable scopesMarcel Raad2021-02-102-8/+4
* ftp: fix Codacy/cppcheck warning about null pointer arithmeticMarcel Raad2021-02-101-1/+2
* ngtcp2: adapt to the new recv_datagram callbackDaniel Stenberg2021-02-091-1/+2
* quiche: fix build error: use 'int' for port numberDaniel Stenberg2021-02-091-1/+1
* ftp: add 'list_only' to the transfer state structDaniel Stenberg2021-02-0910-12/+87
* ftp: add 'prefer_ascii' to the transfer state structDaniel Stenberg2021-02-099-21/+146
* RELEASE-NOTES: syncedDaniel Stenberg2021-02-091-6/+36
* vtls: initial implementation of rustls backendJacob Hoffman-Andrews2021-02-0912-8/+639