summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* configure/cmake: check for memmembagder/memmem-checkDaniel Stenberg2021-05-043-0/+5
* RELEASE-NOTES: syncedDaniel Stenberg2021-05-041-8/+61
* libssh2: ignore timeout during disconnectDaniel Stenberg2021-05-041-16/+15
* KNOWN_BUGS: add two HTTP/2 bugsDaniel Stenberg2021-05-031-0/+14
* KNOWN_BUGS: add three HTTP/3 issuesDaniel Stenberg2021-05-031-22/+45
* CURLcode: add CURLE_SSL_CLIENTCERTejanchivdorj2021-05-037-4/+26
* .github/FUNDING: add link to GitHub sponsorsTobias Gabriel2021-05-031-0/+1
* krb5/name_to_level: replace checkprefix with curl_strequalHarry Sintonen2021-05-031-1/+1
* Curl_input_digest: require space after DigestHarry Sintonen2021-05-031-1/+1
* Curl_http_header: check for colon when matching Persistent-AuthHarry Sintonen2021-05-031-1/+1
* Curl_http_input_auth: require valid separator after negotiation typeHarry Sintonen2021-05-031-5/+12
* 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-303-3/+50
* 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
* docs: camelcase it like GitHub everywhereAyushman Singh Chauhan2021-04-285-7/+7
* docs: fix typo in fail-with-body docLucas Servén Marín2021-04-271-1/+1
* 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
* libcurl-security.3: be careful of setuidDaniel Stenberg2021-04-271-0/+12
* 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
* libcurl-security.3: don't try to filter IPv4 hosts based on the URLDaniel Stenberg2021-04-261-1/+7
* nss_set_blocking: avoid static for sock_optHarry Sintonen2021-04-261-1/+1
* RELEASE-NOTES: syncedDaniel Stenberg2021-04-261-7/+30
* docs/HTTP3.md: fix nghttp2's HTTP/3 server portYusuke Nakamura2021-04-261-1/+1
* krb5: don't use 'static' to store PBSZ size responseDaniel Stenberg2021-04-261-1/+1
* m4: add security frameworks on Mac when compiling rustlsKevin Burke2021-04-251-0/+3
* krb5: remove the unused 'overhead' functionDaniel Stenberg2021-04-252-14/+1
* curl_url_set.3: add memory management informationJohann1502021-04-251-0/+3
* c-hpyer: fix handling of zero-byte chunk from hyperJacob Hoffman-Andrews2021-04-251-0/+2
* CURLOPT_POSTFIELDS.3: clarify how it gets the size of the dataDaniel Stenberg2021-04-231-1/+6
* cmake: make libcurl output filename configurableRalph Langendam2021-04-231-1/+5
* vtls: reset ssl use flag upon negotiation failurePatrick Monnerat2021-04-231-1/+5
* configure: fix typo in TLS error messageDaniel Stenberg2021-04-231-1/+1
* README: link to the commercial support optionDaniel Stenberg2021-04-231-0/+5
* version: add gsasl_version to curl_version_info_dataMartin Halle2021-04-226-5/+32
* schannel: Support strong crypto optionMorten Minde Neergaard2021-04-222-0/+15
* RELEASE-NOTES: syncedDaniel Stenberg2021-04-221-6/+49
* ci: adapt to configure requiring an explicit TLS choiceDaniel Stenberg2021-04-227-69/+74
* configure: split out each TLS library detector into its own functionDaniel Stenberg2021-04-2212-1202/+1437
* configure: make the TLS library choice(s) explicitDaniel Stenberg2021-04-223-148/+150