- Jul 09, 2008
-
-
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
-
Yang Tse authored
-
Yang Tse authored
-
- Jul 01, 2008
-
-
Daniel Stenberg authored
operating system.
-
Daniel Stenberg authored
INTEGRITY RTOS, so I renamed it to create_conn. It then made sense to also rename SetupConnection to setup_conn to match it.
-
Yang Tse authored
-
Yang Tse authored
-
- Jun 30, 2008
-
-
Yang Tse authored
-
Daniel Stenberg authored
which output the range using a signed variable where it should rather use unsigned.
-
Daniel Stenberg authored
header
-
Daniel Stenberg authored
not posix or anything and thus c-ares failed to build on hurd (and possibly elsewhere). The define was also somewhat artificially used in the windows port. Now, I instead rewrote the use of gethostbyname to enlarge the host name buffer in case of need and totally avoid the use of the MAXHOSTNAMELEN define. I thus also removed the defien from the namser.h file where it was once added for the windows build. I also fixed init_by_defaults() function to not leak memory in case if error.
-
Daniel Stenberg authored
-
- Jun 29, 2008
-
-
Yang Tse authored
-
Yang Tse authored
some systems" (http://curl.haxx.se/bug/view.cgi?id=1999181). The problem was that the configure script did not use the _POSIX_MONOTONIC_CLOCK feature test macro when checking monotonic clock availability. This is now fixed and the monotonic clock will not be used unless the feature test macro is defined with a value greater than zero indicating always supported.
-
- Jun 26, 2008
-
-
Daniel Stenberg authored
-
Dan Fandrich authored
Fixed a file handle leak in the command line client if more than one --stderr option was given.
-
- Jun 24, 2008
-
-
Daniel Stenberg authored
-
- Jun 22, 2008
-
-
Daniel Stenberg authored
(http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=487567) pointing out that libcurl used Content-Range: instead of Range when doing a range request with --head (CURLOPT_NOBODY). This is now fixed and test case 1032 was added to verify.
-
Dan Fandrich authored
is not ANSI C, just a common extension. This caused problems on at least Open Watcom C.
-
- Jun 21, 2008
-
-
Daniel Stenberg authored
-
Daniel Stenberg authored
-
Dan Fandrich authored
-
- Jun 20, 2008
-
-
Yang Tse authored
enough at detecting compilation errors or at least it has been properly configured to do so. Configuration heavily depends on this capability, so if this compiler sanity check fails the configuration process will now fail.
-
Daniel Stenberg authored
handshake with a SSLv2 server, and it turned out to be because it didn't recognize the cipher named "rc4-md5". In our list that cipher was named plainly "rc4". I've now added rc4-md5 to work as an alias as Phil reported that it made things work for him again.
-
Daniel Stenberg authored
-