summaryrefslogtreecommitdiff
path: root/ares/ares_process.c
Commit message (Expand)AuthorAgeFilesLines
* Nick Mathewson added the ARES_OPT_SOCK_STATE_CB option that when set makesDaniel Stenberg2006-05-031-5/+17
* Changes for PellesC for Win32. It needs <unistd.h> for 'ssize_t'. Hence theGisle Vanem2005-12-201-1/+2
* Fix compiler warningYang Tse2005-12-091-1/+1
* read_tcp_data() fix to get the proper buffer pointer and sizeDaniel Stenberg2005-11-251-2/+2
* Yang Tse: fixed compiler warningsDaniel Stenberg2005-11-251-5/+7
* make ares compile again for NetWare.Gunter Knauf2005-08-101-0/+3
* FIONBIO is in sys/ioctl.h on AIXDaniel Stenberg2005-06-031-0/+3
* sigh, define TRUE if not alreadyDaniel Stenberg2005-06-021-0/+5
* William Ahern:Daniel Stenberg2005-06-021-23/+71
* Tupone Alfredo fixed includes of arpa/nameser_compat.h to build fine on Mac OSDaniel Stenberg2005-04-061-0/+3
* Prevent gcc warning.Gisle Vanem2005-03-131-1/+5
* removed tabs and trailing whitespace from sourceDaniel Stenberg2004-10-061-216/+216
* No WSAGetLastError() on Watt-32/DOSGisle Vanem2004-08-201-1/+1
* Changes for Watt-32 on Windows. I've assumed ConfigureGisle Vanem2004-08-201-3/+10
* variable type fixDaniel Stenberg2004-07-291-13/+14
* Gisle Vanem:Daniel Stenberg2004-07-241-19/+23
* - Fixed a few variable return types for some system calls. Made configureDaniel Stenberg2004-07-221-12/+18
* Gisle's win32-fix. 'errno' is not used for errors when socket() fails onDaniel Stenberg2004-07-011-4/+12
* Gisle Vanem made this build fine with djgpp and the Watt-32 stack.Daniel Stenberg2004-07-011-1/+1
* minor size_t fix to kill a warningDaniel Stenberg2004-02-271-2/+2
* make ares_expand_name() take a long * instead of an int *, since we doDaniel Stenberg2004-02-231-1/+1
* don't use 'sin' as variable name as the picky compiler warnings complainDaniel Stenberg2004-02-041-12/+12
* remove rcsid stuff from c files, it serves no useful purposeDaniel Stenberg2004-02-021-2/+0
* Dirk Manske fixed a flaw in the setting of the socket to non-blockingDaniel Stenberg2004-01-291-2/+4
* ares 1.1.1 with collected applied patchesDaniel Stenberg2003-10-071-0/+625