summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* curl: make str2udouble not return values on errorbagder/str2udouble-integer-overflowDaniel Stenberg2017-09-171-3/+5
* schannel: Support partial send for when data is too largeMarc Aldorasi2017-09-161-2/+1
* openssl: add missing includesDavid Benjamin2017-09-161-0/+2
* conversions: fix several compiler warningsDaniel Stenberg2017-09-152-14/+16
* server/getpart: provide dummy function to build conversion enabledDaniel Stenberg2017-09-151-1/+29
* non-ascii: use iconv() with 'char **' argumentDaniel Stenberg2017-09-151-3/+3
* escape.c: error: pointer targets differ in signednessDaniel Stenberg2017-09-151-2/+2
* docs: clarify the CURLOPT_INTERLEAVE* options behaviorDaniel Stenberg2017-09-152-5/+10
* rtsp: Segfault in rtsp.c when using WRITEDATAMax Dymond2017-09-151-9/+14
* tests: enable gssapi in travis-ci linux buildIsaac Boukris2017-09-151-1/+2
* tests: add initial gssapi test using stub implementationIsaac Boukris2017-09-1510-2/+825
* test1150: verify same host fetch using different ports over proxyDaniel Stenberg2017-09-152-1/+57
* URL: on connection re-use, still pick the new remote portDaniel Stenberg2017-09-141-0/+1
* RELEASE-NOTES: synced with 87501e57fDaniel Stenberg2017-09-121-5/+35
* code style: remove wrong uses of multiple spacesDaniel Stenberg2017-09-127-10/+10
* checksrc: detect and warn for multiple spacesDaniel Stenberg2017-09-121-0/+13
* code style: use space after semicolonDaniel Stenberg2017-09-125-11/+12
* checksrc: verify space after semicolonsDaniel Stenberg2017-09-121-0/+8
* 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