summaryrefslogtreecommitdiff
path: root/ares
Commit message (Expand)AuthorAgeFilesLines
* 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-162-16/+89
* Fixed an OOM condition reported by Jim MeyeringDaniel Stenberg2008-11-151-2/+9
* 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-138-189/+891
* Added a TODO file to list things we want changed, added or fixed.Daniel Stenberg2008-11-012-1/+10
* - Carlo Contavalli added support for the glibc "rotate" option, as documentedDaniel Stenberg2008-11-016-27/+62
* Adjust WIN32 freeaddrinfo, getaddrinfo and getnameinfo availabilityYang Tse2008-11-011-2/+2
* WIN32 availability of freeaddrinfo, getaddrinfo and getnameinfo functions is ...Yang Tse2008-11-011-0/+14
* check for freeaddrinfo() at configuration phaseYang Tse2008-10-302-1/+98
* 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
* fix commentYang Tse2008-10-291-2/+2
* make CHECK_FUNC_GETADDRINFO_UNFREEABLE_AI_ADDRYang Tse2008-10-292-136/+132
* fix leftoverYang Tse2008-10-281-2/+2
* Initial attempt to detect at configuration time if the getaddrinfo()Yang Tse2008-10-282-0/+76
* Initial attempt to detect at configuration time if the getaddrinfo()Yang Tse2008-10-282-1/+261
* icc adjustments:Yang Tse2008-10-251-4/+2
* some more temporary magic for the icc seg-fault issueYang Tse2008-10-241-0/+9
* icc permanent adjustment:Yang Tse2008-10-241-38/+40
* icc adjustments:Yang Tse2008-10-231-30/+51
* #include <stdlib.h> for exit() prototypeYang Tse2008-10-232-1/+32
* some more temporary magic for the icc seg-fault issueYang Tse2008-10-221-5/+17
* remove from configure.ac temporary magic for the icc seg-fault issueYang Tse2008-10-221-11/+7
* some more temporary magic for the icc seg-fault issueYang Tse2008-10-212-0/+12
* Charles Hardin patch:Yang Tse2008-10-212-11/+21
* some more temporary magic for the icc seg-fault issueYang Tse2008-10-202-13/+19
* messages initially intended only for debug purposes, now become permanentYang Tse2008-10-191-4/+4
* fix compiler warningYang Tse2008-10-172-4/+6
* fix missing double-quotesYang Tse2008-10-171-6/+6
* Charles Hardin made adig support a regular numerical dotted IP address for theDaniel Stenberg2008-10-172-5/+14
* some more temporary magic for the icc seg-fault issueYang Tse2008-10-161-1/+11
* Ensure that shell variable contents which have active meaningYang Tse2008-10-152-22/+64
* Adjust Watcom C warnings:Yang Tse2008-10-141-2/+2
* With this change Solaris target builds will now be done with _REENTRANT defined.Yang Tse2008-10-141-5/+23
* Adjust Tiny C basic options:Yang Tse2008-10-141-2/+2
* Adjust GCC warnings:Yang Tse2008-10-141-31/+61
* fix syntax errorYang Tse2008-10-141-1/+1
* Initial attempt to detect Watcom C compilerYang Tse2008-10-141-0/+60
* make naming scheme more consistent across whole fileYang Tse2008-10-131-75/+74
* Adjust GCC warnings:Yang Tse2008-10-131-2/+14
* Adjust GCC --enable-warnings:Yang Tse2008-10-131-1/+13
* adjust SGI MIPSpro C detectionYang Tse2008-10-121-1/+3
* LCC compiler adjustments:Yang Tse2008-10-121-4/+4
* remove extra spaceYang Tse2008-10-111-2/+2
* split SGI compiler check. One for MIPS C and another for MIPSpro CYang Tse2008-10-111-10/+52