Age | Commit message (Collapse) | Author | |
---|---|---|---|
2014-05-09 | TODO: firefox will soon support SSL (HTTPS) to proxy | Daniel Stenberg | |
2014-05-08 | mk-ca-bundle: added -p | Patrick Watson | |
-p takes a list of Mozilla trust purposes and levels for certificates to include in output. Takes the form of a comma separated list of purposes, a colon, and a comma separated list of levels. | |||
2014-05-08 | FAQ: Added 5.18 Does libcurl use threads? | Daniel Stenberg | |
2014-05-07 | curl.1: Added missing --login-options option | Steve Holme | |
...and removed ;OPTIONS from --user as that functionality was removed in 7.34.0. | |||
2014-05-06 | TODO: Fixed some spelling mistakes | Steve Holme | |
2014-05-06 | TODO: Add support for concurrent connections in ftpserver.pl | Steve Holme | |
2014-05-05 | curl_easy_setopt.3: added the proto for CURLOPT_SSH_KNOWNHOSTS | Daniel Stenberg | |
2014-05-05 | TODO: the FTP HOST command is now in RFC 7151 | Daniel Stenberg | |
2014-05-05 | TODO: Update date and version in man pages | Daniel Stenberg | |
Mentioned in bug #1342 | |||
2014-04-18 | curl_easy_setopt: Updated CURLOPT_URL to include IMAP PARTIAL FETCH example | Steve Holme | |
2014-04-18 | curl_easy_setopt: Updated CURLOPT_URL to include IMAP query string examples | Steve Holme | |
2014-04-04 | curl_easy_setopt: fix wrong version number references | Daniel Stenberg | |
2014-04-04 | docs: this is for 7.37.0 | Daniel Stenberg | |
And clarify for curl that --proxy-header now must be used for headers that are meant for a proxy, and they will not be included if the request is not for a proxy. | |||
2014-04-04 | PROXYHEADER: send these headers in "normal" proxy requests too | Daniel Stenberg | |
Updated the docs to clarify and the code accordingly, with test 1528 to verify: When CURLHEADER_SEPARATE is set and libcurl is asked to send a request to a proxy but it isn't CONNECT, then _both_ header lists (CURLOPT_HTTPHEADER and CURLOPT_PROXYHEADER) will be used since the single request is then made for both the proxy and the server. | |||
2014-04-04 | curl.1: documented --proxy-header | Daniel Stenberg | |
2014-04-04 | symbols-in-versions: Added CURLHEADER_* | Daniel Stenberg | |
... and sorted the list | |||
2014-04-04 | CURLOPT_HEADEROPT: added | Daniel Stenberg | |
Modified the logic so that CURLOPT_HEADEROPT now controls if PROXYHEADER is actually used or not. | |||
2014-04-04 | CURLOPT_PROXYHEADER: set headers for proxy-only | Daniel Stenberg | |
Includes docs and new test cases: 1525, 1526 and 1527 Co-written-by: Vijay Panghal | |||
2014-03-31 | docs: Removed mention of -g hack when using IPv6 literals | Dan Fandrich | |
This limitation was removed in commit 0bc4938e | |||
2014-03-31 | URL parser: IPv6 zone identifiers are now supported | Till Maas | |
2014-03-30 | imap-append.c: Fixed compilation errors on some platforms | Steve Holme | |
In the initializer for len, there is no prototype for "strlen". In this statement, there is no prototype for "memcpy". | |||
2014-03-25 | THANKS: 14 new friends from the 7.36.0 announcement | Daniel Stenberg | |
2014-03-17 | polarssl: now require 1.3.0+ | Daniel Stenberg | |
Also fixed a function name change in the version requirement bump | |||
2014-03-14 | docs: fixed a bunch of typos | Dan Fandrich | |
2014-03-11 | TODO: remove http2, we now have it | Daniel Stenberg | |
2014-03-09 | SSL-PROBLEMS: add "missing intermediate certificates" piece | Daniel Stenberg | |
2014-03-08 | SSL-PROBLEMS: describes common curl+SSL problems | Daniel Stenberg | |
2014-03-08 | docs: remove documentation on setting up krb4 support | Nick Zitzmann | |
The information about building with Kerberos4 support was half a year out of date. We dropped support for that. | |||
2014-02-26 | tool_getparam: Added initial support for --next/-: | Steve Holme | |
Added initial support for --next/-: which will be used to replace the rather confusing : command line operation what was used for the URL specific options prototype. | |||
2014-02-18 | curl.1: update the description of --tlsv1 | Kamil Dudka | |
... and mention the --tlsv1.[0-2] options in the --tslv1 entry Reported-by: Hubert Kario | |||
2014-02-18 | curl_version.3: recommend using curl_version_info() instead | Daniel Stenberg | |
2014-02-18 | curl_version_info.3: added *HTTP2 | Daniel Stenberg | |
... and edited language slightly | |||
2014-02-18 | curl_multi_assign.3: updated language | Daniel Stenberg | |
2014-02-18 | libcurl.3: edited slightly to improve readability | Daniel Stenberg | |
2014-02-18 | curl_easy_perform.3: extended and clarified | Daniel Stenberg | |
2014-02-18 | curl_multi_add_handle.3: clarify multi vs easy use | Daniel Stenberg | |
it is only WHILE added to a multi handle that it can't be used with the easy interface | |||
2014-02-17 | tests: Made the crypto test feature usable | Dan Fandrich | |
This feature specifies the availability of cryptographic authentication, which can be disabled at compile-time | |||
2014-02-17 | curl_multi_setopt.3: clarify CURLMOPT_MAXCONNECTS | Daniel Stenberg | |
2014-02-17 | examples: remove all use of CURLM_CALL_MULTI_PERFORM | Daniel Stenberg | |
... since it is never returned since a long while back. | |||
2014-02-16 | curl_easy_setopt.3: Add another non-matching hostname | Colin Hogben | |
For the avoidance of doubt, show a domain which contains the no-proxy pattern but not at the top level. | |||
2014-02-16 | url_easy_setopt.3: Add undocumented values of curl_infotype | Yehezkel Horowitz | |
... for debug function | |||
2014-02-16 | examples: Added IMAP LSUB example | Steve Holme | |
2014-02-14 | curl_easy_setopt.3: Fix word order of CURLOPT_PROXY section | Colin Hogben | |
The word CURLOPT_PROXYPORT became detached from its sentence when the note about the default was added. | |||
2014-02-13 | transfer: make Expect: 100-continue timeout configurable. | Tiit Pikma | |
Replaced the #define CURL_TIMEOUT_EXPECT_100 in transfer.c with the CURLOPT_EXPECT_100_TIMEOUT_MS option to make the timeout configurable. | |||
2014-02-11 | curl_easy_setopt.3: add CURL_HTTP_VERSION_2_0 | Fabian Frank | |
2014-02-11 | curl_easy_setopt.3: add CURLOPT_SSL_ENABLE_ALPN/NPN | Daniel Stenberg | |
2014-02-10 | NPN/ALPN: allow disabling via command line | Fabian Frank | |
when using --http2 one can now selectively disable NPN or ALPN with --no-alpn and --no-npn. for now honored with NSS only. TODO: honor this option with GnuTLS and OpenSSL | |||
2014-02-09 | TODO: Removed url-specific options | Steve Holme | |
2014-01-31 | INSTALL: Corrected mentioned version number as release 7.34.1 became 7.35.0 | Steve Holme | |
2014-01-30 | http2: call it "HTTP 2" and not 2.0 | Daniel Stenberg | |
The minor version will be dropped for HTTP 2 so it will make sense to avoid using it in option names etc. |