- Oct 19, 2006
-
-
Yang Tse authored
test hanging and actually is an indication that there's a condition that is not being properly handled at some point in the library. Loop counter limits might need to be further increased on false positives.
-
Daniel Stenberg authored
data is actually shown on screen. Like when you do 'curl -v host' with data and debug info sent to the same terminal.
-
Yang Tse authored
-
- Oct 18, 2006
-
-
Yang Tse authored
-
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
-
Daniel Stenberg authored
ever actually are used
-
Daniel Stenberg authored
-
Yang Tse authored
Get rid of non ANSI/ISO isascii().
-
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
-
Daniel Stenberg authored
present, so there's no use to doing it again in this script!
-
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
-
Daniel Stenberg authored
c-ares name resolves, but now we do!
-
Daniel Stenberg authored
-
Yang Tse authored
-
- Oct 16, 2006
-
-
Daniel Stenberg authored
cross-compiling) in order to detect problems with run-time libraries that otherwise would occur when the sizeof tests for curl_off_t would run and thus be much more confusing to users. The check of course should run after all lib-checks are done and before any other test is used that would run an executable built for testing-purposes.
-
- Oct 15, 2006
-
-
Yang Tse authored
-
Gisle Vanem authored
-
Gisle Vanem authored
-
- Oct 14, 2006
- Oct 13, 2006
-
-
Daniel Stenberg authored
-
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
-
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
-