summaryrefslogtreecommitdiff
path: root/ares/m4
Commit message (Expand)AuthorAgeFilesLines
* Add icc fvisibility bug testYang Tse2009-11-161-4/+15
* Fix three var namesYang Tse2009-11-161-4/+4
* getaddrinfo is fully thread safe on solaris versions whichYang Tse2009-11-151-7/+13
* Refactor how preprocessor symbol _THREAD_SAFE definition is done.Yang Tse2009-11-141-2/+98
* Assume that getaddrinfo is thread safe, unless hard codedYang Tse2009-11-131-12/+10
* Related with the threadsafe capability of getaddrinfo:Yang Tse2009-11-131-6/+15
* AIX 5.2 and newer have threadsafe getaddrinfo.Yang Tse2009-11-121-1/+19
* HP-UX 11.11 and later have threadsafe getaddrinfoYang Tse2009-11-121-1/+7
* Check if getaddrinfo is threadsafe when function check allows it to be usedYang Tse2009-11-121-2/+45
* Undo old temporary change once used for testing purposesYang Tse2009-11-011-2/+1
* Symbol hiding configure options renamed to the hopefully less ambiguousYang Tse2009-10-312-145/+138
* External API function linkage decoration adjustmentYang Tse2009-10-292-9/+12
* Initial step towards the ability to reduce c-ares exported symbolsYang Tse2009-10-282-2/+157
* Use *_CHECK_PATH_SEPARATOR_REQUIRED to ensure that *_CHECK_PATH_SEPARATORYang Tse2009-10-191-2/+11
* Our _AS_PATH_SEPARATOR_PREPARE override is now m4_defun'd instead of m4_define'dYang Tse2009-10-191-4/+3
* Check if _REENTRANT definition is required toYang Tse2009-09-291-2/+57
* test if adding ../lib to includes can fix the current break ...Gunter Knauf2009-07-161-1/+2
* renamed generated config.h to ares_config.h in order to avoid clashes when li...Gunter Knauf2009-07-141-3/+3
* Refactor how libraries are checked for connect() function,Yang Tse2009-06-201-1/+99
* add CloseSocket camel case function checkYang Tse2009-06-181-1/+91
* check for socket() and closesocket() as it is done for other functionsYang Tse2009-06-171-1/+214
* c-ares' --enable-debug --enable-curldebug decoupling follow-upYang Tse2009-06-092-4/+9
* c-ares' -no-undefined and --enable-curldebug adjustmentsYang Tse2009-06-051-10/+13
* c-ares' --enable-curldebug adjustmentsYang Tse2009-05-281-13/+33
* Allow curl debug memory tracking when building a shared library onYang Tse2009-05-271-8/+12
* c-ares's --enable-curldebug configure option decoupled from c-ares's --enable...Yang Tse2009-05-262-26/+118
* remove outdated commentYang Tse2009-05-151-5/+1
* Proper naming for the experimental compiler test and moved to *-compilers.m4Yang Tse2009-05-071-1/+63
* Moved *_CHECK_COMPILER_HALT_ON_ERROR and *_CHECK_COMPILER_ARRAY_SIZE_NEGATIVE...Yang Tse2009-05-071-4/+51
* Added CARES_INCLUDES_SYS_TYPESYang Tse2009-04-281-1/+19
* Initial step towards a configure time curl_socklen_t definitionYang Tse2009-04-261-2/+19
* remove compiler options used while debugging the icc 9.1 optimizer issueYang Tse2009-04-171-42/+1
* Set HP-UX compiler warning level back to the one that exposesYang Tse2009-04-151-3/+3
* ignoreYang Tse2009-02-131-0/+5
* Make checking for struct ifreq a prerequisite for settingDan Fandrich2008-11-201-4/+6
* user provided PATH_SEPARATOR always overrides auto-detected oneYang Tse2008-11-191-3/+1
* attempting to keep lines below 80 charsYang Tse2008-11-181-1/+8
* provide a common PATH_SEPARATOR check method which is required byYang Tse2008-11-182-2/+94
* check for gethostbyaddr and gethostbyname as it is done for other functionsYang Tse2008-11-181-1/+189
* Make configure script check if ioctl with the SIOCGIFADDR command can beYang Tse2008-11-171-1/+57
* fix leftover from previous commitYang Tse2008-11-171-2/+2
* fix inet_pton() runtime configure checkYang Tse2008-11-171-15/+4
* trim down configure script sizeYang Tse2008-11-161-0/+87
* fix typo affecting inclusion of <arpa/inet.h> in configureYang Tse2008-11-141-2/+2
* #include <string.h> in the getaddrinfo() runtime check for the memset() proto...Yang Tse2008-11-141-1/+3
* fix symbol definition check for fcntl.h inclusionYang Tse2008-11-141-2/+2
* Refactor configure script detection of functions used to set sockets intoYang Tse2008-11-132-2/+858
* check for freeaddrinfo() at configuration phaseYang Tse2008-10-301-1/+97
* update aclocal file serial numberYang Tse2008-10-301-1/+1
* remove verification of the freeability of the addrinfo struct pointer membersYang Tse2008-10-301-147/+0