aboutsummaryrefslogtreecommitdiff
path: root/ares
AgeCommit message (Collapse)Author
2007-02-08compiler warning fixYang Tse
2007-02-08use macro AC_AIX to define `_ALL_SOURCE', if on AIX.Yang Tse
2007-02-07use same AIX XLC compiler options as curl'sYang Tse
2007-02-07*) Remove duplicate declaration of TYPE_SOCKADDR_STORAGEYang Tse
*) Update CURL_CC_DEBUG_OPTS from curl's script
2007-02-06INADDR_NONE no longer used.Gisle Vanem
2007-02-06Added debug option ('-d') for Watt-32 programs.Gisle Vanem
2007-02-06Added HAVE_PROCESS_H for DOS/Win32.Gisle Vanem
Include <process.h> for getpid() in ares_init.c.
2007-02-06Fix compiler warning.Gisle Vanem
2007-02-06Include <sys/time.h> and <unistd.h> inside HAVE_x_H.Gisle Vanem
Added 'optind' and 'optarg' as in adig.c.
2007-02-06Include <sys/time.h> and <unistd.h> inside HAVE_x_H.Gisle Vanem
2007-02-06compiler warning fixYang Tse
2007-02-05Remove '-Dselect=select_s'. Remove depend.dj-Gisle Vanem
2007-02-05compiler warning fixYang Tse
2007-02-04Use correct 3rd argument for ioctlsocket() under Watt-32.Gisle Vanem
2007-02-04Use correct calling convention.Gisle Vanem
2007-02-04Added DllMain() function for Watcom.Gisle Vanem
2007-02-02compiler warning fixYang Tse
2007-02-02add debug messages for initialization failuresYang Tse
2007-02-02add missing strings for existing error codesYang Tse
2007-02-02move DEBUGF macro definition to setup_once.hYang Tse
2007-02-01compiler warning fixYang Tse
2007-02-01compiler warning fixYang Tse
2007-01-30Support for OpenWatcom (Win32): It do have getpid(), but noGisle Vanem
<sys/time.h>.
2007-01-29fix compiler warning "discards qualifiers from pointer target type" in debug ↵Yang Tse
builds
2007-01-27sync with lib/setup_once.hYang Tse
2007-01-23enabled build with libssh2; fixed copyright for new year..Gunter Knauf
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
as appropriate for platforms that don't have autotools support
2006-11-22Michael Wallner fixed this problem: When I set domains in the optionsDaniel Stenberg
struct, and there are domain/search entries in /etc/resolv.conf, the domains of the options struct will be overridden.
2006-11-22Install ares_dns.h tooDaniel Stenberg
2006-11-22Added a check in configure that verifies if <signal.h> is available,Yang Tse
defining HAVE_SIGNAL_H if the header is available. Added a check in configure that tests if the sig_atomic_t type is available, defining HAVE_SIG_ATOMIC_T if it is available. Providing a suitable default in setup_once.h if not available. Added a check in configure that tests if the sig_atomic_t type is already defined as volatile, defining HAVE_SIG_ATOMIC_T_VOLATILE if it is available and already defined as volatile.
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
Removed trailing whitespace.
2006-10-25Added '-d' option for Watt32 targets. Added cvs id.Gisle Vanem