- Aug 10, 2011
-
-
Daniel Stenberg authored
15.8 remove 'curl_httppost' from public
-
- Aug 09, 2011
-
-
Daniel Stenberg authored
-
- Aug 08, 2011
-
-
Daniel Stenberg authored
-
Daniel Stenberg authored
Drop the pre-release part from this text as we don't use that in practise since many years. Update the phrasing to reflect our more strict interpretation: http://curl.haxx.se/mail/lib-2011-08/0064.html
-
- Aug 05, 2011
-
-
Yang Tse authored
-
- Aug 03, 2011
-
-
Kamil Dudka authored
Suggested by Richard Silverman.
-
Adam Tkac authored
Curl_gss_init_sec_context got new parameter - SessionHandle. Signed-off-by:
Adam Tkac <atkac@redhat.com>
-
- Jul 18, 2011
-
-
Daniel Stenberg authored
-
- Jun 30, 2011
-
-
Daniel Stenberg authored
By default libcurl stops processing quote commands on failures.
-
- Jun 29, 2011
-
-
Daniel Stenberg authored
-
- Jun 28, 2011
-
-
Daniel Stenberg authored
Only <curl/curl.h> is needed typically and curl/types.h has been removed
-
- Jun 23, 2011
-
- Jun 21, 2011
-
-
Daniel Stenberg authored
-
- Jun 20, 2011
-
-
Daniel Stenberg authored
-
- Jun 13, 2011
-
-
Daniel Stenberg authored
Due to a design flaw, the CURLFORM_STREAM option doesn't really work with curl_formget until after curl_easy_perform (or similar).
-
Daniel Stenberg authored
We don't author the bindings, they are created outside the main project.
-
- Jun 10, 2011
-
-
Daniel Stenberg authored
-
- Jun 03, 2011
-
-
Dan Fandrich authored
-
- Jun 01, 2011
-
-
Daniel Stenberg authored
Due to some flaw in roffit I removed some style changes to make the web page look better.
-
- May 27, 2011
-
-
Daniel Stenberg authored
-
- May 25, 2011
-
-
Daniel Stenberg authored
-
Daniel Stenberg authored
-
- May 19, 2011
-
-
Daniel Stenberg authored
-
- May 18, 2011
-
-
Daniel Stenberg authored
-
Daniel Stenberg authored
-
- May 05, 2011
-
-
Daniel Stenberg authored
As we now can specify all the socks proxy types with the regular --proxy option using protocol prefix.
-
Daniel Stenberg authored
Using 'socks5h' as proxy protocol will make it a CURLPROXY_SOCKS5_HOSTNAME proxy which is SOCKS5 and asking the proxy to resolve host names. I found no "standard" protocol name for this.
-
Daniel Stenberg authored
-
Jari Aalto authored
Follow style of GNU layout (cp, mv ...) where options are separated with comma: -o, --option Order item alphabetically (by length also): -o, -O, --option Follow style of GNU layout by moving help related options to the end: --help, -M, --version
-
- May 03, 2011
-
-
Daniel Stenberg authored
-
- May 02, 2011
-
-
Daniel Stenberg authored
The internal defaults are important info
-
Daniel Stenberg authored
-
Daniel Stenberg authored
As it is a separate option it should have a .IP title
-
Daniel Stenberg authored
Clarify that the '-', '.', '_' or '~' letters are also not escaped since they shouldn't according to RFC3986 section 2.3. This is how this function has behaved since sep 2010, commit 5df13c31.
-
- Apr 30, 2011
-
-
Daniel Stenberg authored
As the code already checks for it we can just as well make it official!
-
- Apr 28, 2011
-
-
Daniel Stenberg authored
As it is already included by curlbuild.h if it exists on the platform it was included here superfluously anyway. Reported by: Dagobert Michelsen Bug: http://curl.haxx.se/bug/view.cgi?id=3294509
-
Zmey Petroff authored
Improved library search by check_function_exists_concat() macro: it does not revert the list of libraries any more. Improved OpenSSL library search: first find zlib, then search for openssl libraries that may depend on zlib. For Unix: openssl libraries can now be detected in nonstandard locations. Supply CMAKE_LIBRARY_PATH to CMake on command line. Added installation capability (very basic one yet).
-
- Apr 22, 2011
-
-
Daniel Stenberg authored
-
- Apr 20, 2011
-
-
Daniel Stenberg authored
When set to a HTTP 1.0 proxy, that only affects the CONNECT request and not the regular HTTP request.
-
- Apr 19, 2011
-
-
Guenter Knauf authored
-