Age | Commit message (Collapse) | Author | |
---|---|---|---|
2016-12-25 | docs/ciphers: link to our own new page about ciphers | Daniel Stenberg | |
... as the former ones always go stale! | |||
2016-12-25 | cmdline-opts/page-footer: add three more exit codes | Daniel Stenberg | |
... and regenerated curl.1 | |||
2016-12-20 | THANKS: 13 new contributors from 7.52.0 | Daniel Stenberg | |
2016-12-19 | cmdline-opts/tlsv1.d: rephrased | Daniel Stenberg | |
2016-12-18 | CIPHERS.md: backtick the names to show underscores fine | Daniel Stenberg | |
2016-12-18 | form-string.d: fix format mistake | Daniel Stenberg | |
and regenerated curl.1 Reported-by: Gisle Vanem | |||
2016-12-18 | curl_easy_recv: Improve documentation and example program | Michael Kaufmann | |
Follow-up to 82245ea: Fix the example program sendrecv.c (handle CURLE_AGAIN, handle incomplete send). Improve the documentation for curl_easy_recv() and curl_easy_send(). Reviewed-by: Frank Meier Assisted-by: Jay Satiro See https://github.com/curl/curl/pull/1134 | |||
2016-12-18 | CIPHERS.md: attempt to document TLS cipher names | Daniel Stenberg | |
As the official docs seems really hard to keep track of and link to over time | |||
2016-12-18 | curl.1: generated after 6cce4dbf830 | Daniel Stenberg | |
2016-12-18 | cmdline-opts/post30X.d: fix the RFC references | Daniel Stenberg | |
2016-12-17 | curl.1: regenerated | Daniel Stenberg | |
Fixed trailing whitespace and numerous formatting glitches | |||
2016-12-17 | cmdline-opts: formatting fixes | Daniel Stenberg | |
2016-12-17 | curl_easy_setopt.3: removed CURLOPT_SOCKS_PROXYTYPE | Daniel Stenberg | |
2016-12-17 | cmdline-opts/gen.pl: trim off trailing spaces | Daniel Stenberg | |
2016-12-17 | cmdline-opts/proxy-tlsuser.d: remove trailing .d | Daniel Stenberg | |
2016-12-17 | curl_easy_setopt.3: CURLOPT_PRE_PROXY instead of CURLOPT_SOCKS_PROXY | Daniel Stenberg | |
2016-12-17 | symbols: removed two, added one | Daniel Stenberg | |
2016-12-17 | cmdline-opts: include the man page split up files in the dist | Daniel Stenberg | |
2016-12-16 | curl.1: generated with gen.pl | Daniel Stenberg | |
This is the first time we replace the manually edited curt.1 with the generated one created by gen.pl and the individual option documentation pages. Do not edit this file, edit the individual pages and regenerate this output. This file will be generated by the build system soon and then removed from git. | |||
2016-12-16 | cmdline-opts: added some missing info | Daniel Stenberg | |
2016-12-16 | CURLINFO_SSL_VERIFYRESULT.3: language | Daniel Stenberg | |
2016-12-16 | HTTPS-PROXY docs: update/polish | Daniel Stenberg | |
2016-12-16 | cmdline-opts/page-header: mention it is generated | Daniel Stenberg | |
... to avoid people from trying to edit the pending curl.1 version that gets generated by gen.pl | |||
2016-12-16 | preproxy: renamed what was added as SOCKS_PROXY | Daniel Stenberg | |
CURLOPT_SOCKS_PROXY -> CURLOPT_PRE_PROXY Added the corresponding --preroxy command line option. Sets a SOCKS proxy to connect to _before_ connecting to a HTTP(S) proxy. | |||
2016-12-16 | CURLOPT_SOCKS_PROXYTYPE: removed | Daniel Stenberg | |
This was added as part of the SOCKS+HTTPS proxy merge but there's no need to support this as we prefer to have the protocol specified as a prefix instead. | |||
2016-12-15 | curl_multi_socket.3: fix typo | Daniel Stenberg | |
2016-12-14 | checksrc: warn for assignments within if() expressions | Daniel Stenberg | |
... they're already frowned upon in our source code style guide, this now enforces the rule harder. | |||
2016-12-13 | checksrc: stricter no-space-before-paren enforcement | Daniel Stenberg | |
In order to make the code style more uniform everywhere | |||
2016-12-03 | libcurl-multi.3: typo | Jeremy Pearson | |
Closes https://github.com/curl/curl/pull/1153 | |||
2016-12-01 | http_proxy: simplify CONNECT response reading | Daniel Stenberg | |
Since it now reads responses one byte a time, a loop could be removed and it is no longer limited to get the whole response within 16K, it is now instead only limited to 16K maximum header line lengths. | |||
2016-11-29 | BUGS: describe bug handling process | Daniel Stenberg | |
2016-11-28 | cmdline-docs: more options converted and fixed | Daniel Stenberg | |
Now all options are in the new system. | |||
2016-11-28 | gen: include footer in mainpage output | Daniel Stenberg | |
2016-11-28 | cmdline-opts: more command line options documented | Daniel Stenberg | |
Moved over to the new format | |||
2016-11-28 | curl: remove --proxy-ssl* options | Daniel Stenberg | |
There's mostly likely no need to allow setting SSLv2/3 version for HTTPS proxy. Those protocols are insecure by design and deprecated. | |||
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 | |
Closes #1142 | |||
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 | |
Follow-up to 4f8b17743d7c55a | |||
2016-11-25 | docs: include all opts man pages in dist | Daniel Stenberg | |
Sorted the lists too. ... and include the new ones in the PDF and HTML generation targets | |||
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 | |
Adds access to the effectively used protocol/scheme to both libcurl and curl, both in string and numeric (CURLPROTO_*) form. Note that the string form will be uppercase, as it is just the internal string. As these strings are declared internally as const, and all other strings returned by curl_easy_getinfo() are de-facto const as well, string handling in getinfo.c got const-ified. Closes #1137 | |||
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 | |