summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* tool_help: Clarify --dump-header only writes received headersJay Satiro2016-11-161-1/+1
* curl.1: Clarify --dump-header only writes received headersJay Satiro2016-11-161-1/+1
* docs: Spelling fixesAlex Chan2016-11-157-10/+10
* docs: the next release will be 7.52.0Kamil Dudka2016-11-153-3/+3
* cmdline-opts: support generating the --help outputDaniel Stenberg2016-11-1514-14/+84
* darwinssl: fix SSL client certificate not found on MacOS SierraDavid Schweikert2016-11-151-9/+45
* curl: add --fail-early to help outputDaniel Stenberg2016-11-151-0/+1
* glob: fix [a-c] globbing regressionDaniel Stenberg2016-11-153-0/+63
* curl: add --fail-earlyDaniel Stenberg2016-11-146-6/+68
* Curl_rand: fixed and moved to rand.cDaniel Stenberg2016-11-1410-98/+211
* cmdline-opts: first test version of a new man page generator kitDaniel Stenberg2016-11-1315-0/+583
* time_t fix: follow-up to de4de4e3c7cDaniel Stenberg2016-11-131-2/+2
* timeval: prefer time_t to hold seconds instead of longDaniel Stenberg2016-11-125-27/+29
* tests: fixed variable might be clobbered warningDan Fandrich2016-11-121-6/+4
* RELEASE-NOTES: synced with 346340808cDaniel Stenberg2016-11-121-5/+15
* URL-parser: for file://[host]/ URLs, the [host] must be localhostDaniel Stenberg2016-11-111-25/+30
* test558: adapt to 0649433daDaniel Stenberg2016-11-111-2/+2
* openssl: make sure to fail in the unlikely event that PRNG seeding failsDaniel Stenberg2016-11-111-21/+25
* openssl: avoid unnecessary seeding if already doneDaniel Stenberg2016-11-111-2/+2
* openssl: RAND_status always exists in OpenSSL >= 0.9.7Daniel Stenberg2016-11-112-21/+5
* Curl_pgrsUpdate: use dedicated function for time passedDaniel Stenberg2016-11-111-4/+2
* realloc: use Curl_saferealloc to avoid common mistakesDaniel Stenberg2016-11-1110-27/+48
* curl: Add --retry-connrefusedDaniel Hwang2016-11-115-1/+24
* openssl: raise the max_version to 1.3 if asked forDaniel Stenberg2016-11-101-0/+1
* vtls: Fail on unrecognized param for CURLOPT_SSLVERSIONJay Satiro2016-11-099-30/+81
* SPNEGO: Fix memory leak when authentication failsIsaac Boukris2016-11-091-2/+8
* CODE_STYLE.md: link to INTERNALS.md correctlyDaniel Stenberg2016-11-091-3/+4
* bump: next version will be 7.52.0Daniel Stenberg2016-11-091-4/+4
* RELEASE-NOTES: synced with dfcdaaba371e9a3Daniel Stenberg2016-11-091-6/+31
* examples/fileupload.c: fclose the file as wellDaniel Stenberg2016-11-081-7/+4
* printf: fix ".*f" handlingDaniel Stenberg2016-11-081-1/+0
* curl_formadd.3: *_FILECONTENT and *_FILE need the file to be keptDaniel Stenberg2016-11-081-0/+4
* nss: silence warning 'SSL_NEXT_PROTO_EARLY_VALUE not handled in switch'Kamil Dudka2016-11-071-0/+5
* openssl: initial TLS 1.3 adaptionsDaniel Stenberg2016-11-071-0/+20
* ssh: check md5 fingerprints case insensitively (regression)Daniel Stenberg2016-11-071-1/+1
* curl: introduce the --tlsv1.3 option to force TLS 1.3Kamil Dudka2016-11-075-3/+15
* vtls: support TLS 1.3 via CURL_SSLVERSION_TLSv1_3Kamil Dudka2016-11-0711-0/+39
* nss: map CURL_SSLVERSION_DEFAULT to NSS defaultKamil Dudka2016-11-072-1/+14
* s/cURL/curlDaniel Stenberg2016-11-0732-52/+52
* http2: Don't send header fields prohibited by HTTP/2 specTatsuhiro Tsujikawa2016-11-071-14/+85
* curl.1: explain the SMTP data expected for -TDaniel Stenberg2016-11-071-0/+5
* cmake: disable poll for macOSPeter Wu2016-11-062-12/+19
* easy: Initialize info variables on easy init and duphandleJay Satiro2016-11-058-6/+197
* curl -w: added more decimal digits to timing countersMauro Rappa2016-11-051-7/+7
* dist: add CMakeLists.txt to the tarballJakub Zakrzewski2016-11-041-1/+1
* mbedtls: fix build with mbedtls versions < 2.4.0Daniel Stenberg2016-11-041-1/+5
* configure: verify that compiler groks -Werror=partial-availabilityDaniel Stenberg2016-11-031-0/+7
* docs: shorten and simplify the top comment in multi-uv.cDaniel Stenberg2016-11-031-9/+3
* docs: handle CURL_POLL_INOUT in multi-uv exampleAndrei Sedoi2016-11-031-12/+13
* docs: multi-uv: don't use CURLMsg after cleanupAndrei Sedoi2016-11-031-5/+12