- Oct 21, 2006
-
-
Daniel Stenberg authored
reading the (local) CA cert file to let users easier pinpoint the actual problem. CURLE_SSL_CACERT_BADFILE (77) is the new libcurl error code.
-
Yang Tse authored
-
- Oct 20, 2006
-
-
Daniel Stenberg authored
-
Yang Tse authored
-
Yang Tse authored
the definitions for the return type and arguments types of functions recv() and send().
-
Yang Tse authored
-
Yang Tse authored
stale by replacing loop counters with timeouts. In this way the main loop of the test will be allowed to run up to 30 seconds on any platform before aborting it.
-
Daniel Stenberg authored
(when the resoling isn't completede yet) and not confuse it with a simple connection re-use (non-pipelined).
-
- Oct 19, 2006
-
-
Yang Tse authored
-
Yang Tse authored
-
Yang Tse authored
-
Yang Tse authored
-
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.
-