Age | Commit message (Expand) | Author |
2016-12-14 | checksrc: warn for assignments within if() expressions | Daniel Stenberg |
2016-12-13 | checksrc: stricter no-space-before-paren enforcement | Daniel Stenberg |
2016-12-03 | libcurl-multi.3: typo | Jeremy Pearson |
2016-12-01 | http_proxy: simplify CONNECT response reading | Daniel Stenberg |
2016-11-29 | BUGS: describe bug handling process | Daniel Stenberg |
2016-11-28 | cmdline-docs: more options converted and fixed | Daniel Stenberg |
2016-11-28 | gen: include footer in mainpage output | Daniel Stenberg |
2016-11-28 | cmdline-opts: more command line options documented | Daniel Stenberg |
2016-11-28 | curl: remove --proxy-ssl* options | Daniel Stenberg |
2016-11-27 | CURLOPT_PROXY_*.3: polished some proxy option man pages | Daniel Stenberg |
2016-11-26 | curl_version_info: add CURL_VERSION_HTTPS_PROXY | Okhin Vasilij |
2016-11-25 | CURLOPT_PROXY_CAINFO.3: clarify proxy use | Daniel Stenberg |
2016-11-25 | CURLOPT_PROXY_CRLFILE.3: clarify https proxy and availability | Daniel Stenberg |
2016-11-25 | curl_easy_setopt.3: add CURLOPT_PROXY_PINNEDPUBLICKEY | Daniel Stenberg |
2016-11-25 | docs: include all opts man pages in dist | Daniel Stenberg |
2016-11-25 | HTTPS Proxy: Implement CURLOPT_PROXY_PINNEDPUBLICKEY | Thomas Glanzmann |
2016-11-25 | url: proxy: Use 443 as default port for https proxies | Thomas Glanzmann |
2016-11-25 | TODO: removed "HTTPS proxy" | Daniel Stenberg |
2016-11-25 | add CURLINFO_SCHEME, CURLINFO_PROTOCOL, and %{scheme} | Frank Gevaerts |
2016-11-25 | curl.1: the new --proxy options ship in 7.52.0 | Daniel Stenberg |
2016-11-24 | checksrc: move open braces to comply with function declaration style | Daniel Stenberg |
2016-11-24 | checksrc: white space edits to comply to stricter checksrc | Daniel Stenberg |
2016-11-24 | checksrc: code style: use 'char *name' style | Daniel Stenberg |
2016-11-24 | HTTPS-proxy: fixed mbedtls and polishing | Okhin Vasilij |
2016-11-24 | proxy: Support HTTPS proxy and SOCKS+HTTP(s) | Alex Rousskov |
2016-11-16 | http2: Use huge HTTP/2 windows | Jay Satiro |
2016-11-16 | cmdline-docs: more conversion | Daniel Stenberg |
2016-11-16 | gen: support 'protos' | Daniel Stenberg |
2016-11-16 | gen: support 'single' to make an individual page man page | Daniel Stenberg |
2016-11-16 | cmdline-docs: more options converted over | Daniel Stenberg |
2016-11-16 | gen: support 'redirect' | Daniel Stenberg |
2016-11-16 | cmdline/gen: replace options in texts better | Daniel Stenberg |
2016-11-16 | curl.1: Clarify --dump-header only writes received headers | Jay Satiro |
2016-11-15 | docs: Spelling fixes | Alex Chan |
2016-11-15 | docs: the next release will be 7.52.0 | Kamil Dudka |
2016-11-15 | cmdline-opts: support generating the --help output | Daniel Stenberg |
2016-11-14 | curl: add --fail-early | Daniel Stenberg |
2016-11-13 | cmdline-opts: first test version of a new man page generator kit | Daniel Stenberg |
2016-11-11 | curl: Add --retry-connrefused | Daniel Hwang |
2016-11-09 | CODE_STYLE.md: link to INTERNALS.md correctly | Daniel Stenberg |
2016-11-08 | examples/fileupload.c: fclose the file as well | Daniel Stenberg |
2016-11-08 | curl_formadd.3: *_FILECONTENT and *_FILE need the file to be kept | Daniel Stenberg |
2016-11-07 | curl: introduce the --tlsv1.3 option to force TLS 1.3 | Kamil Dudka |
2016-11-07 | vtls: support TLS 1.3 via CURL_SSLVERSION_TLSv1_3 | Kamil Dudka |
2016-11-07 | s/cURL/curl | Daniel Stenberg |
2016-11-07 | curl.1: explain the SMTP data expected for -T | Daniel Stenberg |
2016-11-03 | docs: shorten and simplify the top comment in multi-uv.c | Daniel Stenberg |
2016-11-03 | docs: handle CURL_POLL_INOUT in multi-uv example | Andrei Sedoi |
2016-11-03 | docs: multi-uv: don't use CURLMsg after cleanup | Andrei Sedoi |
2016-11-03 | docs: remove unused variables in multi-uv example | Andrei Sedoi |