aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2017-09-18socks: fix incorrect port number in SOCKS4 error messageJay Satiro
2017-09-16schannel: Support partial send for when data is too largeMarc Aldorasi
2017-09-16openssl: add missing includesDavid Benjamin
2017-09-15conversions: fix several compiler warningsDaniel Stenberg
2017-09-15server/getpart: provide dummy function to build conversion enabledDaniel Stenberg
2017-09-15non-ascii: use iconv() with 'char **' argumentDaniel Stenberg
2017-09-15escape.c: error: pointer targets differ in signednessDaniel Stenberg
2017-09-15docs: clarify the CURLOPT_INTERLEAVE* options behaviorDaniel Stenberg
2017-09-15rtsp: Segfault in rtsp.c when using WRITEDATAMax Dymond
2017-09-15tests: enable gssapi in travis-ci linux buildIsaac Boukris
2017-09-15tests: add initial gssapi test using stub implementationIsaac Boukris
2017-09-15test1150: verify same host fetch using different ports over proxyDaniel Stenberg
2017-09-14URL: on connection re-use, still pick the new remote portDaniel Stenberg
2017-09-12RELEASE-NOTES: synced with 87501e57fDaniel Stenberg
2017-09-12code style: remove wrong uses of multiple spacesDaniel Stenberg
2017-09-12checksrc: detect and warn for multiple spacesDaniel Stenberg
2017-09-12code style: use space after semicolonDaniel Stenberg
2017-09-12checksrc: verify space after semicolonsDaniel Stenberg
2017-09-11code style: use spaces around plusesDaniel Stenberg
2017-09-11checksrc: detect and warn for lack of spaces next to plus signsDaniel Stenberg
2017-09-11code style: use spaces around equals signsDaniel Stenberg
2017-09-11checksrc: verify spaces around equals signsDaniel Stenberg
2017-09-11Curl_checkheaders: make it available for IMAP and SMTP tooDaniel Stenberg
2017-09-11travis: add build without HTTP/SMTP/IMAPDaniel Stenberg
2017-09-10mbedtls: enable CA path processingJay Satiro
2017-09-08rtsp: do not call fwrite() with NULL pointer FILE *Daniel Stenberg
2017-09-08configure: use -Wno-varargs on clang 3.9[.X] debug buildsDaniel Stenberg
2017-09-08ossfuzz: add some more handled CURL optionsMax Dymond
2017-09-07configure: check for C++ compiler after C, to make it non-fatalDaniel Stenberg
2017-09-07form API: add new test 650.Patrick Monnerat
2017-09-07configure: fix curl_off_t check's include orderJay Satiro
2017-09-07KNOWN_BUGS: Remove CMake symbol hiding issueJakub Zakrzewski
2017-09-07http-proxy: when not doing CONNECT, that phase is done immediatelyDaniel Stenberg
2017-09-07OpenSSL: fix yet another mistake while encapsulating SSL backend dataJohannes Schindelin
2017-09-07OpenSSL: fix erroneous SSL backend encapsulationJohannes Schindelin
2017-09-07vtls: fix memory corruptionJay Satiro
2017-09-07vtls: switch to CURL_SHA256_DIGEST_LENGTH defineDaniel Stenberg
2017-09-07travis: add c-ares enabled builds linux + osxDaniel Stenberg
2017-09-07HISTORY: added some recent itemsDaniel Stenberg
2017-09-06SSL: fix unused parameter warningsJay Satiro
2017-09-06mime: drop internal FILE * support.Patrick Monnerat
2017-09-06configure: remove --enable-soname-bump and SONAME_BUMPDaniel Stenberg
2017-09-06vtls: select ssl backend case-insensitive (follow-up)Gisle Vanem
2017-09-05openssl: Integrate Peter Wu's SSLKEYLOGFILE implementationJay Satiro
2017-09-05mime: fix a trivial warning.Patrick Monnerat
2017-09-05mime: replace 'struct Curl_mimepart' by 'curl_mimepart' in encoder code.Patrick Monnerat
2017-09-05mime: implement encoders.Patrick Monnerat
2017-09-05runtests.pl: support attribute "nonewline" in part verify/upload.Patrick Monnerat
2017-09-05fixup data/test1135Daniel Stenberg
2017-09-05mime: unified to use the typedef'd mime structs everywhereDaniel Stenberg