- Jul 27, 2008
-
-
Yang Tse authored
definition which might be defined in config.h or config-*.h files
-
Dan Fandrich authored
address in an IPv6 capable libcurl.
-
- Jul 26, 2008
-
-
Daniel Stenberg authored
overrun" (http://curl.haxx.se/bug/view.cgi?id=2026240) identifying two problems, and providing the fix for them: - CURL_READFUNC_PAUSE did in fact not pause the _sending_ of data that it is designed for but paused _receiving_ of data! - libcurl didn't internally set the read counter to zero when this return code was detected, which would potentially lead to junk getting sent to the server.
-
- Jul 24, 2008
-
-
Yang Tse authored
-
- Jul 22, 2008
-
-
Yang Tse authored
-
- Jul 21, 2008
-
-
Yang Tse authored
data type for systems where this sixth argument is prototyped as a void pointer. Start of thread: http://curl.haxx.se/mail/lib-2008-07/0153.html
-
Gisle Vanem authored
-
Yang Tse authored
-
Yang Tse authored
-
Yang Tse authored
-
Yang Tse authored
now cause the definition of RECVFROM_TYPE_ARG2_IS_VOID, RECVFROM_TYPE_ARG5_IS_VOID or RECVFROM_TYPE_ARG6_IS_VOID, as appropriate.
-
- Jul 17, 2008
-
-
Yang Tse authored
to the data type pointed by its respective argument and not the pointer type.
-
- Jul 16, 2008
- Jul 15, 2008
-
-
Yang Tse authored
-
- Jul 14, 2008
-
-
Yang Tse authored
-
Yang Tse authored
These are included from lib/setup.h or specific source code file.
-
Yang Tse authored
-
Yang Tse authored
and lib/setup_once.h
-
Yang Tse authored
-
Yang Tse authored
file has been included. In this way if symbol is defined in the config file it will no longer be ignored.
-
- Jul 11, 2008
-
-
Yang Tse authored
-
Yang Tse authored
-
Yang Tse 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
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
-
-
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!
-
- 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
-
- Jul 08, 2008
-
-
Dan Fandrich authored
-
- Jul 07, 2008
-
-
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.
-
- Jul 05, 2008
-
-
Yang Tse authored
-
- Jul 03, 2008
-
-
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
-
- Jul 01, 2008
-
-
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.
-