aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2008-09-21fix compiler warning: defined but not usedYang Tse
2008-09-21fix compiler warning: external declaration in primary source fileYang Tse
2008-09-21fix compiler warning: defined but not usedYang Tse
2008-09-20fix regression in configure script which affected OpenSSL builds on MSYSYang Tse
2008-09-20fix compiler warning: external definition with no prior declarationYang Tse
2008-09-20include "memdebug.h"Yang Tse
2008-09-19HAVE_ALARM definition for static config-*.h filesYang Tse
2008-09-19configure script now checks availability of the alarm() functionYang Tse
2008-09-19Only define alarmfunc when signals are usedDan Fandrich
2008-09-19icc adjustments:Yang Tse
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.
2008-09-19Don't bother to install a SIGALRM handler unless alarm() is available.Dan Fandrich
Also, leave the existing SIGALRM handler alone if the timeout is too small to handle.
2008-09-18fix compiler warning: external definition with no prior declarationYang Tse
2008-09-18fix compiler warning: external definition with no prior declarationYang Tse
2008-09-18fix compiler warning: external declaration in primary source fileYang Tse
2008-09-18icc adjustmentsYang Tse
2008-09-18sync up with realityYang Tse
2008-09-18fix false negative strerror_r detectionYang Tse
2008-09-18fix wrong number used in comparisonYang Tse
2008-09-18fix wrong variable used in comparisonYang Tse
2008-09-18fix netdb.h prerequisite inclusionYang Tse
2008-09-17Fixed a syntax errorDan Fandrich
2008-09-17Removed reference to curl-ca-bundle.crt in the host verification failureDan Fandrich
error message.
2008-09-17improve detection of gethostbyaddr_r() and gethostbyname_r()Yang Tse
2008-09-17improve detection of getservbyport_r()Yang Tse
2008-09-17On Linux Intel's icc uses gcc's header files, soYang Tse
we select ANSI C89 dialect plus GNU extensions.
2008-09-17improve detection of gethostname(), localtime_r() and strstr()Yang Tse
2008-09-17improve detection of gethostname()Yang Tse
2008-09-17NetWare builds include "nameser.h" from the c-ares subdirYang Tse
2008-09-17include <strings.h>Yang Tse
2008-09-17sync up with realityYang Tse
2008-09-17Sync up with realityYang Tse
2008-09-17adjust inclusion of "nameser.h"Yang Tse
2008-09-17reorder some lines in fileYang Tse
2008-09-16code cleanupYang Tse
2008-09-16NetWare seems to have writev()Yang Tse
2008-09-16NetWare seems to have writev()Yang Tse
2008-09-16rearrange to allow internal/private use of ares_writev to any systemYang Tse
that lacks the writev function.
2008-09-16NetWare CLIB target has stricmp() and strnicmp()Yang Tse
2008-09-15Changed the test data file so it passes an XML syntax checkDan Fandrich
2008-09-15Note that the long long issue is fixed in Symbian OS 9.4Dan Fandrich
2008-09-15NetWare CLIB target has stricmp() and strnicmp()Yang Tse
2008-09-15include header file only when availableYang Tse
2008-09-15remove debug tracingYang Tse
2008-09-15rearrange to allow internal/private use of ares_strcasecmp to any system thatYang Tse
lacks the strcasecmp function.
2008-09-15HAVE_STRNCASECMP and HAVE_STRNICMP definitions for WIN32Yang Tse
2008-09-15improve detection of:Yang Tse
strcasecmp() strcasestr() strcmpi() stricmp() strlcat() strncasecmp() strncmpi() strnicmp()
2008-09-15improve detection of:Yang Tse
strcasecmp() strcmpi() stricmp() strncasecmp() strncmpi() strnicmp()
2008-09-13fix compiler warning: external declaration in primary source fileYang Tse
2008-09-13fix compiler warning: defined but not usedYang Tse
2008-09-13fix compiler warning: external declaration in primary source fileYang Tse