- May 05, 2014
-
-
Daniel Stenberg authored
-
Daniel Stenberg authored
-
Daniel Stenberg authored
Mentioned in bug #1342
-
- Apr 18, 2014
-
-
Steve Holme authored
-
Steve Holme authored
-
- Apr 04, 2014
-
-
Daniel Stenberg authored
-
Daniel Stenberg authored
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.
-
Daniel Stenberg authored
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.
-
Daniel Stenberg authored
-
Daniel Stenberg authored
... and sorted the list
-
Daniel Stenberg authored
Modified the logic so that CURLOPT_HEADEROPT now controls if PROXYHEADER is actually used or not.
-
Daniel Stenberg authored
Includes docs and new test cases: 1525, 1526 and 1527 Co-written-by: Vijay Panghal
-
- Mar 31, 2014
-
-
Dan Fandrich authored
This limitation was removed in commit 0bc4938e
-
Till Maas authored
-
- Mar 30, 2014
-
-
Steve Holme authored
In the initializer for len, there is no prototype for "strlen". In this statement, there is no prototype for "memcpy".
-
- Mar 25, 2014
-
-
Daniel Stenberg authored
-
- Mar 17, 2014
-
-
Daniel Stenberg authored
Also fixed a function name change in the version requirement bump
-
- Mar 14, 2014
-
-
Dan Fandrich authored
-
- Mar 11, 2014
-
-
Daniel Stenberg authored
-
- Mar 09, 2014
-
-
Daniel Stenberg authored
-
- Mar 08, 2014
-
-
Daniel Stenberg authored
-
Nick Zitzmann authored
The information about building with Kerberos4 support was half a year out of date. We dropped support for that.
-
- Feb 26, 2014
-
-
Steve Holme authored
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.
-
- Feb 18, 2014
-
-
Kamil Dudka authored
... and mention the --tlsv1.[0-2] options in the --tslv1 entry Reported-by: Hubert Kario
-
Daniel Stenberg authored
-
Daniel Stenberg authored
... and edited language slightly
-
Daniel Stenberg authored
-
Daniel Stenberg authored
-
Daniel Stenberg authored
-
Daniel Stenberg authored
it is only WHILE added to a multi handle that it can't be used with the easy interface
-
- Feb 17, 2014
-
-
Dan Fandrich authored
This feature specifies the availability of cryptographic authentication, which can be disabled at compile-time
-
Daniel Stenberg authored
-
Daniel Stenberg authored
... since it is never returned since a long while back.
-
- Feb 16, 2014
-
-
Colin Hogben authored
For the avoidance of doubt, show a domain which contains the no-proxy pattern but not at the top level.
-
Yehezkel Horowitz authored
... for debug function
-
Steve Holme authored
-
- Feb 14, 2014
-
-
Colin Hogben authored
The word CURLOPT_PROXYPORT became detached from its sentence when the note about the default was added.
-
- Feb 13, 2014
-
-
Tiit Pikma authored
Replaced the #define CURL_TIMEOUT_EXPECT_100 in transfer.c with the CURLOPT_EXPECT_100_TIMEOUT_MS option to make the timeout configurable.
-
- Feb 11, 2014
-
-
Fabian Frank authored
-
Daniel Stenberg authored
-