summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2017-10-08+gnurl-7.56.0ng0
2017-10-08docs/libcurl/opts/Makefile.inc: fix typos. GNURLMOPT… -> GNURLMOPT_…ng0
2017-10-087.56.0 cleanups.ng0
2017-10-08+ng0
2017-10-08Add 'configure-gnurl' as intermediate solution.ng0
2017-10-07message changes.ng0
2017-10-07further corrections.ng0
2017-10-07sync with curl-7_56_0 in 'tests' folder.ng0
2017-10-07Further merge cleanup, leftovers in lib/url.c (elif where none should be/end)...ng0
2017-10-07Update guix-gnurl.scm to recent guix master changes.ng0
2017-10-06Merge tag 'curl-7_56_0'ng0
2017-10-04RELEASE-NOTES: curl 7.56.0curl-7_56_0Daniel Stenberg
2017-10-04THANKS: added new 7.56.0 contributorsDaniel Stenberg
2017-10-04build-openssl.bat: Warn OpenSSL 1.1.0 not yet supportedJay Satiro
2017-10-03idn: fix source code commentMichael Kaufmann
2017-10-03vtls: compare and clone ssl configs properlyMichael Kaufmann
2017-10-03proxy: read the "no_proxy" variable only if necessaryMichael Kaufmann
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-30gnURL: Mention unbound + GnuTLS in the README as "optional but recommended".ng0
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