summaryrefslogtreecommitdiff
path: root/docs
Commit message (Expand)AuthorAgeFilesLines
* curl_version_info: add CURL_VERSION_HTTPS_PROXYOkhin Vasilij2016-11-262-0/+4
* CURLOPT_PROXY_CAINFO.3: clarify proxy useDaniel Stenberg2016-11-251-7/+13
* CURLOPT_PROXY_CRLFILE.3: clarify https proxy and availabilityDaniel Stenberg2016-11-251-3/+7
* curl_easy_setopt.3: add CURLOPT_PROXY_PINNEDPUBLICKEYDaniel Stenberg2016-11-251-0/+3
* docs: include all opts man pages in distDaniel Stenberg2016-11-251-5/+60
* HTTPS Proxy: Implement CURLOPT_PROXY_PINNEDPUBLICKEYThomas Glanzmann2016-11-252-0/+100
* url: proxy: Use 443 as default port for https proxiesThomas Glanzmann2016-11-251-1/+2
* TODO: removed "HTTPS proxy"Daniel Stenberg2016-11-251-11/+0
* add CURLINFO_SCHEME, CURLINFO_PROTOCOL, and %{scheme}Frank Gevaerts2016-11-255-0/+125
* curl.1: the new --proxy options ship in 7.52.0Daniel Stenberg2016-11-251-17/+17
* checksrc: move open braces to comply with function declaration styleDaniel Stenberg2016-11-241-1/+2
* checksrc: white space edits to comply to stricter checksrcDaniel Stenberg2016-11-245-8/+11
* checksrc: code style: use 'char *name' styleDaniel Stenberg2016-11-245-32/+32
* HTTPS-proxy: fixed mbedtls and polishingOkhin Vasilij2016-11-2420-42/+40
* proxy: Support HTTPS proxy and SOCKS+HTTP(s)Alex Rousskov2016-11-2424-0/+1274
* http2: Use huge HTTP/2 windowsJay Satiro2016-11-161-8/+0
* 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
* 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
* curl: add --fail-earlyDaniel Stenberg2016-11-141-0/+17
* cmdline-opts: first test version of a new man page generator kitDaniel Stenberg2016-11-1315-0/+583
* curl: Add --retry-connrefusedDaniel Hwang2016-11-111-0/+4
* CODE_STYLE.md: link to INTERNALS.md correctlyDaniel Stenberg2016-11-091-3/+4
* examples/fileupload.c: fclose the file as wellDaniel Stenberg2016-11-081-7/+4
* curl_formadd.3: *_FILECONTENT and *_FILE need the file to be keptDaniel Stenberg2016-11-081-0/+4
* curl: introduce the --tlsv1.3 option to force TLS 1.3Kamil Dudka2016-11-071-3/+7
* vtls: support TLS 1.3 via CURL_SSLVERSION_TLSv1_3Kamil Dudka2016-11-072-0/+3
* s/cURL/curlDaniel Stenberg2016-11-077-8/+8
* curl.1: explain the SMTP data expected for -TDaniel Stenberg2016-11-071-0/+5
* 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
* docs: remove unused variables in multi-uv exampleAndrei Sedoi2016-11-031-5/+0
* THANKS: synced with 7.51.0curl-7_51_0Daniel Stenberg2016-11-021-1/+23
* RELEASE-NOTES: 7.51.0Daniel Stenberg2016-11-021-0/+1
* curl.1: typoDaniel Stenberg2016-11-011-1/+1
* curl.1: expand on how multiple uses of -o looksDaniel Stenberg2016-11-011-1/+11
* unescape: avoid integer overflowDaniel Stenberg2016-10-311-2/+5
* TODO: remove IDNA2008Daniel Stenberg2016-10-311-7/+0
* INTERNALS: better markdown (follow-up)Jay Satiro2016-10-311-35/+36
* INTERNALS: better markdownDaniel Stenberg2016-10-301-48/+48
* BINDINGS: converted to markdownDaniel Stenberg2016-10-283-261/+107
* CURLMOPT_MAX_PIPELINE_LENGTH.3: Clarify it's not for HTTP/2Jay Satiro2016-10-271-2/+2