- Jul 14, 2008
- Jul 11, 2008
-
-
Yang Tse authored
-
Yang Tse authored
-
Yang Tse authored
-
Dan Fandrich authored
-
Dan Fandrich authored
-
Daniel Stenberg authored
-
Daniel Stenberg authored
-
Daniel Stenberg authored
doing "proxy-tunnels" with non-HTTP prototols and that was simply because the code assumed the user-agent was only needed for HTTP.
-
Dan Fandrich authored
uploads with -C - didn't resume properly, but the tests pass.
-
Dan Fandrich authored
set the attribute that has changed instead of all possible ones. Hopefully, this will solve the "Permission denied" problem that Nagarajan Sreenivasan reported when setting some modes, but regardless, it saves a protocol round trip in the chmod case.
-
- Jul 10, 2008
-
-
Daniel Stenberg authored
curl-library list on July 9th 2008 by Mathew Hounsell) NOTE: the name resolve functions of various libc implementations don't re-read name server information unless explicitly told so (by for example calling Ires_init(3). This may cause libcurl to keep using the older server even if DHCP has updated the server info, and this may look like a DNS cache issue to the casual libcurl-app user.
-
Daniel Stenberg authored
-
Dan Fandrich authored
-
Yang Tse authored
is set in fdset.events" (http://curl.haxx.se/bug/view.cgi?id=2015126) which exactly pinpointed the problem only triggered on Windows Vista, provided reference to docs and also a fix. There is much work behind Peter Lamberg's excellent bug report. Thank You!
-
Daniel Stenberg authored
-
Yang Tse authored
-
Daniel Stenberg authored
-
Daniel Stenberg authored
-
Yang Tse authored
-
Dan Fandrich authored
-
- Jul 09, 2008
-
-
Daniel Stenberg authored
edited it slightly. Now you should be able to use IPv6 addresses fine even with libcurl built to use c-ares.
-
Dan Fandrich authored
-
Yang Tse authored
-
- Jul 08, 2008
-
-
Dan Fandrich authored
-
Gisle Vanem authored
and cookie_interface.c.
-
- Jul 07, 2008
-
-
Dan Fandrich authored
-
Daniel Stenberg authored
fix for it. It occured when you did a FTP transfer using CURLFTPMETHOD_SINGLECWD and then did another one on the same easy handle but switched to CURLFTPMETHOD_NOCWD. Due to the "dir depth" variable not being cleared properly. Scott's test case is now known as test 539 and it verifies the fix.
-
Patrick Monnerat authored
Wrong defines (typos) for QSSL layer fixed.
-
Yang Tse authored
from CVS tree.
-
- Jul 05, 2008
- Jul 04, 2008
-
-
Yang Tse authored
-
- Jul 03, 2008
-
-
Daniel Stenberg authored
-
Daniel Stenberg authored
-
Daniel Stenberg authored
the target host has only A records, it automatically falls back to an AF_INET lookup and gives you the A results. However, if the target host has a CNAME record, this behaviour is defeated since the original query does return some data even though ares_parse_aaa_reply() doesn't consider it relevant. Here's a small patch to make it behave the same with and without the CNAME.
-
Daniel Stenberg authored
response codes. Previously libcurl would hang on such occurances. I added test case 1033 to verify.
-
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.
-
- Jul 02, 2008
-
-
Dan Fandrich authored
-