summaryrefslogtreecommitdiff
path: root/windows_port.c
AgeCommit message (Expand)AuthorFilesLines
2011-03-24build: move platform stuff to ares_platform.c and ares_platform.hYang Tse1-39/+0
2011-03-23build: find out windows platform using GetVersionEx()Yang Tse1-0/+39
2010-03-27remove all $Id$ linesDaniel Stenberg1-1/+0
2009-11-02Renamed c-ares setup.h to ares_setup.hYang Tse1-1/+1
2008-09-17adjust inclusion of "nameser.h"Yang Tse1-15/+0
2008-09-16rearrange to allow internal/private use of ares_writev to any systemYang Tse1-31/+0
2008-09-15rearrange to allow internal/private use of ares_strcasecmp to any system thatYang Tse1-21/+0
2008-05-09Use monotonic time source if available.Yang Tse1-31/+0
2007-02-19Fixed typo.Gisle Vanem1-1/+1
2007-02-16use macros ERRNO, SET_ERRNO(), SOCKERRNO and SET_SOCKERRNO() for errno handlingYang Tse1-1/+1
2007-02-13use our own ISUPPER and ISLOWER macrosYang Tse1-2/+2
2007-02-04Use correct calling convention.Gisle Vanem1-2/+3
2007-02-04Added DllMain() function for Watcom.Gisle Vanem1-0/+13
2006-07-28Replace send() and recv() with swrite() and sread() macros.Yang Tse1-1/+1
2006-07-222nd try adding CVS id.Gisle Vanem1-1/+1
2006-07-22Added CVS id.Gisle Vanem1-0/+2
2004-11-10Replace IsNT with IS_NT().Gisle Vanem1-7/+13
2004-08-20Changes for Watt-32 on Windows. I've assumed ConfigureGisle Vanem1-4/+12
2004-07-29removed C++ comment to please picky source checkersDaniel Stenberg1-1/+3
2004-07-24Gisle Vanem:Daniel Stenberg1-0/+34
2004-07-22- Fixed a few variable return types for some system calls. Made configureDaniel Stenberg1-15/+7
2004-03-09mingw has str(n)casecmp() functionsDaniel Stenberg1-0/+2
2004-02-04prevent the windows version to use global symbol namesDaniel Stenberg1-2/+2
2004-01-04Dominick Meglio's fix to make our private gettimeofday() use the ares_Daniel Stenberg1-1/+1
2003-10-07ares 1.1.1 with collected applied patchesDaniel Stenberg1-0/+61