- Sep 23, 2008
-
-
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.
-
Yang Tse authored
-
Yang Tse authored
-
Yang Tse authored
-
- Sep 20, 2008
- Sep 19, 2008
-
-
Yang Tse authored
-
Yang Tse authored
-
Dan Fandrich authored
-
Yang Tse authored
Disable remark #981: operands are evaluated in unspecified order Function calls which are triggering this remark, today, do not depend on the order of evaluation of its arguments. Disable remark #1469: "cc" clobber ignored Remark triggered on htons() and ntohs() due to glibc header files.
-
Dan Fandrich authored
Also, leave the existing SIGALRM handler alone if the timeout is too small to handle.
-
- Sep 18, 2008
- Sep 17, 2008
-
-
Dan Fandrich authored
-
Dan Fandrich authored
error message.
-
Yang Tse authored
-
Yang Tse authored
-
Yang Tse authored
we select ANSI C89 dialect plus GNU extensions.
-