aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2016-11-11realloc: use Curl_saferealloc to avoid common mistakesDaniel Stenberg
2016-11-11curl: Add --retry-connrefusedDaniel Hwang
2016-11-10openssl: raise the max_version to 1.3 if asked forDaniel Stenberg
2016-11-09vtls: Fail on unrecognized param for CURLOPT_SSLVERSIONJay Satiro
2016-11-09SPNEGO: Fix memory leak when authentication failsIsaac Boukris
2016-11-09CODE_STYLE.md: link to INTERNALS.md correctlyDaniel Stenberg
2016-11-09bump: next version will be 7.52.0Daniel Stenberg
2016-11-09RELEASE-NOTES: synced with dfcdaaba371e9a3Daniel Stenberg
2016-11-08examples/fileupload.c: fclose the file as wellDaniel Stenberg
2016-11-08printf: fix ".*f" handlingDaniel Stenberg
2016-11-08curl_formadd.3: *_FILECONTENT and *_FILE need the file to be keptDaniel Stenberg
2016-11-07nss: silence warning 'SSL_NEXT_PROTO_EARLY_VALUE not handled in switch'Kamil Dudka
2016-11-07openssl: initial TLS 1.3 adaptionsDaniel Stenberg
2016-11-07ssh: check md5 fingerprints case insensitively (regression)Daniel Stenberg
2016-11-07curl: introduce the --tlsv1.3 option to force TLS 1.3Kamil Dudka
2016-11-07vtls: support TLS 1.3 via CURL_SSLVERSION_TLSv1_3Kamil Dudka
2016-11-07nss: map CURL_SSLVERSION_DEFAULT to NSS defaultKamil Dudka
2016-11-07s/cURL/curlDaniel Stenberg
2016-11-07http2: Don't send header fields prohibited by HTTP/2 specTatsuhiro Tsujikawa
2016-11-07curl.1: explain the SMTP data expected for -TDaniel Stenberg
2016-11-06cmake: disable poll for macOSPeter Wu
2016-11-05easy: Initialize info variables on easy init and duphandleJay Satiro
2016-11-05curl -w: added more decimal digits to timing countersMauro Rappa
2016-11-04dist: add CMakeLists.txt to the tarballJakub Zakrzewski
2016-11-04mbedtls: fix build with mbedtls versions < 2.4.0Daniel Stenberg
2016-11-03configure: verify that compiler groks -Werror=partial-availabilityDaniel Stenberg
2016-11-03docs: shorten and simplify the top comment in multi-uv.cDaniel Stenberg
2016-11-03docs: handle CURL_POLL_INOUT in multi-uv exampleAndrei Sedoi
2016-11-03docs: multi-uv: don't use CURLMsg after cleanupAndrei Sedoi
2016-11-03docs: remove unused variables in multi-uv exampleAndrei Sedoi
2016-11-03bump: start working on 7.51.1Daniel Stenberg
2016-11-02winbuild: remove strcase.obj from curl buildDaniel Stenberg
2016-11-02msvc: removed a straggling reference to strequal.cDan Fandrich
2016-11-02THANKS: synced with 7.51.0Daniel Stenberg
2016-11-02RELEASE-NOTES: 7.51.0Daniel Stenberg
2016-11-02ftp_done: don't clobber the passed in error codeDaniel Stenberg
2016-11-02ftp: remove dead code in ftp_doneDaniel Stenberg
2016-11-01generate.bat: Include include/curl in libcurl VS projectsJay Satiro
2016-11-01generate.bat: Remove strcase.[ch] from curl tool VS projectsJay Satiro
2016-11-02metalink: simplify the hex parsing functionDaniel Stenberg
2016-11-01file: fix compiler warningMichael Kaufmann
2016-11-01strcase: fixed Metalink builds by redefining checkprefix()Dan Fandrich
2016-11-01curl.1: typoDaniel Stenberg
2016-11-01curl.1: expand on how multiple uses of -o looksDaniel Stenberg
2016-10-31tests/util: get a private strncasecompare cloneDaniel Stenberg
2016-10-31strcase: make the tool use curl_str[n]equal insteadDaniel Stenberg
2016-10-31gskit, nss: do not include strequal.hKamil Dudka
2016-10-31strcasecompare: include curl.h in strcase.cDan Fandrich
2016-10-31strcase: fix the remaining rawstr usersDaniel Stenberg
2016-10-31msvc builds: s/rawstr/strcaseDaniel Stenberg