summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* http: fix the check for 'Authorization' with BearerDaniel Stenberg2021-05-022-1/+3
* http2: fix a resource leak in push_promise()Kamil Dudka2021-05-011-0/+1
* http2: fix resource leaks in set_transfer_url()Kamil Dudka2021-05-011-7/+17
* rustls: use ALPNJacob Hoffman-Andrews2021-04-301-0/+47
* gskit: fix CURL_DISABLE_PROXY buildMAntoniak2021-04-301-0/+23
* gskit: fix undefined reference to 'conn'MAntoniak2021-04-291-1/+3
* tls: add USE_HTTP2 defineJacob Hoffman-Andrews2021-04-299-56/+55
* lib: fix 0-length Curl_client_write callsJacob Hoffman-Andrews2021-04-294-6/+16
* lib: remove strlen call from Curl_client_writeJacob Hoffman-Andrews2021-04-294-15/+19
* lib: fix some misuse of curlx_convert_UTF8_to_tcharJay Satiro2021-04-272-15/+22
* ntlm: precaution against super huge type2 offsetsDaniel Stenberg2021-04-271-1/+2
* c-hyper: fix unused variable ‘wrote’Daniel Stenberg2021-04-271-1/+0
* c-hyper: don't write to set.writeheader if nullKevin Burke2021-04-271-8/+6
* wolfssl: handle SSL_write() returns 0 for errorDaniel Stenberg2021-04-261-1/+1
* easy: ignore sigpipe in curl_easy_sendDaniel Stenberg2021-04-261-0/+3
* sigpipe: ignore SIGPIPE when using wolfSSL as wellDaniel Stenberg2021-04-261-2/+2
* nss_set_blocking: avoid static for sock_optHarry Sintonen2021-04-261-1/+1
* krb5: don't use 'static' to store PBSZ size responseDaniel Stenberg2021-04-261-1/+1
* krb5: remove the unused 'overhead' functionDaniel Stenberg2021-04-252-14/+1
* c-hpyer: fix handling of zero-byte chunk from hyperJacob Hoffman-Andrews2021-04-251-0/+2
* cmake: make libcurl output filename configurableRalph Langendam2021-04-231-1/+5
* vtls: reset ssl use flag upon negotiation failurePatrick Monnerat2021-04-231-1/+5
* version: add gsasl_version to curl_version_info_dataMartin Halle2021-04-221-1/+12
* schannel: Support strong crypto optionMorten Minde Neergaard2021-04-221-0/+9
* 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