- Nov 19, 2006
-
-
Yang Tse authored
be clear of warnings. Uncomment it if this module is further modified. The "warnings" module requires perl 5.006 or later. Previous perl versions don't have it and die on missing modules.
-
- Nov 18, 2006
-
-
Daniel Stenberg authored
-
Yang Tse authored
-
Yang Tse authored
If the list has only one item avoid sort subroutine.
-
- Nov 17, 2006
-
-
Yang Tse authored
server holds not only its two main pids, but also the pidfile of the test server and the 'slavepidfiles' for ftp* servers. This allows a better control when stopping servers. Now from runtests.pl when test servers are stopped they are signalled in sequence TERM, INT and KILL allowing time in between for them to die. This will give us a chance of gracefully stopping test servers, which we didn't have when we were killing them in first instance.
-
- Nov 15, 2006
-
-
Gisle Vanem authored
libssh2 startup.
-
- Nov 14, 2006
-
-
Gisle Vanem authored
-
- Nov 13, 2006
-
-
http://curl.haxx.se/bug/view.cgi?id=1595348Daniel Stenberg authored
out a stack overwrite (and the corresponding fix) on 64bit Windows when dealing with HTTP chunked encoding.
-
Daniel Stenberg authored
-
Daniel Stenberg authored
-
- Nov 11, 2006
-
-
Daniel Stenberg authored
-
Daniel Stenberg authored
-
Daniel Stenberg authored
They all now return ssize_t to Curl_write(). Unfortunately, Curl_read() is in a sorrier state but it too would benefit from a similar cleanup.
-
- Nov 09, 2006
-
-
Daniel Stenberg authored
Versions, not to ./Versions and indentation improvments
-
Daniel Stenberg authored
2006. It turned out we wrongly assumed that the connection cache was present when tearing down a connection.
-
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
-