Age | Commit message (Collapse) | Author | |
---|---|---|---|
2008-10-07 | adjust ICC_windows settings | Yang Tse | |
2008-10-07 | fix VAR_STRIP | Yang Tse | |
2008-10-07 | Sync up with reality | Yang Tse | |
2008-10-07 | Initial attempt to support configure's --(dis|en)able-optimize | Yang Tse | |
option to specify dis(activation) of compiler optimizations. If option is specified, it will be honored independant of the --(dis|en)able-debug option. | |||
2008-10-02 | fix comment | Yang Tse | |
2008-10-02 | Initial attempt to support configure's --(dis|en)able-warnings | Yang Tse | |
option to specify dis(activation) of picky compiler warnings. If option is specified, it will be honored independant of the --(dis|en)able-debug option. If option is not specified, it will follow --(dis|en)able-debug setting, whose default is disabled if not specified. | |||
2008-09-30 | fix compiler warning: dereferencing type-punned pointer will break ↵ | Yang Tse | |
strict-aliasing rules | |||
2008-09-30 | now compiler warnings are activated for all gcc builds, not only debug ones. | Yang Tse | |
2008-09-30 | Use CFLAGS for icc linker options instead of LDFLAGS, | Yang Tse | |
otherwise gethostbyname() is not detected. | |||
2008-09-29 | use ac_cv_compiler and ac_cv_compiler_num to keep compiler ID and version number | Yang Tse | |
2008-09-29 | Temporary icc adjustment: | Yang Tse | |
Disable floating point optimizations | |||
2008-09-24 | HAVE_INET_PTON will only be defined when an IPv6 capable working | Yang Tse | |
inet_pton function is available. | |||
2008-09-24 | HAVE_INET_NTOP will only be defined when an IPv6 capable working | Yang Tse | |
inet_ntop function is available. | |||
2008-09-24 | ntoa() and inet_ntoa_r() no longer used | Yang Tse | |
2008-09-22 | icc adjustments for icc 9.0 and prior versions: | Yang Tse | |
Disable remark #279: controlling expression is constant Remark triggered mostly on va_arg() and FD_ZERO() macros. | |||
2008-09-22 | attempt to make work the gethostname function | Yang Tse | |
check for winsock build target configurations | |||
2008-09-21 | Added HAVE_NETDB_H, HAVE_ARPA_INET_H, HAVE_STRCASECMP | Gisle Vanem | |
and HAVE_STRNCASECMP. | |||
2008-09-19 | icc 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-18 | icc adjustments | Yang Tse | |
2008-09-18 | fix netdb.h prerequisite inclusion | Yang Tse | |
2008-09-17 | improve detection of getservbyport_r() | Yang Tse | |
2008-09-17 | On Linux Intel's icc uses gcc's header files, so | Yang Tse | |
we select ANSI C89 dialect plus GNU extensions. | |||
2008-09-17 | improve detection of gethostname() | Yang Tse | |
2008-09-17 | NetWare builds include "nameser.h" from the c-ares subdir | Yang Tse | |
2008-09-17 | include <strings.h> | Yang Tse | |
2008-09-17 | Sync up with reality | Yang Tse | |
2008-09-17 | adjust inclusion of "nameser.h" | Yang Tse | |
2008-09-17 | reorder some lines in file | Yang Tse | |
2008-09-16 | code cleanup | Yang Tse | |
2008-09-16 | NetWare seems to have writev() | Yang Tse | |
2008-09-16 | rearrange to allow internal/private use of ares_writev to any system | Yang Tse | |
that lacks the writev function. | |||
2008-09-15 | NetWare CLIB target has stricmp() and strnicmp() | Yang Tse | |
2008-09-15 | include header file only when available | Yang Tse | |
2008-09-15 | rearrange to allow internal/private use of ares_strcasecmp to any system that | Yang Tse | |
lacks the strcasecmp function. | |||
2008-09-15 | improve detection of: | Yang Tse | |
strcasecmp() strcmpi() stricmp() strncasecmp() strncmpi() strnicmp() | |||
2008-09-13 | *** empty log message *** | Yang Tse | |
2008-09-12 | djgpp does have strdup(). | Gisle Vanem | |
2008-09-12 | change CRLF into LF line endings | Yang Tse | |
2008-09-11 | strdup() clone for systems/configurations which lack it | Yang Tse | |
2008-09-11 | move inclusion of ares_private.h last | Yang Tse | |
2008-09-10 | icc adjustments | Yang Tse | |
2008-09-09 | icc adjustments | Yang Tse | |
2008-09-08 | Select strict ANSI C89 conformance for icc | Yang Tse | |
2008-09-06 | remove unnecessary typecasting of malloc() | Yang Tse | |
2008-09-06 | remove unnecessary typecasting of realloc() | Yang Tse | |
2008-08-29 | we start over working towards 1.5.4 | Daniel Stenberg | |
2008-08-29 | Version 1.5.3 | Daniel Stenberg | |
2008-08-29 | added the three people from RELEASE-NOTES and sorted the list alphabetically | Daniel Stenberg | |
2008-08-27 | Don't abort configuration if recvfrom() is not available. | Yang Tse | |
2008-08-26 | Functionality only possible if recvfrom() is available. | Yang Tse | |