summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* fixup data/test1135bagder/mime-cleanupsDaniel Stenberg2017-09-051-1/+1
* mime: unified to use the typedef'd mime structs everywhereDaniel Stenberg2017-09-057-96/+96
* curl.h: use lower case curl_mime* as for all public symbolsDaniel Stenberg2017-09-051-3/+3
* docs/curl_mime_*.3: use correct variable types in examplesDaniel Stenberg2017-09-057-14/+14
* docs/curl_mime_*.3: added examplesDaniel Stenberg2017-09-059-2/+128
* configure: add MultiSSL to FEATURES when enabledDaniel Stenberg2017-09-051-0/+6
* http-proxy: treat all 2xx as CONNECT successDaniel Stenberg2017-09-053-4/+84
* MAIL-ETIQUETTE: added "1.9 Your emails are public"Daniel Stenberg2017-09-051-5/+26
* curl.h: fix "unused checksrc ignore", remove dangling referenceDaniel Stenberg2017-09-041-4/+1
* docs: Update to secure URL versionsViktor Szakats2017-09-043-4/+4
* mime: use CURL_ZERO_TERMINATED in examplesViktor Szakats2017-09-046-19/+19
* schannel: return CURLE_SSL_CACERT on failed verificationDaniel Stenberg2017-09-041-1/+1
* test1135: fixed after bd8070085f9Daniel Stenberg2017-09-041-2/+2
* examples/post-callback: stop returning one byte at a timeDaniel Stenberg2017-09-041-23/+32
* RELEASE-NOTES: fixed the function counter scriptDaniel Stenberg2017-09-041-1/+1
* curl.h: make the curl_strequal() protos use the same styleDaniel Stenberg2017-09-041-2/+2
* docs: curl_mime_*.3 man page formatting editsDaniel Stenberg2017-09-0412-67/+72
* RELEASE-NOTES: synced with 1ab9e9b50Daniel Stenberg2017-09-041-10/+18
* lib: bump version info (soname). Adapt and reenable test 1135.Patrick Monnerat2017-09-043-6/+15
* 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