Support Watt-32 under Win32.
[platform/upstream/c-ares.git] / ares_process.c
2008-07-10 Yang Tsefix compiler warning
2008-05-15 Yang Tsemillisecond resolution support followup
2008-05-13 Daniel Stenberg- Introducing millisecond resolution support for the...
2008-05-08 Daniel Stenbergcheck for strings.h in configure and use it for the...
2007-10-18 Yang TseRenamed internal function to avoid a variable shadowing it
2007-10-08 Gisle Vanem'FD_CLOXEC' is meaningless on MSDOS/Watt-32.
2007-10-04 Steinar H. GundersonRemoved a piece of redundant code (process_answer alrea...
2007-09-30 Yang TseFix compiler warning
2007-09-30 Yang Tsecheck availability of <netinet/tcp.h>
2007-09-29 Steinar H. GundersonUse ISDIGIT instead of isdigit; fixes a gcc warning.
2007-09-29 Steinar H. GundersonPreviously, processing a large batch of timeouts was...
2007-09-29 Gisle VanemFix compiler warning in setsockopt().
2007-09-29 Steinar H. GundersonTCP queries can time out too, not just UDP queries...
2007-09-29 Steinar H. GundersonRead and process as many packets as possible in read_ud...
2007-09-29 Steinar H. GundersonThere are two different places in write_tcp_data()...
2007-09-28 Steinar H. GundersonForgot to include a few hunks from ares_process.c earli...
2007-09-28 Steinar H. GundersonSupport a few more socket options, and refactor the...
2007-09-28 Steinar H. GundersonMake the query callbacks return the number of timeouts...
2007-09-28 Steinar H. GundersonThree fixes in one commit (sorry): a) Take care of...
2007-09-28 Steinar H. GundersonDon't skip a server if it's the only one. (Bugfix from...
2007-09-27 Daniel Stenbergwrong, revert the previous "fix" and instead check...
2007-09-27 Daniel Stenbergeek, fix the conditions to return on either problem...
2007-09-22 Daniel StenbergSteinar H. Gunderson fixed: Correctly clear sockets...
2007-09-22 Daniel StenbergSteinar H. Gunderson modified c-ares to now also do...
2007-07-14 Daniel StenbergVlad Dinulescu fixed two outstanding valgrind reports
2007-06-02 Daniel StenbergBrad House fixed VS2005 compiler warnings due to time_t...
2007-05-30 Daniel Stenbergadded ares_process_fd() to allow applications to ask...
2007-02-26 Gisle VanemRemoved inclusion of <sys/types.h> in .c-files
2007-02-22 Yang TseCheck for stdbool.h at configuration stage, and include...
2007-02-16 Yang Tseuse macros ERRNO, SET_ERRNO(), SOCKERRNO and SET_SOCKER...
2007-02-04 Gisle VanemUse correct 3rd argument for ioctlsocket() under Watt-32.
2007-02-01 Yang Tsecompiler warning fix
2006-10-25 Yang TseCompiler warning fix
2006-10-18 Yang TseCheck for USE_WINSOCK instead of WIN32 where the check...
2006-08-29 Daniel StenbergBrad Spencer did
2006-07-29 Yang TseFix compiler warnings.
2006-07-28 Yang TseReplace send() and recv() with swrite() and sread(...
2006-07-22 Gisle Vanem2nd try adding CVS id.
2006-07-14 Yang TseFix compiler warning
2006-06-19 William AhernHandle EAGAIN/EWOULDBLOCK readiness errors, which can...
2006-05-03 Daniel StenbergNick Mathewson added the ARES_OPT_SOCK_STATE_CB option...
2005-12-20 Gisle VanemChanges for PellesC for Win32. It needs <unistd.h>...
2005-12-09 Yang TseFix compiler warning
2005-11-25 Daniel Stenbergread_tcp_data() fix to get the proper buffer pointer...
2005-11-25 Daniel StenbergYang Tse: fixed compiler warnings
2005-08-10 Gunter Knaufmake ares compile again for NetWare.
2005-06-03 Daniel StenbergFIONBIO is in sys/ioctl.h on AIX
2005-06-02 Daniel Stenbergsigh, define TRUE if not already
2005-06-02 Daniel StenbergWilliam Ahern:
2005-04-06 Daniel StenbergTupone Alfredo fixed includes of arpa/nameser_compat...
2005-03-13 Gisle VanemPrevent gcc warning.
2004-10-06 Daniel Stenbergremoved tabs and trailing whitespace from source
2004-08-20 Gisle VanemNo WSAGetLastError() on Watt-32/DOS
2004-08-20 Gisle VanemChanges for Watt-32 on Windows. I've assumed Configure
2004-07-29 Daniel Stenbergvariable type fix
2004-07-24 Daniel StenbergGisle Vanem:
2004-07-22 Daniel Stenberg- Fixed a few variable return types for some system...
2004-07-01 Daniel StenbergGisle's win32-fix. 'errno' is not used for errors when...
2004-07-01 Daniel StenbergGisle Vanem made this build fine with djgpp and the...
2004-02-27 Daniel Stenbergminor size_t fix to kill a warning
2004-02-23 Daniel Stenbergmake ares_expand_name() take a long * instead of an...
2004-02-04 Daniel Stenbergdon't use 'sin' as variable name as the picky compiler...
2004-02-02 Daniel Stenbergremove rcsid stuff from c files, it serves no useful...
2004-01-29 Daniel StenbergDirk Manske fixed a flaw in the setting of the socket...
2003-10-07 Daniel Stenbergares 1.1.1 with collected applied patches