Daniel Stenberg
9987106f53
curl_easy_setopt.3: added the proto for CURLOPT_SSH_KNOWNHOSTS
2014-05-05 16:01:03 +02:00
Daniel Stenberg
1f93471bda
TODO: the FTP HOST command is now in RFC 7151
2014-05-05 09:57:39 +02:00
Daniel Stenberg
981bf6999d
TODO: Update date and version in man pages
...
Mentioned in bug #1342
2014-05-05 09:54:00 +02:00
Steve Holme
33e0cba8f1
curl_easy_setopt: Updated CURLOPT_URL to include IMAP PARTIAL FETCH example
2014-04-18 20:23:45 +01:00
Steve Holme
0d4af92aeb
curl_easy_setopt: Updated CURLOPT_URL to include IMAP query string examples
2014-04-18 17:51:24 +01:00
Daniel Stenberg
c877c50e13
curl_easy_setopt: fix wrong version number references
2014-04-04 17:20:55 +02:00
Daniel Stenberg
109e94c51c
docs: this is for 7.37.0
...
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 17:10:47 +02:00
Daniel Stenberg
74851340bd
PROXYHEADER: send these headers in "normal" proxy requests too
...
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 17:03:43 +02:00
Daniel Stenberg
20f61cd12c
curl.1: documented --proxy-header
2014-04-04 17:03:43 +02:00
Daniel Stenberg
fa0a5e6812
symbols-in-versions: Added CURLHEADER_*
...
... and sorted the list
2014-04-04 17:03:43 +02:00
Daniel Stenberg
ef6be35bae
CURLOPT_HEADEROPT: added
...
Modified the logic so that CURLOPT_HEADEROPT now controls if PROXYHEADER
is actually used or not.
2014-04-04 17:03:43 +02:00
Daniel Stenberg
ac887eedbc
CURLOPT_PROXYHEADER: set headers for proxy-only
...
Includes docs and new test cases: 1525, 1526 and 1527
Co-written-by: Vijay Panghal
2014-04-04 17:03:43 +02:00
Dan Fandrich
ed4972ffdb
docs: Removed mention of -g hack when using IPv6 literals
...
This limitation was removed in commit 0bc4938e
2014-03-31 09:06:09 +02:00
Till Maas
9317eced98
URL parser: IPv6 zone identifiers are now supported
2014-03-31 07:58:25 +02:00
Steve Holme
0c4589f0c0
imap-append.c: Fixed compilation errors on some platforms
...
In the initializer for len, there is no prototype for "strlen".
In this statement, there is no prototype for "memcpy".
2014-03-30 10:56:51 +01:00
Daniel Stenberg
e798e6759b
THANKS: 14 new friends from the 7.36.0 announcement
2014-03-25 22:40:46 +01:00
Daniel Stenberg
5017d5ada8
polarssl: now require 1.3.0+
...
Also fixed a function name change in the version requirement bump
2014-03-17 20:48:06 +01:00
Dan Fandrich
ca7d1de69c
docs: fixed a bunch of typos
2014-03-14 23:38:00 +01:00
Daniel Stenberg
2465ee7573
TODO: remove http2, we now have it
2014-03-11 14:10:20 +01:00
Daniel Stenberg
74ad0221cc
SSL-PROBLEMS: add "missing intermediate certificates" piece
2014-03-09 15:55:13 +00:00
Daniel Stenberg
a55e7f0abd
SSL-PROBLEMS: describes common curl+SSL problems
2014-03-08 22:21:41 +00:00
Nick Zitzmann
63e3e03dae
docs: remove documentation on setting up krb4 support
...
The information about building with Kerberos4 support was half a year out
of date. We dropped support for that.
2014-03-08 11:58:06 -06:00
Steve Holme
1a9b58fcb2
tool_getparam: Added initial support for --next/-:
...
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-26 20:42:30 +00:00
Kamil Dudka
03c288202e
curl.1: update the description of --tlsv1
...
... and mention the --tlsv1.[0-2] options in the --tslv1 entry
Reported-by: Hubert Kario
2014-02-18 10:35:41 +01:00
Daniel Stenberg
938f93549f
curl_version.3: recommend using curl_version_info() instead
2014-02-18 08:59:56 +01:00
Daniel Stenberg
911a5c3646
curl_version_info.3: added *HTTP2
...
... and edited language slightly
2014-02-18 08:59:38 +01:00
Daniel Stenberg
f207f7e427
curl_multi_assign.3: updated language
2014-02-18 08:51:03 +01:00
Daniel Stenberg
b1096d2352
libcurl.3: edited slightly to improve readability
2014-02-18 08:46:46 +01:00
Daniel Stenberg
452a4d90a4
curl_easy_perform.3: extended and clarified
2014-02-18 08:30:59 +01:00
Daniel Stenberg
860424bb06
curl_multi_add_handle.3: clarify multi vs easy use
...
it is only WHILE added to a multi handle that it can't be used with the
easy interface
2014-02-18 08:29:39 +01:00
Dan Fandrich
4b4e8a5853
tests: Made the crypto test feature usable
...
This feature specifies the availability of cryptographic
authentication, which can be disabled at compile-time
2014-02-17 09:50:46 +01:00
Daniel Stenberg
b04c158adf
curl_multi_setopt.3: clarify CURLMOPT_MAXCONNECTS
2014-02-17 09:29:25 +01:00
Daniel Stenberg
1f60728f81
examples: remove all use of CURLM_CALL_MULTI_PERFORM
...
... since it is never returned since a long while back.
2014-02-17 08:25:39 +01:00
Colin Hogben
0d94640c9b
curl_easy_setopt.3: Add another non-matching hostname
...
For the avoidance of doubt, show a domain which contains the no-proxy
pattern but not at the top level.
2014-02-16 23:32:24 +01:00
Yehezkel Horowitz
79a9f8c942
url_easy_setopt.3: Add undocumented values of curl_infotype
...
... for debug function
2014-02-16 23:27:16 +01:00
Steve Holme
dc0f8c04ec
examples: Added IMAP LSUB example
2014-02-16 00:09:22 +00:00
Colin Hogben
01844658df
curl_easy_setopt.3: Fix word order of CURLOPT_PROXY section
...
The word CURLOPT_PROXYPORT became detached from its sentence when the
note about the default was added.
2014-02-14 16:16:46 +01:00
Tiit Pikma
c021a60bcc
transfer: make Expect: 100-continue timeout configurable.
...
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-13 16:05:17 +01:00
Fabian Frank
bff7398942
curl_easy_setopt.3: add CURL_HTTP_VERSION_2_0
2014-02-11 22:55:49 +01:00
Daniel Stenberg
33224f9bcd
curl_easy_setopt.3: add CURLOPT_SSL_ENABLE_ALPN/NPN
2014-02-11 07:44:27 +01:00
Fabian Frank
909a68c121
NPN/ALPN: allow disabling via command line
...
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-10 13:06:17 +01:00
Steve Holme
ae363075e6
TODO: Removed url-specific options
2014-02-09 15:20:53 +00:00
Steve Holme
6fb34ea6c6
INSTALL: Corrected mentioned version number as release 7.34.1 became 7.35.0
2014-01-31 00:57:02 +00:00
Daniel Stenberg
0952c9abcc
http2: call it "HTTP 2" and not 2.0
...
The minor version will be dropped for HTTP 2 so it will make sense to
avoid using it in option names etc.
2014-01-30 16:59:35 +01:00
Daniel Stenberg
8bcf677a30
examples: gitignore more binaries
2014-01-29 10:22:40 +01:00
Daniel Stenberg
c3678f3bf6
THANKS: 19 new contributors from the 7.35.0 release notes
2014-01-29 08:35:04 +01:00
Dan Fandrich
0f46b3b3dd
docs/INSTALL: Updated example minimal binary sizes
2014-01-26 10:53:06 +01:00
Daniel Stenberg
755dc2f058
curl_easy_setopt.3: remove what auth types that work for CURLOPT_PROXYAUTH
...
The list was out of date and the paragraph already refers to the
CURLOPT_HTTPAUTH explanation. All the auth bits are explained properly
there.
It also removes the ambiguity for what the "added" phrase refers to.
This change based on pull request #85 on github
URL: https://github.com/bagder/curl/pull/85
Reported-by: gnawhleinad
2014-01-23 23:22:07 +01:00
Daniel Stenberg
b0fa530c98
curl_getdate.3: edited, removed references to pre 7.12.2 functionality
2014-01-20 00:02:33 +01:00
Steve Holme
27ecc22649
pop3-dele.c: Added missing CURLOPT_NOBODY following feedback
2014-01-15 23:39:46 +00:00