aboutsummaryrefslogtreecommitdiff
path: root/ares
AgeCommit message (Expand)Author
2006-12-11ahost.exe needs getopt.obj.Gisle Vanem
2006-11-25Make sure RETSIGTYPE is properly definedYang Tse
2006-11-24Define HAVE_SIGNAL_H, HAVE_SIG_ATOMIC_T and HAVE_SIG_ATOMIC_T_VOLATILEYang Tse
2006-11-22Michael Wallner fixed this problem: When I set domains in the optionsDaniel Stenberg
2006-11-22Install ares_dns.h tooDaniel Stenberg
2006-11-22Added a check in configure that verifies if <signal.h> is available,Yang Tse
2006-11-11we did 1.3.2 and are now on the 1.3.3 track!Daniel Stenberg
2006-11-07Moved select_s() to Makefile.dj since select() is used in applications.Gisle Vanem
2006-11-06avoid a couple of potential zero size memory allocationsYang Tse
2006-11-05mention the areslib.dsp fixDaniel Stenberg
2006-11-05add the recent crowd of contributorsDaniel Stenberg
2006-11-05Andreas Rieke fixed back the correct line endings!Daniel Stenberg
2006-11-03stand clear for release 1.3.2Daniel Stenberg
2006-11-03Andreas Rieke added missing file and changed line endingsDaniel Stenberg
2006-10-31Updated dependency output.Gisle Vanem
2006-10-31Updated dependencies to not include config.h.Gisle Vanem
2006-10-31Removed unneeded stuff.Gisle Vanem
2006-10-31Added Watt-32 section to fix things for Watt32+Win32 targets.Gisle Vanem
2006-10-31Don't include "nameser.h" for Watt32. Use the normal BSD-socket headers.Gisle Vanem
2006-10-31Added definition of select() for Watt32.Gisle Vanem
2006-10-31Rewritten to use ../packages/DOS/common.dj.Gisle Vanem
2006-10-27Sync with lib/setup_once.hYang Tse
2006-10-25Fixed "'x' might be used uninitialized in this function" warning.Gisle Vanem
2006-10-25Added '-d' option for Watt32 targets. Added cvs id.Gisle Vanem
2006-10-25Compiler warning fixYang Tse
2006-10-18Sync with lib/setup_once.hYang Tse
2006-10-18Check for USE_WINSOCK instead of WIN32 where the check was doneYang Tse
2006-10-18Introduce symbol USE_WINSOCK which will be defined whenYang Tse
2006-10-18Tor's spell fixesDaniel Stenberg
2006-10-18Replace is*() macros with our own IS*() ones.Yang Tse
2006-10-18Move definition of IS*() macros to setup_once.hYang Tse
2006-10-14Define HAVE_STRUCT_TIMEVAL as appropriate for platforms that lack autotools s...Yang Tse
2006-10-13Prevent ares_getsock() to overflow if more than 16 sockets are used.Daniel Stenberg
2006-10-13Check for struct timeval at configuration timeYang Tse
2006-10-12avoid an overflow if an excessive amount of servers are usedDaniel Stenberg
2006-10-11Remove redundant __CYGWIN__ symbol checkYang Tse
2006-09-11- Guilherme Balena Versiani: I noted a strange BUG in Win32 portDaniel Stenberg
2006-08-29Brad Spencer didDaniel Stenberg
2006-08-14add missing man pageDaniel Stenberg
2006-08-06Check for network libraries the _same_ way it is done in cURL.Yang Tse
2006-08-05Check for network libraries the same way it is done in cURL.Yang Tse
2006-08-04Minor compatibility fixYang Tse
2006-08-04Fixed comment.Gisle Vanem
2006-08-04Fix compiler warningYang Tse
2006-08-04Avoid redundant check. configure script takes care of not definingYang Tse
2006-08-04Being unable to link or find out recv() or send() args types is a fatal error.Yang Tse
2006-08-03MinGW/MSYS needs lib ws2_32 for proper operation of configure script.Yang Tse
2006-08-03Ravi Pratap fixed ares_getsock() to actually return the proper bitmap andDaniel Stenberg
2006-07-31Avoid the risk of a false positive detection of MSG_NOSIGNAL when cross compi...Yang Tse
2006-07-31Force compilation failure in case macros sread() or swrite() are not defined.Yang Tse