- May 20, 2014
-
-
Daniel Stenberg authored
-
- May 19, 2014
-
-
Steve Holme authored
To use an up to date download link as well as remove duplicate information.
-
Steve Holme authored
-
- May 16, 2014
-
-
Daniel Stenberg authored
It counts "body" data only, no meta data, no headers.
-
Daniel Stenberg authored
-
- May 09, 2014
-
-
Daniel Stenberg authored
-
Daniel Stenberg authored
While "just" an example it still isn't nice to leak memory. Bug: http://curl.haxx.se/bug/view.cgi?id=1368 Fixed-by: Marko
-
Daniel Stenberg authored
-
- May 08, 2014
-
-
Patrick Watson authored
-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.
-
Daniel Stenberg authored
-
- May 07, 2014
-
-
Steve Holme authored
...and removed ;OPTIONS from --user as that functionality was removed in 7.34.0.
-
- May 06, 2014
-
-
Steve Holme authored
-
Steve Holme authored
-
- 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
-