summaryrefslogtreecommitdiff
path: root/windows_port.c
AgeCommit message (Expand)AuthorFilesLines
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