summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* wolfssl: handle SSL_write() returns 0 for errorbagder/wolfssl-writeDaniel Stenberg2021-04-261-1/+1
* 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
* tests/disable-scan.pl: also scan all m4 filesDaniel Stenberg2021-04-221-2/+14
* schannel: Disable auto credentials; add an option to enable itJay Satiro2021-04-2220-28/+108
* vtls: deduplicate some DISABLE_PROXY ifdefsMichaƂ Antoniak2021-04-2213-120/+31
* OS400: fix typoJay Satiro2021-04-221-1/+1
* checksrc: complain on == NULL or != 0 checks in conditionsbagder/checksrc-conditionsDaniel Stenberg2021-04-222-4/+36
* tidy-up: make conditional checks more consistentDaniel Stenberg2021-04-2285-283/+282
* vauth: factor base64 conversions out of authentication proceduresPatrick Monnerat2021-04-2213-713/+439
* bufref: buffer reference supportPatrick Monnerat2021-04-229-3/+398
* os400: additional support for options metadataPatrick Monnerat2021-04-224-68/+321
* test server: take care of siginterrupt() deprecationPatrick Monnerat2021-04-221-24/+42
* lib1564.c: enable last wakeup test part on WindowsMarc Hoersken2021-04-211-10/+1
* 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-214-4/+4
* 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-214-4/+4
* sws: #ifdef S_IFSOCK useDaniel Stenberg2021-04-211-0/+2
* 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-212-1/+8
* 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
* test1660: check the created HSTS file as text modeDaniel Stenberg2021-04-211-1/+1
* RELEASE-NOTES: syncedDaniel Stenberg2021-04-201-3/+30