- Dec 05, 2010
-
-
Daniel Stenberg authored
When looping in this function and checking for the timeout being expired, it was not updating the reference time when calculating the timediff since previous round which made it think each subsequent loop to have taken longer than it actually did. I also modified the function to use the generic Curl_timeleft() function instead of the custom logic. Bug: http://curl.haxx.se/bug/view.cgi?id=3112579
-
Daniel Stenberg authored
When send() and recv() fail, we now store the errno value to allow the app to access it. Bug: http://curl.haxx.se/bug/view.cgi?id=3128121 Reported by: Yuri
-
Guenter Knauf authored
-
- Dec 04, 2010
-
-
Yang Tse authored
-
- Dec 03, 2010
- Dec 02, 2010
- Dec 01, 2010
- Nov 30, 2010
- Nov 28, 2010
- Nov 26, 2010
- Nov 25, 2010
- Nov 24, 2010
-
-
Yang Tse authored
-
- Nov 23, 2010
-
-
Yang Tse authored
Ensure that spurious results from system's getaddrinfo() ares not propagated by Curl_getaddrinfo_ex() into the library. Also ensure that the ai_addrlen member of Curl_getaddrinfo_ex()'s output linked list of Curl_addrinfo structures has appropriate family-specific address size.
-
- Nov 22, 2010
-
-
Kamil Dudka authored
... not the proxy port. It makes no difference unless a proxy is used.
-
- Nov 20, 2010
-
-
Yang Tse authored
Winsock builds clobber some errno.h defines in setup_once.
-
Dan Fandrich authored
-
- Nov 19, 2010
-
-
Dan Fandrich authored
This showed a problem when running the test out-of-tree, so an include path is now being added to pick up the generated curlbuild.h file.
-