summaryrefslogtreecommitdiff
path: root/ares/windows_port.c
Commit message (Expand)AuthorAgeFilesLines
* Fixed typo.Gisle Vanem2007-02-191-1/+1
* use macros ERRNO, SET_ERRNO(), SOCKERRNO and SET_SOCKERRNO() for errno handlingYang Tse2007-02-161-1/+1
* use our own ISUPPER and ISLOWER macrosYang Tse2007-02-131-2/+2
* Use correct calling convention.Gisle Vanem2007-02-041-2/+3
* Added DllMain() function for Watcom.Gisle Vanem2007-02-041-0/+13
* Replace send() and recv() with swrite() and sread() macros.Yang Tse2006-07-281-1/+1
* 2nd try adding CVS id.Gisle Vanem2006-07-221-1/+1
* Added CVS id.Gisle Vanem2006-07-221-0/+2
* Replace IsNT with IS_NT().Gisle Vanem2004-11-101-7/+13
* Changes for Watt-32 on Windows. I've assumed ConfigureGisle Vanem2004-08-201-4/+12
* removed C++ comment to please picky source checkersDaniel Stenberg2004-07-291-1/+3
* Gisle Vanem:Daniel Stenberg2004-07-241-0/+34
* - Fixed a few variable return types for some system calls. Made configureDaniel Stenberg2004-07-221-15/+7
* mingw has str(n)casecmp() functionsDaniel Stenberg2004-03-091-0/+2
* prevent the windows version to use global symbol namesDaniel Stenberg2004-02-041-2/+2
* Dominick Meglio's fix to make our private gettimeofday() use the ares_Daniel Stenberg2004-01-041-1/+1
* ares 1.1.1 with collected applied patchesDaniel Stenberg2003-10-071-0/+61