summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* asyn-ares: use consistent resolve error messagebagder/ares-errormsgDaniel Stenberg2021-02-184-38/+34
* url.c: use consistent error message for failed resolveDaniel Stenberg2021-02-181-1/+1
* 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
* 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
* doh: add options to disable ssl verificationJay Satiro2021-02-145-39/+74
* hostip: fix crash in sync resolver builds that use DOHJay Satiro2021-02-131-4/+4
* http: use credentials from transfer, not connectionDaniel Stenberg2021-02-139-108/+150
* urldata: don't touch data->set.httpversion at run-timeDaniel Stenberg2021-02-1215-33/+51
* curl: provide libgsasl version and feature info in -V outputDaniel Stenberg2021-02-111-2/+13
* gsasl: fix errors/warnings building against libgsaslViktor Szakats2021-02-101-14/+20
* Makefile.m32: add support for libgsasl dependencyViktor Szakats2021-02-101-0/+12
* ngtcp2: clarify calculation precedenceMarcel Raad2021-02-101-1/+1
* lib: remove redundant codeMarcel Raad2021-02-106-21/+8
* 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-098-11/+13
* ftp: add 'prefer_ascii' to the transfer state structDaniel Stenberg2021-02-095-19/+22
* vtls: initial implementation of rustls backendJacob Hoffman-Andrews2021-02-098-3/+539
* sasl: support SCRAM-SHA-1 and SCRAM-SHA-256 via libgsaslSimon Josefsson2021-02-096-0/+233
* lib: use int type for more port variablesJay Satiro2021-02-096-16/+16
* lib: drop USE_SOCKETPAIR in favor of CURL_DISABLE_SOCKETPAIRJay Satiro2021-02-093-15/+11
* curl_multibyte: fall back to local code page stat/access on WindowsJay Satiro2021-02-091-31/+19
* file: Support unicode urls on windowsStephan Szabo2021-02-092-0/+30
* cmake: fix import library name for non-MS compiler on WindowsVincent Torri2021-02-091-2/+5
* urldata: move 'followlocation' to UrlStateDaniel Stenberg2021-02-093-6/+6
* http_proxy: fix typo in http_proxy.cIkko Ashimine2021-02-091-1/+1
* ftp: never set data->set.ftp_append outside setoptDaniel Stenberg2021-02-086-8/+8
* urldata: remove the 'rtspversion' fieldDaniel Stenberg2021-02-082-6/+2
* vtls: factor out Curl_ssl_getsock to field of Curl_sslJacob Hoffman-Andrews2021-02-0811-13/+29
* hostip: fix build with sync resolverDaniel Stenberg2021-02-051-2/+10
* gskit: correct the gskit_send() prototypeJon Rumsey2021-02-051-1/+1
* urldata: fix build without HTTP and MQTTDaniel Stenberg2021-02-042-7/+0
* ftp: avoid SIZE when asking for a TYPE A fileDaniel Stenberg2021-02-041-7/+13
* pingpong: rename the curl_pp_transfer enum to use PP prefixDaniel Stenberg2021-02-045-33/+32
* build: fix --disable-http-authJay Satiro2021-02-041-1/+5
* build: fix --disable-dateparseJay Satiro2021-02-041-2/+2
* copyright: fix year ranges in need of updatesDaniel Stenberg2021-02-031-1/+1
* ngtcp2: Fix build error due to change in ngtcp2_settingsJay Satiro2021-02-022-8/+11
* vtls: remove md5sumDaniel Stenberg2021-02-0212-148/+0
* quiche: don't use primary_ip / primary_portAlessandro Ghedini2021-02-011-3/+8
* http: improve AWS HTTP v4 Signature authDmitry Wagin2021-01-303-212/+273