summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* openssl: remove dead codeHTTPS-proxyDaniel Stenberg2016-11-231-1/+1
* HTTPS-proxy: fixed mbedtls and polishingOkhin Vasilij2016-11-2330-135/+159
* darwinssl: adopted to the HTTPS proxy changesDaniel Stenberg2016-11-231-151/+153
* gtls: fix indent to silence compiler warningDaniel Stenberg2016-11-231-1/+1
* mbedtls: Fix compile errorsThomas Glanzmann2016-11-231-22/+23
* proxy: Support HTTPS proxy and SOCKS+HTTP(s)Alex Rousskov2016-11-2376-960/+3411
* url: Fix conn reuse for local ports and interfacesJay Satiro2016-11-221-3/+2
* rand: pass in number of randoms as an unsigned argumentDaniel Stenberg2016-11-212-3/+5
* rand: Fix potentially uninitialized result warningJay Satiro2016-11-201-1/+1
* vtls: fix build warningsMarcel Raad2016-11-192-3/+3
* lib: fix compiler warnings after de4de4e3c7cMarcel Raad2016-11-1818-54/+54
* Don't mix unix domain sockets with regular onesIsaac Boukris2016-11-172-5/+35
* tests: Fix HTTP2-Settings header for huge window sizeJay Satiro2016-11-172-2/+2
* http2: Use huge HTTP/2 windowsJay Satiro2016-11-162-10/+13
* cmdline-docs: more conversionDaniel Stenberg2016-11-1636-8/+477
* gen: support 'protos'Daniel Stenberg2016-11-161-12/+45
* gen: support 'single' to make an individual page man pageDaniel Stenberg2016-11-161-22/+77
* cmdline-docs: more options converted overDaniel Stenberg2016-11-1683-0/+1151
* gen: support 'redirect'Daniel Stenberg2016-11-162-14/+30
* cmdline/gen: replace options in texts betterDaniel Stenberg2016-11-161-1/+1
* http2: Fix address sanitizer memcpy warningJay Satiro2016-11-161-1/+2
* 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