- Oct 25, 2006
-
-
Daniel Stenberg authored
case when 401 or 407 are returned, *IF* no auth credentials have been given. The CURLOPT_FAILONERROR option is not possible to make fool-proof for 401 and 407 cases when auth credentials is given, but we've now covered this somewhat more. You might get some amounts of headers transferred before this situation is detected, like for when a "100-continue" is received as a response to a POST/PUT and a 401 or 407 is received immediately afterwards. Added test 281 to verify this change.
-
Gisle Vanem authored
Removed trailing whitespace.
-
Gisle Vanem authored
-
Yang Tse authored
-
Yang Tse authored
-
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
-