summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* schannel: return CURLE_SSL_CACERT on failed verificationbagder/schannel-returncodeDaniel Stenberg2017-09-041-1/+1
* headers: move the global_sslset() proto from multi.h to curl.hDaniel Stenberg2017-09-032-61/+61
* mime: fix signed/unsigned conversions.Patrick Monnerat2017-09-033-16/+25
* tool_formparse: fix some trivial warningsJay Satiro2017-09-031-4/+2
* mime: use size_t instead of ssize_t in public API interface.Patrick Monnerat2017-09-036-53/+61
* mime: remove support "-" stdin pseudo-file name in curl_mime_filedata().Patrick Monnerat2017-09-037-14/+48
* mime: fix some implicit curl_off_t --> size_t conversion warnings.Patrick Monnerat2017-09-032-6/+10
* mime: tests and examples.Patrick Monnerat2017-09-0231-116/+1179
* mime: use in curl cli tool instead of form API.Patrick Monnerat2017-09-0217-456/+768
* mime: new MIME API.Patrick Monnerat2017-09-0238-967/+2919
* test564: Add a warning comment about shell profile output.Patrick Monnerat2017-09-021-0/+2
* checksrc: disable SPACEBEFOREPAREN for case statement.Patrick Monnerat2017-09-021-0/+3
* runtests.pl: allow <file[1-4]> tags in client section.Patrick Monnerat2017-09-021-16/+18
* runtests.pl: Apply strippart to upload too.Patrick Monnerat2017-09-021-0/+11
* Curl_base64_encode: always call with a real data handle.Patrick Monnerat2017-09-025-14/+21
* non-ascii: allow conversion functions to be called with a NULL data handle.Patrick Monnerat2017-09-021-19/+37
* http: fix a memory leakage in checkrtspprefix().Patrick Monnerat2017-09-021-6/+8
* ossfuzz: Move to C++ for curl_fuzzer.Max Dymond2017-09-0210-17/+29
* curl_global_sslset: select backend by name case insensitivelyDaniel Stenberg2017-09-012-3/+3
* ossfuzz: additional seed corporaMax Dymond2017-09-017-0/+2
* ossfuzz: moving towards the ideal integrationMax Dymond2017-09-0119-162/+767
* strcase: corrected comment header for Curl_strcasecompare()Daniel Stenberg2017-08-311-5/+6
* unit1301: fix error message on first testDaniel Stenberg2017-08-311-2/+2
* curl_global_sslset.3: show the struct and enum tooDaniel Stenberg2017-08-311-4/+25
* darwinssl: handle long strings in TLS certs (follow-up)Jay Satiro2017-08-311-2/+17
* cyassl: call it the "WolfSSL" backendDaniel Stenberg2017-08-311-1/+1
* polarssl: fix multissl breakageDaniel Stenberg2017-08-312-7/+4
* configure: remove the leading comma from the backends listDaniel Stenberg2017-08-311-1/+1
* examples/sslbackend.c: fix failure of 'make checksrc'Kamil Dudka2017-08-301-2/+4
* makefile.m32: add multissl supportViktor Szakats2017-08-302-15/+15
* curl.h: CURLSSLBACKEND_WOLFSSL used wrong valueDaniel Stenberg2017-08-301-3/+3
* curl_global_sslset.3: clarifyDaniel Stenberg2017-08-301-15/+19
* curl/multi.h: remove duplicated closing c++ braceDaniel Stenberg2017-08-291-5/+1
* RELEASE-NOTES: synced with 8c33c963aDaniel Stenberg2017-08-291-5/+38
* HELP-US.md: spellingDaniel Stenberg2017-08-291-2/+2
* HELP-US.md: "How to get started helping out in the curl project"Daniel Stenberg2017-08-292-1/+71
* asyn-thread: Fixed cleanup after OOMDan Fandrich2017-08-291-0/+9
* curl_global_init.3: mention curl_global_sslset(3)Daniel Stenberg2017-08-281-1/+2
* unit1606: Fixed shadowed variable warningDan Fandrich2017-08-281-8/+7
* asyn-thread: Improved cleanup after OOM situationsDan Fandrich2017-08-281-3/+7
* asyn-thread: Set errno to the proper value ENOMEM in OOM situationDan Fandrich2017-08-281-1/+1
* configure: Handle "MultiSSL" specially When versioning symbolsJohannes Schindelin2017-08-281-1/+3
* configure: allow setting the default SSL backendJohannes Schindelin2017-08-282-0/+58
* vtls: use Curl_ssl_multi pseudo backend only when neededJohannes Schindelin2017-08-281-1/+26
* version: if built with more than one SSL backend, report all of themJohannes Schindelin2017-08-281-7/+44
* version: add the CURL_VERSION_MULTI_SSL feature flagJohannes Schindelin2017-08-287-6/+29
* metalink: allow compiling with multiple SSL backendsJohannes Schindelin2017-08-281-2/+4
* docs/examples: demonstrate how to select SSL backendsJohannes Schindelin2017-08-284-1/+80
* Add a man page for curl_global_sslset()Johannes Schindelin2017-08-283-1/+74
* vtls: introduce curl_global_sslset()Johannes Schindelin2017-08-285-14/+82