- Oct 25, 2006
-
-
Yang Tse authored
-
Daniel Stenberg authored
-
Yang Tse authored
Improve cleanup in case of initialization failure.
-
- Oct 24, 2006
-
-
Daniel Stenberg 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. Remove a pair of braces and adjust indentation appropriately.
-
- Oct 23, 2006
-
-
Daniel Stenberg authored
applies for asynch name resolves in general and not only ares
-
Daniel Stenberg authored
re-use connections (for pipelining) before the name resolving is done.
-
Yang Tse authored
-
Dan Fandrich authored
-
Yang Tse authored
-
- Oct 22, 2006
-
-
Daniel Stenberg authored
-
Daniel Stenberg authored
as well
-
- Oct 21, 2006
-
-
Yang Tse authored
'packages/EPM/curl.list.in seems to ignore the --datarootdir setting'
-
Yang Tse authored
-
Daniel Stenberg authored
-
Daniel Stenberg authored
-
Yang Tse authored
-
Yang Tse authored
-
Daniel Stenberg authored
the single test applications' link and dependences, so that you easier can override those from the command line when using make.
-
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
-