- Feb 27, 2009
-
-
Daniel Stenberg authored
-
- Feb 20, 2009
-
-
Daniel Stenberg authored
-
- Feb 04, 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 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.
-
- Dec 22, 2008
-
-
Daniel Stenberg authored
corrected spellings and more.
-
- Oct 29, 2008
-
-
Daniel Stenberg authored
but I'm not in the mood to fight nroff right now...
-
- Oct 09, 2008
-
-
Dan Fandrich authored
-
- Sep 10, 2008
-
-
Dan Fandrich authored
examples that I found in the FreeBSD ports system.
-
- Sep 09, 2008
-
-
Dan Fandrich authored
page.
-
- Sep 05, 2008
-
-
Daniel Stenberg authored
CURLOPT_POST301 (but adds a define for backwards compatibility for you who don't define CURL_NO_OLDIES). This option allows you to now also change the libcurl behavior for a HTTP response 302 after a POST to not use GET in the subsequent request (when CURLOPT_FOLLOWLOCATION is enabled). I edited the patch somewhat before commit. The curl tool got a matching --post302 option. Test case 1076 was added to verify this.
-
- Aug 20, 2008
-
-
Daniel Stenberg authored
-
Dan Fandrich authored
commands to the man pages.
-
- Aug 01, 2008
-
-
Dan Fandrich authored
support this so it goes untested.
-
- Jul 30, 2008
-
-
Daniel Stenberg authored
-
- Jul 11, 2008
-
-
Daniel Stenberg authored
-
- Jul 10, 2008
-
-
Daniel Stenberg authored
-
Daniel Stenberg authored
-
- Jul 03, 2008
-
-
Daniel Stenberg authored
CURLINFO_APPCONNECT_TIME. This is set with the "application layer" handshake/connection is completed (typically SSL, TLS or SSH). By using this you can figure out the application layer's own connect time. You can extract the time stamp using curl's -w option and the new variable named 'time_appconnect'. This feature was sponsored by Lenny Rachitsky at NeuStar.
-
- Jun 08, 2008
-
-
Daniel Stenberg authored
-
Daniel Stenberg authored
All boolean options (such as -O, -I, -v etc), both short and long versions, now always switch on/enable the option named. Using the same option multiple times thus make no difference. To switch off one of those options, you need to use the long version of the option and type --no-OPTION. Like to disable verbose mode you use --no-verbose! - Added --remote-name-all to curl, which if used changes the default for all given URLs to be dealt with as if -O is used. So if you want to disable that for a specific URL after --remote-name-all has been used, you muse use -o - or --no-remote-name.
-
- Apr 30, 2008
-
-
Daniel Stenberg authored
redirections and thus cannot use CURLOPT_FOLLOWLOCATION easily, we now introduce the new CURLINFO_REDIRECT_URL option that lets applications extract the URL libcurl would've redirected to if it had been told to. This then enables the application to continue to that URL as it thinks is suitable, without having to re-implement the magic of creating the new URL from the Location: header etc. Test 1029 verifies it.
-
- Mar 13, 2008
-
-
Dan Fandrich authored
-
- Feb 18, 2008
-
-
Daniel Stenberg authored
-
- Jan 25, 2008
-
-
Daniel Stenberg authored
-
- Jan 15, 2008
-
-
Daniel Stenberg authored
-
- Jan 12, 2008
-
-
Daniel Stenberg authored
--keepalive-time to curl to set the keepalive probe interval. I also took the opportunity to rename the recently added no-keep-alive option to no-keepalive to keep a consistent naming and to avoid getting two dashes in these option names. Eric also provided an update to the man page for the new option.
-
- Jan 11, 2008
-
-
Daniel Stenberg authored
already worked for FTP:// URLs
-
- Jan 08, 2008
-
-
Daniel Stenberg authored
and the write callbacks that now can make a connection's reading and/or writing get paused.
-
- 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.
-
- 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.
-
- Nov 22, 2007
-
-
Daniel Stenberg authored
and documentation.
-
- Nov 20, 2007
-
-
Daniel Stenberg authored
-
Daniel Stenberg authored
data sent in a post.
-
- 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!".
-