summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
...
* openssl: remove get_ssl_version_txt in favor of SSL_get_versionJean-Philippe Menil2021-02-261-30/+1
* gnutls: Fix nettle discoveryDaniel Gustafsson2021-02-251-1/+0
* build: remove all traces of USE_BLOCKING_SOCKETSDaniel Stenberg2021-02-256-20/+4
* 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
* 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-237-42/+5
* multi: do once-per-transfer inits in before_perform in DID stateDaniel Stenberg2021-02-221-4/+4
* time: enable 64-bit time_t in supported mingw environmentsViktor Szakats2021-02-211-4/+9
* 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 support to read and store the referrer headerViktor Szakats2021-02-191-0/+4
* 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-185-198/+21
* asyn-ares: use consistent resolve error messageDaniel 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