summaryrefslogtreecommitdiff
path: root/ares
Commit message (Expand)AuthorAgeFilesLines
* enabled build with libssh2; fixed copyright for new year..Gunter Knauf2007-01-231-1/+1
* ahost.exe needs getopt.obj.Gisle Vanem2006-12-111-2/+2
* Make sure RETSIGTYPE is properly definedYang Tse2006-11-254-1/+35
* Define HAVE_SIGNAL_H, HAVE_SIG_ATOMIC_T and HAVE_SIG_ATOMIC_T_VOLATILEYang Tse2006-11-243-0/+9
* Michael Wallner fixed this problem: When I set domains in the optionsDaniel Stenberg2006-11-222-2/+6
* Install ares_dns.h tooDaniel Stenberg2006-11-222-1/+5
* Added a check in configure that verifies if <signal.h> is available,Yang Tse2006-11-223-0/+54
* we did 1.3.2 and are now on the 1.3.3 track!Daniel Stenberg2006-11-111-2/+2
* Moved select_s() to Makefile.dj since select() is used in applications.Gisle Vanem2006-11-072-2/+1
* avoid a couple of potential zero size memory allocationsYang Tse2006-11-064-35/+70
* mention the areslib.dsp fixDaniel Stenberg2006-11-051-0/+6
* add the recent crowd of contributorsDaniel Stenberg2006-11-051-0/+6
* Andreas Rieke fixed back the correct line endings!Daniel Stenberg2006-11-051-240/+240
* stand clear for release 1.3.2cares-1_3_2Daniel Stenberg2006-11-031-0/+2
* Andreas Rieke added missing file and changed line endingsDaniel Stenberg2006-11-031-236/+240
* Updated dependency output.Gisle Vanem2006-10-311-2/+2
* Updated dependencies to not include config.h.Gisle Vanem2006-10-311-124/+118
* Removed unneeded stuff.Gisle Vanem2006-10-311-18/+0
* Added Watt-32 section to fix things for Watt32+Win32 targets.Gisle Vanem2006-10-311-0/+10
* Don't include "nameser.h" for Watt32. Use the normal BSD-socket headers.Gisle Vanem2006-10-312-3/+2
* Added definition of select() for Watt32.Gisle Vanem2006-10-311-0/+1
* Rewritten to use ../packages/DOS/common.dj.Gisle Vanem2006-10-311-25/+166
* Sync with lib/setup_once.hYang Tse2006-10-271-6/+0
* Fixed "'x' might be used uninitialized in this function" warning.Gisle Vanem2006-10-251-9/+9
* Added '-d' option for Watt32 targets. Added cvs id.Gisle Vanem2006-10-251-1/+9
* Compiler warning fixYang Tse2006-10-251-1/+1
* Sync with lib/setup_once.hYang Tse2006-10-181-0/+1
* Check for USE_WINSOCK instead of WIN32 where the check was doneYang Tse2006-10-184-6/+6
* Introduce symbol USE_WINSOCK which will be defined whenYang Tse2006-10-181-0/+16
* Tor's spell fixesDaniel Stenberg2006-10-181-1/+1
* Replace is*() macros with our own IS*() ones.Yang Tse2006-10-185-39/+38
* Move definition of IS*() macros to setup_once.hYang Tse2006-10-181-2/+25
* Define HAVE_STRUCT_TIMEVAL as appropriate for platforms that lack autotools s...Yang Tse2006-10-143-1/+23
* Prevent ares_getsock() to overflow if more than 16 sockets are used.Daniel Stenberg2006-10-131-0/+4
* Check for struct timeval at configuration timeYang Tse2006-10-132-0/+60
* avoid an overflow if an excessive amount of servers are usedDaniel Stenberg2006-10-121-6/+7
* Remove redundant __CYGWIN__ symbol checkYang Tse2006-10-111-1/+1
* - Guilherme Balena Versiani: I noted a strange BUG in Win32 portDaniel Stenberg2006-09-112-1/+12
* Brad Spencer didDaniel Stenberg2006-08-294-2/+19
* add missing man pageDaniel Stenberg2006-08-141-1/+3
* Check for network libraries the _same_ way it is done in cURL.Yang Tse2006-08-061-0/+16
* Check for network libraries the same way it is done in cURL.Yang Tse2006-08-051-15/+108
* Minor compatibility fixYang Tse2006-08-041-4/+4
* Fixed comment.Gisle Vanem2006-08-041-1/+1
* Fix compiler warningYang Tse2006-08-041-2/+10
* Avoid redundant check. configure script takes care of not definingYang Tse2006-08-041-2/+4
* Being unable to link or find out recv() or send() args types is a fatal error.Yang Tse2006-08-041-4/+6
* MinGW/MSYS needs lib ws2_32 for proper operation of configure script.Yang Tse2006-08-031-0/+12
* Ravi Pratap fixed ares_getsock() to actually return the proper bitmap andDaniel Stenberg2006-08-032-3/+6
* Avoid the risk of a false positive detection of MSG_NOSIGNAL when cross compi...Yang Tse2006-07-311-0/+15