Age | Commit message (Collapse) | Author | |
---|---|---|---|
2009-11-24 | When using icc, compile with -fpic and link with intel dynamic libraries. | Yang Tse | |
2009-11-22 | Make configure remove the ares_build.h file included in distribution tarballs. | Yang Tse | |
2009-11-16 | Add check for assert.h header file | Yang Tse | |
2009-11-15 | Remove enable-thread / disable-thread configure option. These were only placebo | Yang Tse | |
options. The library is always built as thread safe as possible on every system. | |||
2009-11-14 | Refactor how preprocessor symbol _THREAD_SAFE definition is done. | Yang Tse | |
2009-10-31 | Symbol hiding configure options renamed to the hopefully less ambiguous | Yang Tse | |
--enable-symbol-hiding and --disable-symbol-hiding as well as related macro names and some internal variables used for them. Related configuration file preprocessor symbols named to CARES_SYMBOL_HIDING and CARES_SYMBOL_SCOPE_EXTERN. | |||
2009-10-29 | External API function linkage decoration adjustment | Yang Tse | |
2009-10-28 | Initial step towards the ability to reduce c-ares exported symbols | Yang Tse | |
based on the 'visibility' attribute for GNUC and __global for Sun compilers, taking also in account __declspec function decoration for Win32 and Symbian DLL's. Introducing configure options --enable-hidden-symbols and --disable-hidden-symbols following libcurl's naming. | |||
2009-10-27 | Fix spelling | Yang Tse | |
2009-10-19 | Use *_CHECK_PATH_SEPARATOR_REQUIRED to ensure that *_CHECK_PATH_SEPARATOR | Yang Tse | |
is only expanded and included once in the configure script. | |||
2009-07-14 | renamed generated config.h to ares_config.h in order to avoid clashes when ↵ | Gunter Knauf | |
libcurl is used with other projects which also have a config.h. | |||
2009-06-20 | Refactor how libraries are checked for connect() function, | Yang Tse | |
and check for connect() as it is done for other functions. | |||
2009-06-18 | add CloseSocket camel case function check | Yang Tse | |
2009-06-17 | check for socket() and closesocket() as it is done for other functions | Yang Tse | |
2009-05-28 | c-ares' --enable-curldebug adjustments | Yang Tse | |
2009-05-26 | c-ares's --enable-curldebug configure option decoupled from c-ares's ↵ | Yang Tse | |
--enable-debug | |||
2009-05-11 | Remove experimental check. Currently there's no need for it. | Yang Tse | |
2009-05-07 | Fix an m4 overquoting triggering a spurious 'AS_TR_CPP' symbol definition | Yang Tse | |
attempt in generated config.h | |||
2009-05-07 | Proper naming for the experimental compiler test and moved to *-compilers.m4 | Yang Tse | |
2009-05-07 | Moved *_CHECK_COMPILER_HALT_ON_ERROR and ↵ | Yang Tse | |
*_CHECK_COMPILER_ARRAY_SIZE_NEGATIVE to *-compilers.m4 along with other *_CHECK_COMPILER_* | |||
2009-05-03 | HP-UX's X/Open network library requirement check follow-up | Yang Tse | |
2009-05-02 | Use build-time configured ares_socklen_t instead of socklen_t | Yang Tse | |
2009-05-01 | Check definition of _XOPEN_SOURCE_EXTENDED with the compiler | Yang Tse | |
2009-04-30 | Check if X/Open network library is required | Yang Tse | |
2009-04-28 | Initial step towards a configure time ares_socklen_t definition | Yang Tse | |
2009-04-21 | Moved potential inclusion of system's malloc.h and memory.h header files to | Yang Tse | |
setup_once.h. Inclusion of each header file is based on the definition of NEED_MALLOC_H and NEED_MEMORY_H respectively. | |||
2009-04-14 | use HAVE_LIMITS_H symbol to protect limits.h inclusion | Yang Tse | |
2008-11-18 | provide a common PATH_SEPARATOR check method which is required by | Yang Tse | |
upcomming work to support the broadest range of Autoconf versions | |||
2008-11-18 | check for gethostbyaddr and gethostbyname as it is done for other functions | Yang Tse | |
2008-11-16 | trim down configure script size | Yang Tse | |
2008-11-13 | Refactor configure script detection of functions used to set sockets into | Yang Tse | |
non-blocking mode, and decouple function detection from function capability. | |||
2008-10-30 | check for freeaddrinfo() at configuration phase | Yang Tse | |
2008-10-29 | make CHECK_FUNC_GETADDRINFO_UNFREEABLE_AI_ADDR | Yang Tse | |
and CHECK_FUNC_GETADDRINFO_UNFREEABLE_AI_CANONNAME internal to CHECK_FUNC_GETADDRINFO | |||
2008-10-28 | Initial attempt to detect at configuration time if the getaddrinfo() | Yang Tse | |
function returns an addrinfo with an unfreeable ai_canonname member ptr. | |||
2008-10-28 | Initial attempt to detect at configuration time if the getaddrinfo() | Yang Tse | |
function returns an addrinfo with an unfreeable ai_addr member ptr. | |||
2008-10-22 | remove from configure.ac temporary magic for the icc seg-fault issue | Yang Tse | |
2008-10-21 | some more temporary magic for the icc seg-fault issue | Yang Tse | |
2008-10-20 | some more temporary magic for the icc seg-fault issue | Yang Tse | |
2008-10-15 | Ensure that shell variable contents which have active meaning | Yang Tse | |
to the shell echo command are not interpreted when trying to remove extra whitespace from shell variable content. | |||
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 | 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 | 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-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-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 | |