summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* vtls: provide curl_global_sslset() even in non-SSL buildsbagder/sslset-without-sslDaniel Stenberg2017-09-211-1/+11
* openssl: only verify RSA private key if supportedDirk Feytons2017-09-211-6/+22
* examples/post-callback: use long for CURLOPT_POSTFIELDSIZEMarcel Raad2017-09-211-1/+1
* mime: rephrase the multipart output state machine (#1898) ...Patrick Monnerat2017-09-201-2/+5
* mime: fix an explicit null dereference (#1899)Patrick Monnerat2017-09-201-2/+2
* curl: check fseek() return code and bail on errorDaniel Stenberg2017-09-201-2/+10
* smtp: fix memory leak in OOMDaniel Stenberg2017-09-201-1/+4
* RELEASE-NOTES: synced with 5fe85587cDaniel Stenberg2017-09-201-9/+36
* cookies: use lock when using CURLINFO_COOKIELISTPavel P2017-09-192-8/+19
* ossfuzz: changes before merging the generated corporaMax Dymond2017-09-185-50/+179
* mime:escape_string minor clarification changeDaniel Stenberg2017-09-181-2/+5
* ossfuzz: don't write out to stdoutMax Dymond2017-09-182-0/+40
* cookies: reject oversized cookiesDaniel Stenberg2017-09-185-14/+96
* travis: on mac, don't install openssl or libidnDaniel Stenberg2017-09-181-1/+1
* curl: make str2udouble not return values on errorDaniel Stenberg2017-09-181-3/+5
* socks: fix incorrect port number in SOCKS4 error messageJay Satiro2017-09-181-4/+4
* 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