summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2017-10-08RELEASE-NOTES: synced with a4c1c75da30af1Daniel Stenberg
2017-10-08curlver.h: next expected release is 7.57.0Daniel Stenberg
2017-10-08mime: be tolerant about setting twice the same header list in a part.Patrick Monnerat
2017-10-08docs: clarify form/mime usage of non-regular data files.Patrick Monnerat
2017-10-08Revert "multi_done: wait for name resolve to finish if still ongoing"Daniel Stenberg
2017-10-07remove_handle: call multi_done() first, then clear dns cache pointerDaniel Stenberg
2017-10-07multi_done: wait for name resolve to finish if still ongoingDaniel Stenberg
2017-10-07pingpong: return error when trying to send without connectionDaniel Stenberg
2017-10-06tests: added flaky keyword to tests 587 and 644Dan Fandrich
2017-10-06vtls: fix warnings with --disable-crypto-authMarcel Raad
2017-10-06multi_cleanup: call DONE on handles that never got thatDaniel Stenberg
2017-10-06strtoofft: Remove extraneous null checkBenbuck Nason
2017-10-06openssl: fix build without HAVE_OPAQUE_EVP_PKEYDaniel Stenberg
2017-10-06lib/config-win32.h: let SMB/SMBS be enabled with OpenSSL/NSSViktor Szakats
2017-10-05build: fix --disable-crypto-authDaniel Stenberg
2017-10-05darwinssl: add support for TLSv1.3Nick Zitzmann
2017-10-04docs: fix typo in curl_mime_data_cb man pageFelix Kaiser
2017-10-04lib/Makefile.m32: allow customizing dll suffixesViktor Szakats
2017-10-04fuzzer: move to using external curl-fuzzerMax Dymond
2017-10-04failf: skip the sprintf() if there are no consumersDaniel Stenberg
2017-10-04ftp: UBsan fixup 'pointer index expression overflowed'Daniel Stenberg
2017-10-04RELEASE-PROCEDURE: update the release scheduleDaniel Stenberg
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-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