summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* build: fix --disable-crypto-authbagder/build-without-crypto-authDaniel Stenberg2017-10-052-1/+11
* docs: fix typo in curl_mime_data_cb man pageFelix Kaiser2017-10-041-1/+1
* lib/Makefile.m32: allow customizing dll suffixesViktor Szakats2017-10-041-2/+6
* fuzzer: move to using external curl-fuzzerMax Dymond2017-10-0432-1145/+20
* failf: skip the sprintf() if there are no consumersDaniel Stenberg2017-10-041-17/+17
* ftp: UBsan fixup 'pointer index expression overflowed'Daniel Stenberg2017-10-041-2/+2
* RELEASE-PROCEDURE: update the release scheduleDaniel Stenberg2017-10-041-3/+6
* RELEASE-NOTES: curl 7.56.0curl-7_56_0Daniel Stenberg2017-10-041-9/+30
* THANKS: added new 7.56.0 contributorsDaniel Stenberg2017-10-041-6/+24
* build-openssl.bat: Warn OpenSSL 1.1.0 not yet supportedJay Satiro2017-10-041-0/+11
* idn: fix source code commentMichael Kaufmann2017-10-031-1/+1
* vtls: compare and clone ssl configs properlyMichael Kaufmann2017-10-032-13/+16
* proxy: read the "no_proxy" variable only if necessaryMichael Kaufmann2017-10-031-9/+8
* libcurl-tutorial: add casts in example to avoid compilation warnings.Patrick Monnerat2017-10-031-1/+2
* examples: bring back curl_formadd-using examplesDaniel Stenberg2017-10-033-1/+279
* test1153: verify quoted double-qoutes in PWD responseDaniel Stenberg2017-10-022-1/+62
* FTP: zero terminate the entry path even on bad inputDaniel Stenberg2017-10-023-2/+67
* cmake: disable tests and man generation if perl/nroff not foundSergei Nikulov2017-10-022-31/+46
* libcurl-tutorial: fix two typos.Patrick Monnerat2017-10-021-3/+3
* TODO: remove deprecated form API items.Patrick Monnerat2017-10-011-46/+0
* libcurl-tutorial: describe MIME API and deprecate form API.Patrick Monnerat2017-10-011-4/+261
* cookie: fix memory leak if path was set twice in headerDaniel Stenberg2017-09-303-1/+56
* test650: Use variable replacement to set the host address and portDan Fandrich2017-09-301-1/+1
* Set and use more necessary options when some protocols are disabledDan Fandrich2017-09-303-34/+40
* test1160: verifies cookie leak for large cookiesDaniel 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