aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2017-10-03libcurl-tutorial: add casts in example to avoid compilation warnings.Patrick Monnerat
2017-10-03examples: bring back curl_formadd-using examplesDaniel Stenberg
2017-10-02test1153: verify quoted double-qoutes in PWD responseDaniel Stenberg
2017-10-02FTP: zero terminate the entry path even on bad inputDaniel Stenberg
2017-10-02cmake: disable tests and man generation if perl/nroff not foundSergei Nikulov
2017-10-02libcurl-tutorial: fix two typos.Patrick Monnerat
2017-10-01TODO: remove deprecated form API items.Patrick Monnerat
2017-10-01libcurl-tutorial: describe MIME API and deprecate form API.Patrick Monnerat
2017-09-30cookie: fix memory leak if path was set twice in headerDaniel Stenberg
2017-09-30test650: Use variable replacement to set the host address and portDan Fandrich
2017-09-30Set and use more necessary options when some protocols are disabledDan Fandrich
2017-09-29test1160: verifies cookie leak for large cookiesDaniel Stenberg
2017-09-29cookie: fix memory leak on oversized rejectionDaniel Stenberg
2017-09-29connect: fix race condition with happy eyeballs timeoutAnders Bakken
2017-09-28docs: link CURLOPT_CONNECTTIMEOUT and CURLOPT_CONNECTTIMEOUT_MSMichael Kaufmann
2017-09-28docs: clarify the use of environment variables for proxyMichael Kaufmann
2017-09-28http: add custom empty headers to repeated requestsMichael Kaufmann
2017-09-28reuse_conn: don't copy flags that are known to be equalMichael Kaufmann
2017-09-27curl.h: include <sys/select.h> on cygwin tooDaniel Stenberg
2017-09-25RELEASE-NOTES: synced with d8ab5dc50Daniel Stenberg
2017-09-24tests: adjust .gitignore for new testsMichael Kaufmann
2017-09-23ntlm: move NTLM_NEEDS_NSS_INIT define into core NTLM headerJay Satiro
2017-09-23file_range: avoid integer overflow when figuring out byte rangeDaniel Stenberg
2017-09-23tests: fix a compiler warning in test 643Michael Kaufmann
2017-09-23symbols-in-versions: fix CURLSSLSET_NO_BACKENDS entryJay Satiro
2017-09-22metalink: fix NSS issue in MultiSSL buildsViktor Szakats
2017-09-22ntlm: use strict order for SSL backend #if branchesViktor Szakats
2017-09-22symbols-in-versions: add CURLSSLSET_NO_BACKENDSDaniel Stenberg
2017-09-22imap: quote atoms properly when escaping charactersDaniel Stenberg
2017-09-22tests: make the imap server not verify user+passwordDaniel Stenberg
2017-09-22vtls: provide curl_global_sslset() even in non-SSL buildsDaniel Stenberg
2017-09-22form/mime: field names are not allowed to contain zero-valued bytes.Patrick Monnerat
2017-09-21openssl: only verify RSA private key if supportedDirk Feytons
2017-09-21examples/post-callback: use long for CURLOPT_POSTFIELDSIZEMarcel Raad
2017-09-20mime: rephrase the multipart output state machine (#1898) ...Patrick Monnerat
2017-09-20mime: fix an explicit null dereference (#1899)Patrick Monnerat
2017-09-20curl: check fseek() return code and bail on errorDaniel Stenberg
2017-09-20smtp: fix memory leak in OOMDaniel Stenberg
2017-09-20RELEASE-NOTES: synced with 5fe85587cDaniel Stenberg
2017-09-19cookies: use lock when using CURLINFO_COOKIELISTPavel P
2017-09-18ossfuzz: changes before merging the generated corporaMax Dymond
2017-09-18mime:escape_string minor clarification changeDaniel Stenberg
2017-09-18ossfuzz: don't write out to stdoutMax Dymond
2017-09-18cookies: reject oversized cookiesDaniel Stenberg
2017-09-18travis: on mac, don't install openssl or libidnDaniel Stenberg
2017-09-18curl: make str2udouble not return values on errorDaniel Stenberg
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