- Oct 18, 2006
-
-
Yang Tse authored
to verify winsock API availability.
-
Yang Tse authored
using winsock or winsock2 API.
-
Daniel Stenberg authored
-
Daniel Stenberg authored
resolving is completed so we must make sure to survive it and mark the connection as async (ie not yet connected completely).
-
Daniel Stenberg authored
-
Gisle Vanem authored
-
Daniel Stenberg authored
-
Daniel Stenberg authored
ever actually are used
-
Yang Tse authored
-
- Oct 17, 2006
-
-
Dan Fandrich authored
-
Daniel Stenberg authored
could very well cause a negate number get passed in and thus cause reading outside of the array usually used for this purpose. We avoid this by using the uppercase macro versions introduced just now that does some extra crazy typecasts to avoid byte codes > 127 to cause negative int values.
-
Daniel Stenberg authored
#1579171
-
Yang Tse authored
-
Yang Tse authored
-
Daniel Stenberg authored
even when using curl_multi_socket() or even using the multi_perform() when relying on multi_timeout() to be good.
-
Daniel Stenberg authored
c-ares name resolves, but now we do!
-
Daniel Stenberg authored
-
Yang Tse authored
-
- Oct 15, 2006
-
-
Yang Tse authored
-
Gisle Vanem authored
-
Gisle Vanem authored
-
- Oct 14, 2006
- Oct 13, 2006
-
-
Dan Fandrich authored
to the CURLOPT_DEBUGFUNCTION callback has been fixed (it was erroneously included as part of the header). A message was also added to the command line tool to show when data is being sent, enabled when --verbose is used.
-
Daniel Stenberg authored
for it
-
Daniel Stenberg authored
function, this is only meant to allow easier tracking of the internal handle's state and what sockets they use. Only for research and development.
-
Yang Tse authored
-
- Oct 12, 2006
-
-
Daniel Stenberg authored
to a multi stack will cause CURLM_BAD_EASY_HANDLE to get returned.
-
Daniel Stenberg authored
and while doing so it became apparent that the current timeout system for the socket API really was a bit awkward since it become quite some work to be sure we have the correct timeout set. Jeff then provided the new CURLMOPT_TIMERFUNCTION that is yet another callback the app can set to get to know when the general timeout time changes and thus for an application like hiperfifo.c it makes everything a lot easier and nicer. There's a CURLMOPT_TIMERDATA option too of course in good old libcurl tradition.
-
Yang Tse authored
-
- Oct 11, 2006
-
-
Yang Tse authored
-
- Oct 10, 2006
-
-
Daniel Stenberg authored
-
- Oct 09, 2006
-
-
Daniel Stenberg authored
-
Daniel Stenberg authored
anymore
-
Yang Tse authored
-
Daniel Stenberg authored
case 535 and it now runs fine. Again a problem with the pipelining code not taking all possible (error) conditions into account.
-
Yang Tse authored
In this way 304 tests out of 304 reported OK.
-
- Oct 07, 2006
-
-
Daniel Stenberg authored
-
- Oct 06, 2006
-
-
Daniel Stenberg authored
now runs fine.
-
Guenter Knauf authored
-