summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* fixup s/zero/nulbagder/CURLOPT_POSTFIELDS-clarify-sizeDaniel Stenberg2021-04-231-1/+1
* CURLOPT_POSTFIELDS.3: clarify how it gets the size of the dataDaniel Stenberg2021-04-231-1/+6
* 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
* test 493: require https in curl to runDaniel Stenberg2021-04-201-0/+1
* tool_operate: don't discard failed parallel transfer resultJay Satiro2021-04-201-6/+11
* openssl: fix build error with OpenSSL < 1.0.2Georeth Zhou2021-04-201-2/+2
* README.md: delete Codacy UTM parameters & follow permanent redirect [ci skip]Viktor Szakats2021-04-191-1/+1
* urlapi: "normalize" numerical IPv4 host namesDaniel Stenberg2021-04-192-3/+104
* libssh: fix "empty expression statement has no effect" warningsDaniel Stenberg2021-04-191-39/+63
* hsts: enable by defaultDaniel Stenberg2021-04-1915-40/+65
* vtls: refuse setting any SSL versionDaniel Stenberg2021-04-198-147/+25
* curl: ignore options asking for SSLv2 or SSLv3Daniel Stenberg2021-04-193-8/+7
* test972: verify the json output with jsonlintbagder/test-jsonDaniel Stenberg2021-04-174-1/+68