summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* code style: use space after semicolonbagder/checksrc-equals-checksDaniel Stenberg2017-09-115-11/+12
* checksrc: verify space after semicolonsDaniel Stenberg2017-09-111-0/+7
* code style: use spaces around plusesDaniel Stenberg2017-09-11104-366/+386
* checksrc: detect and warn for lack of spaces next to plus signsDaniel Stenberg2017-09-111-0/+13
* code style: use spaces around equals signsDaniel Stenberg2017-09-11144-990/+995
* checksrc: verify spaces around equals signsDaniel Stenberg2017-09-111-1/+17
* Curl_checkheaders: make it available for IMAP and SMTP tooDaniel Stenberg2017-09-115-25/+30
* travis: add build without HTTP/SMTP/IMAPDaniel Stenberg2017-09-111-0/+4
* mbedtls: enable CA path processingJay Satiro2017-09-103-5/+7
* rtsp: do not call fwrite() with NULL pointer FILE *Daniel Stenberg2017-09-082-0/+9
* configure: use -Wno-varargs on clang 3.9[.X] debug buildsDaniel Stenberg2017-09-081-1/+6
* ossfuzz: add some more handled CURL optionsMax Dymond2017-09-0811-28/+160
* configure: check for C++ compiler after C, to make it non-fatalDaniel Stenberg2017-09-071-1/+1
* form API: add new test 650.Patrick Monnerat2017-09-074-2/+316
* configure: fix curl_off_t check's include orderJay Satiro2017-09-071-1/+1
* KNOWN_BUGS: Remove CMake symbol hiding issueJakub Zakrzewski2017-09-071-1/+0
* http-proxy: when not doing CONNECT, that phase is done immediatelyDaniel Stenberg2017-09-071-1/+1
* OpenSSL: fix yet another mistake while encapsulating SSL backend dataJohannes Schindelin2017-09-071-1/+3
* OpenSSL: fix erroneous SSL backend encapsulationJohannes Schindelin2017-09-071-2/+2
* vtls: fix memory corruptionJay Satiro2017-09-071-0/+10
* vtls: switch to CURL_SHA256_DIGEST_LENGTH defineDaniel Stenberg2017-09-073-7/+8
* travis: add c-ares enabled builds linux + osxDaniel Stenberg2017-09-071-0/+7
* HISTORY: added some recent itemsDaniel Stenberg2017-09-071-0/+18
* SSL: fix unused parameter warningsJay Satiro2017-09-064-0/+6
* mime: drop internal FILE * support.Patrick Monnerat2017-09-064-137/+74
* configure: remove --enable-soname-bump and SONAME_BUMPDaniel Stenberg2017-09-062-47/+0
* vtls: select ssl backend case-insensitive (follow-up)Gisle Vanem2017-09-062-7/+10
* openssl: Integrate Peter Wu's SSLKEYLOGFILE implementationJay Satiro2017-09-052-0/+171
* mime: fix a trivial warning.Patrick Monnerat2017-09-051-1/+0
* mime: replace 'struct Curl_mimepart' by 'curl_mimepart' in encoder code.Patrick Monnerat2017-09-052-23/+22
* mime: implement encoders.Patrick Monnerat2017-09-0512-45/+809
* runtests.pl: support attribute "nonewline" in part verify/upload.Patrick Monnerat2017-09-051-0/+7
* fixup data/test1135Daniel 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
* openssl: use OpenSSL's default ciphers by defaultKamil Dudka2017-09-051-4/+14
* examples/mime: minor example code fixesViktor Szakats2017-09-056-11/+11
* 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