- Nov 25, 2006
-
-
Yang Tse authored
-
- Nov 24, 2006
-
-
Daniel Stenberg authored
-
Yang Tse authored
as appropriate for platforms that don't have autotools support
-
- Nov 22, 2006
-
-
Yang Tse authored
defining HAVE_SIGNAL_H if the header is available. Added a check in configure that tests if the sig_atomic_t type is available, defining HAVE_SIG_ATOMIC_T if it is available. Providing a suitable default in setup_once.h if not available. Added a check in configure that tests if the sig_atomic_t type is already defined as volatile, defining HAVE_SIG_ATOMIC_T_VOLATILE if it is available and already defined as volatile.
-
- Nov 15, 2006
-
-
Gisle Vanem authored
libssh2 startup.
-
- Nov 14, 2006
-
-
Gisle Vanem authored
-
- Nov 13, 2006
-
-
Daniel Stenberg authored
-
- Nov 11, 2006
-
-
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.
-
- 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.
-
- Nov 07, 2006
-
-
Daniel Stenberg authored
wrong error message in the error message buffer.
-
- Nov 06, 2006
- Nov 05, 2006
-
-
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
-
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
a fatal bug so we must require 1.3.2 to get flawless functionality with c-ares.
-
- Nov 02, 2006
-
-
Daniel Stenberg authored
-
Yang Tse authored
-
- Oct 29, 2006
-
-
Daniel Stenberg authored
-
Yang Tse authored
compiler warning fix since it was Ok and actually avoids the targeted compiler warning.
-
Daniel Stenberg authored
-
Daniel Stenberg authored
-
- Oct 27, 2006
-
-
Yang Tse authored
Assigning the const value zero to a pointer to function results in a null pointer value assignment to the function pointer. Assignment of any nonzero value is what should result in a implementation compiler dependent result. Since what we want to do here is the first case, this should not trigger compiler warnings related with conversions from 'pointer to data' to 'pointer to function'. Our autobuild test suite will judge.
-
Gisle Vanem authored
-
Gisle Vanem authored
and send(). Added needed HAVE_x defines.
-
Gisle Vanem authored
-
Yang Tse authored
-
Yang Tse authored
-
Yang Tse authored
to avoid picky compiler warnings, since this is what we want!
-
- Oct 26, 2006
-
-
Yang Tse authored
buffer used to store headers in the SessionHandle failed.
-
- 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.
-
Daniel Stenberg authored
-
- Oct 24, 2006
-
-
Daniel Stenberg authored
-
- 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.
-