summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* schannel: Disable auto credentials; add an option to enable itJay Satiro2021-04-224-7/+24
* vtls: deduplicate some DISABLE_PROXY ifdefsMichaƂ Antoniak2021-04-2213-120/+31
* checksrc: complain on == NULL or != 0 checks in conditionsbagder/checksrc-conditionsDaniel Stenberg2021-04-221-1/+18
* tidy-up: make conditional checks more consistentDaniel Stenberg2021-04-2252-191/+190
* vauth: factor base64 conversions out of authentication proceduresPatrick Monnerat2021-04-2213-713/+439
* bufref: buffer reference supportPatrick Monnerat2021-04-223-0/+175
* multi: fix slow write/upload performance on WindowsMarc Hoersken2021-04-211-6/+13
* multi: reduce Win32 API calls to improve performanceMarc Hoersken2021-04-211-75/+45
* Revert "Revert 'multi: implement wait using winsock events'"Marc Hoersken2021-04-212-3/+153
* Revert "cmake: make libcurl library output name configurable"Daniel Stenberg2021-04-211-1/+1
* sectransp: allow cipher name to be specifiedMichael Kolechkin2021-04-211-693/+852
* NSS: add ciphers to mapMichael Kolechkin2021-04-211-0/+25
* http2: remove DEBUG_HTTP2Daniel Stenberg2021-04-211-1/+0
* cmake: make libcurl library output name configurableRalph Langendam2021-04-211-1/+1
* curl_setup: provide the shutdown flags widerDaniel Stenberg2021-04-211-5/+11
* connect: use CURL_SA_FAMILY_T for portabilityDaniel Stenberg2021-04-211-1/+1
* urlapi: make sure no +/- signs are accepted in IPv4 numericalsDaniel Stenberg2021-04-211-1/+5
* ConnectionExists: respect requests for h1 connections betterDaniel Stenberg2021-04-211-0/+7
* multi: don't close connection HTTP_1_1_REQUIREDDaniel Stenberg2021-04-211-1/+1
* http2: move the stream error field to the per-transfer storageDaniel Stenberg2021-04-214-17/+17
* http2: call the handle-closed function correctly on closed streamDaniel Stenberg2021-04-211-0/+4
* openssl: fix build error with OpenSSL < 1.0.2Georeth Zhou2021-04-201-2/+2
* urlapi: "normalize" numerical IPv4 host namesDaniel Stenberg2021-04-191-2/+90
* libssh: fix "empty expression statement has no effect" warningsDaniel Stenberg2021-04-191-39/+63
* hsts: enable by defaultDaniel Stenberg2021-04-199-19/+26
* vtls: refuse setting any SSL versionDaniel Stenberg2021-04-197-144/+20
* openldap: protect SSL-specific code with proper #ifdefDaniel Stenberg2021-04-151-0/+2
* libssh2: fix Value stored to 'sshp' is never readDaniel Stenberg2021-04-151-3/+1
* rustls: only return CURLE_AGAIN when TLS session is fully drainedJavier Blazquez2021-04-151-5/+8
* cookie: CURLOPT_COOKIEFILE set to NULL switches off cookiesDaniel Stenberg2021-04-141-0/+14
* ngtcp2: Use ALPN h3-29 for nowTatsuhiro Tsujikawa2021-04-131-4/+6
* ntlm: fix negotiated flags usagePatrick Monnerat2021-04-091-13/+19
* ntlm: support version 2 on 32-bit platformsPatrick Monnerat2021-04-093-19/+66
* curl_ntlm_core.h: simplify conditionals for USE_NTLM2SESSIONPatrick Monnerat2021-04-091-3/+2
* lib: remove unused HAVE_INET_NTOA_R* definesDaniel Stenberg2021-04-082-18/+0
* configure: include <time.h> unconditionallyMichael Forney2021-04-071-7/+1
* configure: remove use of RETSIGTYPEMichael Forney2021-04-0714-44/+7
* ngtcp2+gnutls: clear credentials when freedDaniel Stenberg2021-04-071-1/+3
* libssh: get rid of PATH_MAXEmil Engler2021-04-051-4/+3
* http_proxy: only loop on 407 + close if we have credentialsDaniel Stenberg2021-04-051-1/+2
* h2: allow 100 streams by defaultDaniel Stenberg2021-04-051-1/+1
* file: support GETing directories againLuke Granger-Brown2021-04-051-12/+17
* TLS: fix HTTP/2 selectionDaniel Stenberg2021-04-027-8/+8
* hostip: Fix for builds that disable all asynchronous DNSJay Satiro2021-04-021-0/+2
* openssl: Fix CURLOPT_SSLCERT_BLOB without CURLOPT_SSLCERT_KEYGilles Vollant2021-03-311-52/+56
* define: remove CURL_DISABLE_NTLM ifdefsbagder/disable-scan-improvementDaniel Stenberg2021-03-292-4/+1
* vtls: fix addsessionid for non-proxy buildsDaniel Stenberg2021-03-291-3/+0
* cmake: support WinIDNLi Xinwei2021-03-291-0/+6
* transfer: clear 'referer' in declarationDaniel Stenberg2021-03-291-2/+2
* vtls: add 'isproxy' argument to Curl_ssl_get/addsessionid()Daniel Stenberg2021-03-2810-44/+103