- Feb 02, 2010
-
-
Kamil Dudka authored
-
- Jan 23, 2010
-
-
Björn Stenberg authored
-
- Jan 02, 2010
-
-
Daniel Stenberg authored
versions --ftp-ssl and --ftp-ssl-reqd as these options are now used to control SSL/TLS for IMAP, POP3 and SMTP as well in addition to FTP. The old option names are still working but the new ones are the prefered ones (listed and documented).
-
- Jan 01, 2010
-
-
Daniel Stenberg authored
command is a special "hack" used by the drftpd server, but even though it is a custom extension I've deemed it fine to add to libcurl since this server seems to survive and people keep using it and want libcurl to support it. The new libcurl option is named CURLOPT_FTP_USE_PRET, and it is also usable from the curl tool with --ftp-pret. Using this option on a server that doesn't support this command will make libcurl fail.
-
- Dec 31, 2009
-
-
Daniel Stenberg authored
-
- Dec 10, 2009
-
-
Daniel Stenberg authored
on FTP errors in the transient 5xx range. Transient FTP errors are in the 4xx range. The code itself only tried on 5xx errors that occured _at login_. Now the retry code retries on all FTP transfer failures that ended with a 4xx response. (http://curl.haxx.se/bug/view.cgi?id=2911279)
-
- Nov 27, 2009
-
-
Daniel Stenberg authored
-
- Oct 26, 2009
-
-
Daniel Stenberg authored
-
Daniel Stenberg authored
-
- Oct 24, 2009
-
-
Daniel Stenberg authored
-
- Oct 21, 2009
-
-
Daniel Stenberg authored
-
- Oct 01, 2009
-
-
Daniel Stenberg authored
-
Daniel Stenberg authored
-
- Aug 24, 2009
-
-
Daniel Stenberg authored
read stdin in a non-blocking fashion. This also brings back -T- (minus) to the previous blocking behavior since it could break stuff for people at times.
-
- Aug 14, 2009
-
-
Daniel Stenberg authored
than what's absolutely necessary: curl will do its best to use what you pass to it as a URL. It is not trying to validate it as a syntactically correct URL by any means but is instead VERY liberal with what it accepts.
-
- Aug 04, 2009
-
-
Daniel Stenberg authored
-
- Jun 30, 2009
-
-
Daniel Stenberg authored
-
- Jun 29, 2009
-
-
Daniel Stenberg authored
range if given colon-separated after the host name/address part. Like "192.168.0.1:2000-10000"
-
- Apr 23, 2009
-
-
http://curl.haxx.se/bug/view.cgi?id=2779245Daniel Stenberg authored
Koenig pointed out that the man page didn't tell that the *_proxy environment variables can be specified lower case or UPPER CASE and the lower case takes precedence,
-
- 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
-