aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2017-03-08vtls: add options to specify range of enabled TLS versionsJozef Kralik
2017-03-08RELEASE-NOTES: synced with 6888a670aa01Daniel Stenberg
2017-03-08MANPAGE: clarify the dash situation in meta dataDaniel Stenberg
2017-03-08insecure.d: clarify that this is for server connectionsDaniel Stenberg
2017-03-08test1260: added http as a required featureDan Fandrich
2017-03-07maketgz: Run updatemanpages.pl to update man pagesSteve Brokenshire
2017-03-07gitignore: Ignore man page dist filesSteve Brokenshire
2017-03-07Makefile.am: Remove distribution man pages when running 'make clean'Steve Brokenshire
2017-03-07Makefile.am: Added scripts/updatemanpages.pl to EXTRA_DISTSteve Brokenshire
2017-03-07updatemanpages.pl: Update man pages to use current date and versionsSteve Brokenshire
2017-03-07http2: Fix assertion error on redirect with CL=0Tatsuhiro Tsujikawa
2017-03-07ares: Curl_resolver_wait_resolv: clear *entry first in functionDaniel Stenberg
2017-03-07ares: better error return on timeoutsDaniel Stenberg
2017-03-06KNOWN_BUGS: Add DarwinSSL won't import PKCS#12 without a passwordJay Satiro
2017-03-06test1260: removed errant XML tagDan Fandrich
2017-03-06URL: return error on malformed URLs with junk after port numberDaniel Stenberg
2017-03-06BINDINGS: update the Lua-cURL URLDaniel Stenberg
2017-03-06BINDINGS: add Scilab bindingSylvestre Ledru
2017-03-06BINDINGS: add go-curl and perl6-net-curlDaniel Stenberg
2017-03-06BINDINGS: add misssing C++ bindingsDaniel Stenberg
2017-03-06ares: return error at once if timed out before name resolve startsDaniel Stenberg
2017-03-05CMake: Set at most one SSL libraryMichael Maltese
2017-03-05CMake: Add mbedTLS supportMichael Maltese
2017-03-05CMake: Add DarwinSSL supportMichael Maltese
2017-03-05CMake: Reorganize SSL support, separate WinSSL and SSPIMichael Maltese
2017-03-04CURLOPT_SSL_CTX_FUNCTION.3: Fix EXAMPLE formatting errorsJay Satiro
2017-03-04fix potential use of uninitialized variablesAndrew Krieger
2017-03-04fix some typos in the doc (#1306)Sylvestre Ledru
2017-03-04tests: fixed a typo in some commentsDan Fandrich
2017-03-03url: split off proxy init and parsing from create_connJay Satiro
2017-03-03build: fix gcc7 implicit fallthrough warningsAlexis La Goutte
2017-03-03configure: fix --with-zlib when a path is specifiedGreg Rowe
2017-03-03no-keepalive.d: fix typoc4rlo
2017-03-02checksrc.bat: Ignore curl_config.h.in, curl_config.hJay Satiro
2017-03-02configure: fix for --enable-pthreadsJay Satiro
2017-03-02darwinssl: Warn that disabling host verify also disables SNIJDepooter
2017-02-28warnless: suppress compiler warningMarcel Raad
2017-02-27tests: enable HTTP/2 tests to run with non-default port numbersDan Fandrich
2017-02-27digest_sspi: fix compilation warningMarcel Raad
2017-02-26cyassl: get library version string at runtimeJay Satiro
2017-02-26test1139: allow for the possibility that the man page is not rebuiltDan Fandrich
2017-02-25url: fix unix-socket support for proxy-disabled buildsIsaac Boukris
2017-02-26gopher: fixed detection of an error condition from Curl_urldecodeDan Fandrich
2017-02-25ftp: fixed a NULL pointer dereference on OOMDan Fandrich
2017-02-25docs: de-duplicate file lists in the MakefilesPeter Wu
2017-02-25ftp: removed an erroneous free in an OOM pathDan Fandrich
2017-02-25proxy: fixed a memory leak on OOMDan Fandrich
2017-02-25tests: use consistent environment variables for setting charsetDan Fandrich
2017-02-25test557: explicitly use the C locale so the numeric output is as expectedDan Fandrich
2017-02-25cmake: Replace invalid UTF-8 byte sequenceSimon Warta