- Jan 05, 2008
-
-
Daniel Stenberg authored
code to instead introduce support for a new proxy type called CURLPROXY_SOCKS5_HOSTNAME that is used to send the host name to the proxy instead of IP address and there's thus no longer any need for a new curl_easy_setopt() option. The default SOCKS5 proxy is again back to sending the IP address to the proxy. The new curl command line option for enabling sending host name to a SOCKS5 proxy is now --socks5-hostname.
-
- Jan 04, 2008
-
-
Daniel Stenberg authored
proxy do the host name resolving and only if --socks5ip (or CURLOPT_SOCKS5_RESOLVE_LOCAL) is used we resolve the host name locally and pass on the IP address only to the proxy.
-
Daniel Stenberg authored
(for next SONAME bump)
-
- Jan 02, 2008
-
-
Daniel Stenberg authored
is an inofficial PROXY4 variant that sends the hostname to the proxy instead of the resolved address (which is already supported by SOCKS5). --socks4a is the curl command line option for it and CURLOPT_PROXYTYPE can now be set to CURLPROXY_SOCKS4A as well.
-
- Dec 27, 2007
-
-
Daniel Stenberg authored
-
- Dec 14, 2007
-
-
Daniel Stenberg authored
will prompt for a password. Denis Bredelet pointed out!
-
- Dec 12, 2007
-
-
Daniel Stenberg authored
added the --no-keep-alive option that can disable that on demand.
-
- Dec 11, 2007
-
-
Daniel Stenberg authored
values and what they mean
-
- Dec 10, 2007
-
-
Daniel Stenberg authored
-
Daniel Stenberg authored
-
- Dec 09, 2007
-
-
Daniel Stenberg authored
-
Daniel Stenberg authored
-
Daniel Stenberg authored
-
Daniel Stenberg authored
-
Daniel Stenberg authored
-
- Dec 08, 2007
-
-
Daniel Stenberg authored
script(s) on it online
-
Daniel Stenberg authored
-
Daniel Stenberg authored
-
- Dec 06, 2007
-
-
Daniel Stenberg authored
is no current timeout. It does not mean wait forever and it does not mean do not wait at all. It means there is no timeout value known at this point in time.
-
- Dec 02, 2007
-
-
Daniel Stenberg authored
the appending of the "type=" thing on FTP URLs when they are passed to a HTTP proxy. Some proxies just don't like that appending (which is done unconditionally in 7.17.1), and some proxies treat binary/ascii transfers better with the appending done!
-
- Nov 26, 2007
-
-
Daniel Stenberg authored
-
Daniel Stenberg authored
-
- Nov 22, 2007
-
-
Daniel Stenberg authored
and documentation.
-
- Nov 20, 2007
-
-
Daniel Stenberg authored
-
Daniel Stenberg authored
-
Patrick Monnerat authored
-
Daniel Stenberg authored
data sent in a post.
-
- Nov 17, 2007
-
-
Daniel Stenberg authored
the lib was built staticly.
-
- Nov 11, 2007
-
-
Daniel Stenberg authored
-
- Nov 07, 2007
-
-
Dan Fandrich authored
-
- Nov 05, 2007
-
-
Daniel Stenberg authored
-
Daniel Stenberg authored
and if () so the rule is from now on => no space before the parenthesis.
-
- Oct 30, 2007
-
-
Daniel Stenberg authored
-
- Oct 26, 2007
-
-
Daniel Stenberg authored
-
- Oct 25, 2007
-
-
Dan Fandrich authored
-
- Oct 15, 2007
-
-
Dan Fandrich authored
Don't confuse NUL with NULL.
-
Dan Fandrich authored
-
Patrick Monnerat authored
CURLOPT_COPYPOSTFIELDS option added for dynamic. Fix some OS400 features.
-
- Oct 13, 2007
-
-
Daniel Stenberg authored
My understanding is that we use "number" for discrete variables and "amount" for continuous variables. So you can say "The amount of flour required depends on..." or, "Last night I consumed a large amount of beer!". And, "That tank contains a large number of fish" or, "Over the week I consumed a number of cases of beer." I think that features are discrete, so the man page would read "...the number of features will make your head spin!".
-
- Oct 09, 2007
-
-
Dan Fandrich authored
-