Age | Commit message (Expand) | Author |
2009-06-21 | Refactor how libraries are checked for connect() function, follow-up. | Yang Tse |
2009-06-20 | Refactor how libraries are checked for connect() function, | Yang Tse |
2009-06-01 | John E. Malmberg noticed that the configure script was failing to detect the | Yang Tse |
2009-05-15 | Fix preprocessor conditional expression | Yang Tse |
2009-05-07 | Moved *_CHECK_COMPILER_HALT_ON_ERROR and *_CHECK_COMPILER_ARRAY_SIZE_NEGATIVE... | Yang Tse |
2009-05-03 | HP-UX's X/Open network library requirement check follow-up | Yang Tse |
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-29 | Remove temporary debug tracing for ares_socklen_t Windows targets | Yang Tse |
2009-04-29 | Add temporary debug tracing for ares_socklen_t Windows targets | 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 |
2008-11-13 | Refactor configure script detection of functions used to set sockets into | Yang Tse |
2008-10-23 | #include <stdlib.h> for exit() prototype | Yang Tse |
2008-10-02 | Initial attempt to support configure's --(dis|en)able-warnings | Yang Tse |
2008-09-30 | now compiler warnings are activated for all gcc builds, not only debug ones. | Yang Tse |
2008-09-18 | icc adjustments | Yang Tse |
2008-09-17 | improve detection of getservbyport_r() | Yang Tse |
2008-09-09 | icc adjustments | Yang Tse |
2008-08-27 | Don't abort configuration if recvfrom() is not available. | Yang Tse |
2008-08-09 | Improve CURL_CHECK_DEF | Yang Tse |
2008-08-04 | Autoconf 2.62 has changed the behaviour of the AC_AIX macro which we use. | Yang Tse |
2008-07-30 | Reinstate the 'aclocal -I m4' in buildconf and 'ACLOCAL_AMFLAGS = -I m4' way of | Yang Tse |
2008-07-29 | Tests done using 'aclocal -I m4' in buildconf and 'ACLOCAL_AMFLAGS = -I m4 | Yang Tse |
2008-07-27 | Assert that SED and GREP are set | Yang Tse |
2008-07-24 | Another step towards detecting if _REENTRANT is already defined or actually | Yang Tse |
2008-07-23 | reorder argument number detection for getservbyport_r to | Yang Tse |
2008-07-22 | Make sure that configure process tests are done with the same _REENTRANT | Yang Tse |
2008-07-21 | use prototypes to improve getservbyport_r detection | Yang Tse |
2008-07-21 | when recvfrom prototype uses a void pointer for arguments 2, 5 or 6 this will | Yang Tse |
2008-07-20 | Added "pointer to void" as another data type to check for the sixth argument of | Yang Tse |
2008-07-17 | RECVFROM_TYPE_ARG2, RECVFROM_TYPE_ARG5 and RECVFROM_TYPE_ARG6 are now defined | Yang Tse |
2008-07-16 | Configure process now checks availability of recvfrom() socket function and | Yang Tse |
2008-07-16 | Improved configure detection of number of arguments for getservbyport_r | Yang Tse |
2008-07-02 | fallback to gettimeofday when monotonic clock is unavailable at run-time | Yang Tse |
2008-06-30 | make check message wording more precise | Yang Tse |
2008-06-29 | fix C style comment | Yang Tse |
2008-06-29 | John Lightsey filed bug report #1999181: "CLOCK_MONOTONIC always fails on | Yang Tse |
2008-06-20 | Modified configuration script to actually verify if the compiler is good | Yang Tse |
2008-06-18 | No longer break out of a shell "for" statement from inside | Yang Tse |
2008-06-06 | MSVC does build Windows native targets | Yang Tse |
2008-05-21 | fix: [action-if-found] part of AC_CHECK_TYPE macro cannot be quoted when empty | Yang Tse |
2008-05-21 | fix: remove need and definition of HAVE_SOCKLEN_T symbol | Yang Tse |
2008-05-21 | fix: socklen_t definition comment | Yang Tse |
2008-05-20 | update several macros using AC_TRY_LINK with AC_LINK_IFELSE | Yang Tse |
2008-05-20 | fix underquoting of AC_LANG_PROGRAM arguments | Yang Tse |
2008-05-20 | update several macros using AC_TRY_LINK with AC_LINK_IFELSE | Yang Tse |
2008-05-19 | fix socklen_t equivalent detection when cross compiling Windows target | Yang Tse |
2008-05-14 | Improve toolchain detection for WinCE cross compilation: | Yang Tse |