- Sep 26, 2008
-
-
Dan Fandrich authored
-
Yang Tse authored
returns no other exitcode, use 2000 + signal number as return code
-
Yang Tse authored
-
Daniel Stenberg authored
-
Yang Tse authored
-
Yang Tse authored
test-server logging function. It doesn't work on some systems.
-
Yang Tse authored
-
Yang Tse authored
-
- Sep 25, 2008
-
-
Daniel Stenberg authored
-
Daniel Stenberg authored
with realm="". http://curl.haxx.se/bug/view.cgi?id=2126435
-
- Sep 24, 2008
-
-
Yang Tse authored
inet_pton function is available.
-
Yang Tse authored
and when not crosscompiling verifies if it is IPv6 capable. HAVE_INET_NTOP will only be defined when an IPv6 capable working inet_ntop function is available.
-
Yang Tse authored
inet_ntop function is available.
-
Yang Tse authored
2008-09-24 stable snapshot have a buf_mem_st.length structure member with 'int' data type. OpenSSL un-released 0.9.9 CVS version has a buf_mem_st.length structure member with 'size_t' data type since 2007-Oct-09. These 4 typecasts should silence compiler warnings in all cases.
-
Yang Tse authored
-
Yang Tse authored
-
Daniel Stenberg authored
-
Daniel Stenberg authored
-
Yang Tse authored
-
Dan Fandrich authored
switching from one protocol to another in a single request (e.g. redirecting from HTTP to FTP as in test 1055) by resetting state.expect100header before every request.
-
- Sep 23, 2008
-
-
Yang Tse authored
-
Yang Tse authored
-
Gisle Vanem authored
-
Daniel Stenberg authored
-
Daniel Stenberg authored
-
Daniel Stenberg authored
date parser function. This makes our function less dependent on system- provided functions and instead we do all the magic ourselves. We also no longer depend on the TZ environment variable.
-
Daniel Stenberg authored
-
Daniel Stenberg authored
implementation".
-
- Sep 22, 2008
-
-
Daniel Stenberg authored
Markus Moeller reported: http://curl.haxx.se/mail/archive-2008-09/0016.html - recv() errors other than those equal to EAGAIN now cause proper CURLE_RECV_ERROR to get returned. This made test case 160 fail so I've now disabled it until we can figure out another way to exercise that logic.
-
Daniel Stenberg authored
removed issue #162 as mentioned on the mailing list http://curl.haxx.se/mail/archive-2008-09/0086.html
-
Daniel Stenberg authored
-
Daniel Stenberg authored
proxy" (http://curl.haxx.se/bug/view.cgi?id=2107377) that showed how a multi interface using program didn't work when built with GnuTLS and a CONNECT request was done over a proxy (basically test 502 over a proxy to a HTTPS site). It turned out the ssl connect function would get called twice which caused the second call to fail.
-
Yang Tse authored
-
Yang Tse authored
Disable remark #279: controlling expression is constant Remark triggered mostly on va_arg() and FD_ZERO() macros.
-
Dan Fandrich authored
-
Dan Fandrich authored
that memdebug.h is included in the test programs.
-
Yang Tse authored
check for winsock build target configurations
-
- Sep 21, 2008
-
-
Daniel Stenberg authored
-
Daniel Stenberg authored
-
Gisle Vanem authored
and HAVE_STRNCASECMP.
-