aboutsummaryrefslogtreecommitdiff
path: root/docs
AgeCommit message (Expand)Author
2016-12-16preproxy: renamed what was added as SOCKS_PROXYDaniel Stenberg
2016-12-16CURLOPT_SOCKS_PROXYTYPE: removedDaniel Stenberg
2016-12-15curl_multi_socket.3: fix typoDaniel Stenberg
2016-12-14checksrc: warn for assignments within if() expressionsDaniel Stenberg
2016-12-13checksrc: stricter no-space-before-paren enforcementDaniel Stenberg
2016-12-03libcurl-multi.3: typoJeremy Pearson
2016-12-01http_proxy: simplify CONNECT response readingDaniel Stenberg
2016-11-29BUGS: describe bug handling processDaniel Stenberg
2016-11-28cmdline-docs: more options converted and fixedDaniel Stenberg
2016-11-28gen: include footer in mainpage outputDaniel Stenberg
2016-11-28cmdline-opts: more command line options documentedDaniel Stenberg
2016-11-28curl: remove --proxy-ssl* optionsDaniel Stenberg
2016-11-27CURLOPT_PROXY_*.3: polished some proxy option man pagesDaniel Stenberg
2016-11-26curl_version_info: add CURL_VERSION_HTTPS_PROXYOkhin Vasilij
2016-11-25CURLOPT_PROXY_CAINFO.3: clarify proxy useDaniel Stenberg
2016-11-25CURLOPT_PROXY_CRLFILE.3: clarify https proxy and availabilityDaniel Stenberg
2016-11-25curl_easy_setopt.3: add CURLOPT_PROXY_PINNEDPUBLICKEYDaniel Stenberg
2016-11-25docs: include all opts man pages in distDaniel Stenberg
2016-11-25HTTPS Proxy: Implement CURLOPT_PROXY_PINNEDPUBLICKEYThomas Glanzmann
2016-11-25url: proxy: Use 443 as default port for https proxiesThomas Glanzmann
2016-11-25TODO: removed "HTTPS proxy"Daniel Stenberg
2016-11-25add CURLINFO_SCHEME, CURLINFO_PROTOCOL, and %{scheme}Frank Gevaerts
2016-11-25curl.1: the new --proxy options ship in 7.52.0Daniel Stenberg
2016-11-24checksrc: move open braces to comply with function declaration styleDaniel Stenberg
2016-11-24checksrc: white space edits to comply to stricter checksrcDaniel Stenberg
2016-11-24checksrc: code style: use 'char *name' styleDaniel Stenberg
2016-11-24HTTPS-proxy: fixed mbedtls and polishingOkhin Vasilij
2016-11-24proxy: Support HTTPS proxy and SOCKS+HTTP(s)Alex Rousskov
2016-11-16http2: Use huge HTTP/2 windowsJay Satiro
2016-11-16cmdline-docs: more conversionDaniel Stenberg
2016-11-16gen: support 'protos'Daniel Stenberg
2016-11-16gen: support 'single' to make an individual page man pageDaniel Stenberg
2016-11-16cmdline-docs: more options converted overDaniel Stenberg
2016-11-16gen: support 'redirect'Daniel Stenberg
2016-11-16cmdline/gen: replace options in texts betterDaniel Stenberg
2016-11-16curl.1: Clarify --dump-header only writes received headersJay Satiro
2016-11-15docs: Spelling fixesAlex Chan
2016-11-15docs: the next release will be 7.52.0Kamil Dudka
2016-11-15cmdline-opts: support generating the --help outputDaniel Stenberg
2016-11-14curl: add --fail-earlyDaniel Stenberg
2016-11-13cmdline-opts: first test version of a new man page generator kitDaniel Stenberg
2016-11-11curl: Add --retry-connrefusedDaniel Hwang
2016-11-09CODE_STYLE.md: link to INTERNALS.md correctlyDaniel Stenberg
2016-11-08examples/fileupload.c: fclose the file as wellDaniel Stenberg
2016-11-08curl_formadd.3: *_FILECONTENT and *_FILE need the file to be keptDaniel 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-07s/cURL/curlDaniel Stenberg
2016-11-07curl.1: explain the SMTP data expected for -TDaniel Stenberg
2016-11-03docs: shorten and simplify the top comment in multi-uv.cDaniel Stenberg