- Nov 09, 2006
-
-
Daniel Stenberg authored
multi interface, but I could also repeat it doing multiple sequential ones with the easy interface. Using Ciprian's test case, I could fix it.
-
Yang Tse authored
Add failure checking for servers when fork()ed. Use same code path in 'stopserver' when called with a single or multiple pids.
-
- Nov 08, 2006
-
-
Daniel Stenberg authored
CURLOPT_VERBOSE set to non-zero, you still got a few debug messages from the SSL handshake. This is now stopped.
-
Daniel Stenberg authored
-
- Nov 07, 2006
-
-
Daniel Stenberg authored
-
Daniel Stenberg authored
wrong error message in the error message buffer.
-
Gisle Vanem authored
-
Gisle Vanem authored
-
- Nov 06, 2006
- Nov 05, 2006
-
-
Daniel Stenberg authored
-
Daniel Stenberg authored
-
Daniel Stenberg authored
-
Yang Tse authored
This was possible on debug c-ares enabled builds when both CURL_MEMDEBUG and CARES_MEMDEBUG environment variables were set. Leading to a file handle leak even when both variables had the same value, and wierd test suite results when different.
-
- Nov 03, 2006
-
-
Gisle Vanem authored
-
Yang Tse authored
-
Daniel Stenberg authored
-
Daniel Stenberg authored
KNOWN_BUGS #25, which happens when a proxy closes the connection when libcurl has sent CONNECT, as part of an authentication negotiation. Starting now, libcurl will re-connect accordingly and continue the authentication as it should.
-
Daniel Stenberg authored
-
Daniel Stenberg authored
a fatal bug so we must require 1.3.2 to get flawless functionality with c-ares.
-
Daniel Stenberg authored
-
Daniel Stenberg authored
-
Yang Tse authored
behaviour some versions of IRIX exhibit of committing suicide on big mallocs instead of just returning a friendly null pointer
-
Yang Tse authored
-
Yang Tse authored
-
Yang Tse authored
fix closing of fd's when limit is reached
-
Yang Tse authored
-
- Nov 02, 2006
-
-
Daniel Stenberg authored
-
Daniel Stenberg authored
-
Daniel Stenberg authored
-
Yang Tse authored
-
Yang Tse authored
-
Yang Tse authored
-
Yang Tse authored
-
Yang Tse authored
-
Yang Tse authored
-
Yang Tse authored
-
- Nov 01, 2006
-
-
Yang Tse authored
when more than FD_SETSIZE file descriptors are open. This means that if for any reason we are not able to open more than FD_SETSIZE file descriptors then test 518 should not be run. test 537 is all about testing libcurl functionality when the system has nearly exhausted the number of free file descriptors. Test 537 will try to run with very few free file descriptors.
-