summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* teset1160: verifies the cookie leak fix for large cookiesbagder/cookie-leakDaniel Stenberg2017-09-292-0/+50
* cookie: fix memory leak on oversized rejectionDaniel Stenberg2017-09-291-1/+1
* connect: fix race condition with happy eyeballs timeoutAnders Bakken2017-09-291-1/+1
* docs: link CURLOPT_CONNECTTIMEOUT and CURLOPT_CONNECTTIMEOUT_MSMichael Kaufmann2017-09-282-0/+8
* docs: clarify the use of environment variables for proxyMichael Kaufmann2017-09-282-1/+7
* http: add custom empty headers to repeated requestsMichael Kaufmann2017-09-282-3/+15
* reuse_conn: don't copy flags that are known to be equalMichael Kaufmann2017-09-281-2/+0
* curl.h: include <sys/select.h> on cygwin tooDaniel Stenberg2017-09-271-0/+1
* RELEASE-NOTES: synced with d8ab5dc50Daniel Stenberg2017-09-251-10/+21
* tests: adjust .gitignore for new testsMichael Kaufmann2017-09-241-0/+3
* ntlm: move NTLM_NEEDS_NSS_INIT define into core NTLM headerJay Satiro2017-09-235-9/+12
* file_range: avoid integer overflow when figuring out byte rangeDaniel Stenberg2017-09-231-0/+3
* tests: fix a compiler warning in test 643Michael Kaufmann2017-09-231-4/+4
* symbols-in-versions: fix CURLSSLSET_NO_BACKENDS entryJay Satiro2017-09-231-1/+1
* metalink: fix NSS issue in MultiSSL buildsViktor Szakats2017-09-221-1/+4
* ntlm: use strict order for SSL backend #if branchesViktor Szakats2017-09-224-36/+73
* symbols-in-versions: add CURLSSLSET_NO_BACKENDSDaniel Stenberg2017-09-221-1/+2
* imap: quote atoms properly when escaping charactersDaniel Stenberg2017-09-222-4/+4
* tests: make the imap server not verify user+passwordDaniel Stenberg2017-09-223-14/+8
* vtls: provide curl_global_sslset() even in non-SSL buildsDaniel Stenberg2017-09-223-4/+18
* form/mime: field names are not allowed to contain zero-valued bytes.Patrick Monnerat2017-09-2221-102/+94
* 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