summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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
* rtsp: Segfault in rtsp.c when using WRITEDATAMax Dymond2017-09-151-9/+14
* URL: on connection re-use, still pick the new remote portDaniel Stenberg2017-09-141-0/+1
* code style: remove wrong uses of multiple spacesDaniel Stenberg2017-09-126-8/+8
* checksrc: detect and warn for multiple spacesDaniel Stenberg2017-09-121-0/+13
* code style: use space after semicolonDaniel Stenberg2017-09-123-5/+6
* checksrc: verify space after semicolonsDaniel Stenberg2017-09-121-0/+8
* code style: use spaces around plusesDaniel Stenberg2017-09-1139-161/+162
* 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-1152-503/+503
* 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
* mbedtls: enable CA path processingJay Satiro2017-09-101-1/+1
* rtsp: do not call fwrite() with NULL pointer FILE *Daniel Stenberg2017-09-081-0/+9
* 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
* SSL: fix unused parameter warningsJay Satiro2017-09-064-0/+6
* mime: drop internal FILE * support.Patrick Monnerat2017-09-063-134/+70
* configure: remove --enable-soname-bump and SONAME_BUMPDaniel Stenberg2017-09-061-14/+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-052-16/+473
* mime: unified to use the typedef'd mime structs everywhereDaniel Stenberg2017-09-057-96/+96
* openssl: use OpenSSL's default ciphers by defaultKamil Dudka2017-09-051-4/+14
* http-proxy: treat all 2xx as CONNECT successDaniel Stenberg2017-09-051-3/+4
* mime: use CURL_ZERO_TERMINATED in examplesViktor Szakats2017-09-041-3/+3
* schannel: return CURLE_SSL_CACERT on failed verificationDaniel Stenberg2017-09-041-1/+1
* lib: bump version info (soname). Adapt and reenable test 1135.Patrick Monnerat2017-09-041-2/+2
* mime: use size_t instead of ssize_t in public API interface.Patrick Monnerat2017-09-031-9/+11
* mime: remove support "-" stdin pseudo-file name in curl_mime_filedata().Patrick Monnerat2017-09-032-5/+15
* mime: fix some implicit curl_off_t --> size_t conversion warnings.Patrick Monnerat2017-09-031-2/+2
* mime: new MIME API.Patrick Monnerat2017-09-0215-954/+1995
* checksrc: disable SPACEBEFOREPAREN for case statement.Patrick Monnerat2017-09-021-0/+3
* 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
* curl_global_sslset: select backend by name case insensitivelyDaniel Stenberg2017-09-011-1/+1
* strcase: corrected comment header for Curl_strcasecompare()Daniel Stenberg2017-08-311-5/+6
* 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-311-5/+2