- Feb 10, 2009
-
-
Daniel Stenberg authored
-
Daniel Stenberg authored
-
Daniel Stenberg authored
to better know and track symbols in earlier libcurl versions
-
Daniel Stenberg authored
-
- Feb 06, 2009
-
-
Dan Fandrich authored
-
- Feb 02, 2009
-
-
Daniel Stenberg authored
version 1.1 instead of 1.0 like before. This change also introduces the new proxy type for libcurl called 'CURLPROXY_HTTP_1_0' that then allows apps to switch (back) to CONNECT 1.0 requests. The curl tool also got a --proxy1.0 option that works exactly like --proxy but sets CURLPROXY_HTTP_1_0. I updated all test cases cases that use CONNECT and I tried to do some using --proxy1.0 and some updated to do CONNECT 1.1 to get both versions run.
-
- Jan 28, 2009
-
-
Daniel Stenberg authored
CURLOPT_SOCKS5_GSSAPI_SERVICE and CURLOPT_SOCKS5_GSSAPI_NEC to allow libcurl to do GSS-style authentication with SOCKS5 proxies. The curl tool got the options called --socks5-gssapi-service and --socks5-gssapi-nec to enable these.
-
- Jan 26, 2009
-
-
Daniel Stenberg authored
to set desired block size to use for TFTP transfers instead of the default 512 bytes.
-
- Jan 25, 2009
-
-
Daniel Stenberg authored
They basically offer the same thing the NO_PROXY environment variable only offered previously: list a set of host names that shall not use the proxy even if one is specified.
-
- Jan 12, 2009
-
-
Daniel Stenberg authored
-
- Dec 29, 2008
-
-
Daniel Stenberg authored
-
- Dec 28, 2008
-
-
Daniel Stenberg authored
-
Daniel Stenberg authored
-
Daniel Stenberg authored
-
Daniel Stenberg authored
corrupted in ouputs. Another report from Anthony Bryan.
-
Daniel Stenberg authored
escape these letters what I think is the correct way.
-
- Dec 22, 2008
-
-
Daniel Stenberg authored
corrected spellings and more.
-
- Dec 19, 2008
-
-
Daniel Stenberg authored
-
- Dec 10, 2008
-
-
Daniel Stenberg authored
there are servers "out there" that relies on the client doing this broken Digest authentication. Apache even comes with an option to work with such broken clients. The difference is only for URLs that contain a query-part (a '?'-letter and text to the right of it). libcurl now supports this quirk, and you enable it by setting the CURLAUTH_DIGEST_IE bit in the bitmask you pass to the CURLOPT_HTTPAUTH or CURLOPT_PROXYAUTH options. They are thus individually controlled to server and proxy.
-
- Dec 09, 2008
-
-
Dan Fandrich authored
-
- Nov 17, 2008
-
-
Dan Fandrich authored
calls. Added a paragraph explaining that libcurl takes care of low-level protocol details. Made a few minor edits.
-
- Nov 05, 2008
-
-
Daniel Stenberg authored
-
- Oct 28, 2008
-
-
Dan Fandrich authored
-
Daniel Stenberg authored
-
- Oct 17, 2008
-
-
Yang Tse authored
-
- Oct 16, 2008
-
-
Dan Fandrich authored
-
Daniel Stenberg authored
make CURLOPT_PROXYUSERPWD sort of deprecated. The primary motive for adding these new options is that they have no problems with the colon separator that the CURLOPT_PROXYUSERPWD option does.
-
Daniel Stenberg authored
-
Daniel Stenberg authored
-
Daniel Stenberg authored
-
- Oct 09, 2008
-
-
Dan Fandrich authored
for spotting it).
-
- Oct 08, 2008
-
-
Daniel Stenberg authored
curl_easy_setopt: CURLOPT_USERNAME and CURLOPT_PASSWORD that sort of deprecates the good old CURLOPT_USERPWD since they allow applications to set the user name and password independently and perhaps more importantly allow both to contain colon(s) which CURLOPT_USERPWD doesn't fully support.
-
- Sep 10, 2008
-
-
Dan Fandrich authored
examples that I found in the FreeBSD ports system.
-
- Sep 09, 2008
-
-
Dan Fandrich authored
-
- Sep 07, 2008
-
-
Daniel Stenberg authored
-
- Sep 05, 2008
-
-
Daniel Stenberg authored
enabling this feature with CURLOPT_CERTINFO for a request using SSL (HTTPS or FTPS), libcurl will gather lots of server certificate info and that info can then get extracted by a client after the request has completed with curl_easy_getinfo()'s CURLINFO_CERTINFO option. Linus Nielsen Feltzing helped me test and smoothen out this feature. Unfortunately, this feature currently only works with libcurl built to use OpenSSL. This feature was sponsored by networking4all.com - thanks!
-
- Aug 28, 2008
-
-
Dan Fandrich authored
-
- Aug 20, 2008
-
-
Dan Fandrich authored
commands to the man pages.
-
- Aug 06, 2008
-
-
Daniel Stenberg authored
curl_multi_socket() - don't claim that it has an argument named 'easy' because it doesn't!
-
- Jul 30, 2008
-
-
Daniel Stenberg authored
parser to allow numerical IPv6-addresses to be specified with the scope given, as per RFC4007 - with a percent letter that itself needs to be URL escaped. For example, for an address of fe80::1234%1 the HTTP URL is: "http://[fe80::1234%251]/"
-