RELEASE-NOTES: two more bug fixes
[platform/upstream/c-ares.git] / ares_process.c
2013-02-13 Daniel Stenbergares__swap_lists: make private and static
2012-12-14 Yang Tsesetup_once.h: refactor inclusion of <unistd.h> and...
2012-12-14 Yang TseHeader inclusion clean-up
2012-08-16 hpopescu@ixiacom.comAdded new feature (rfc2671)
2012-07-26 Daniel Stenbergcode police: fix indents, < 80 columns, reflowed comments
2012-06-30 Gisle Vanemread_udp_packets: bail out loop on bad sockets
2012-06-14 Yang TseKill compiler warning
2011-09-06 Yang Tseares_process.c: fix compiler warning
2011-05-25 Yang Tsecompiler warning: fix
2011-05-17 David StuartIPv6-on-windows: find DNS servers correctly
2011-03-22 Yang TseSystem's errno.h inclusion cleanup.
2010-12-27 Daniel Stenbergadvance_tcp_send_queue: avoid NULL ptr dereference
2010-11-14 Yang TseFix GCC 4 compiler warning 'dereferencing type-punned...
2010-11-13 Yang TseRevert commit 494274e653936335c255a47599970de3df21e7c4
2010-11-12 Yang TseFix GCC 4 compiler warning 'dereferencing type-punned...
2010-11-12 Yang TseRevert following commits:
2010-08-04 Ben Greearsock-addr-storage: Detect and deal with lack of .ss_fa...
2010-07-31 Ben Greeartypo: Fix compile bug for platforms that don't have...
2010-07-31 Ben GreearFix aliasing warning in gcc 4.4.4 (at least).
2010-07-30 Ben Greearipv6: Fix some build issues related to the local-bind...
2010-07-18 Ben Greearlocal-bind: Support binding to local interface/IPs
2010-03-27 Daniel Stenbergremove all $Id$ lines
2010-03-25 Peter PentchevFix a couple of typos and grammar nits.
2010-03-05 Yang TseAdded IPv6 name servers support
2010-01-28 Daniel Stenberg- Tommie Gannert pointed out a silly bug in ares_proces...
2009-12-29 Yang Tse- Fix configure_socket() to use ares_socket_t instead...
2009-11-18 Yang TseMake usage of calloc()'s arguments consistent with...
2009-11-02 Yang TseRenamed c-ares setup.h to ares_setup.h
2009-06-19 Yang Tsesclose() function-like macro definition used to close...
2009-05-02 Yang TseUse build-time configured ares_socklen_t instead of...
2009-04-14 Yang Tsefix compiler warning: implicit conversion shortens...
2009-01-13 Phil Blundell- ares__send_query() now varies the retry timeout pseud...
2008-12-04 Daniel StenbergGregor Jasny provided the patch that introduces ares_se...
2008-11-28 Dan FandrichOnly set TCP_NODELAY when it exists
2008-11-13 Yang TseRefactor configure script detection of functions used...
2008-11-01 Daniel Stenberg- Carlo Contavalli added support for the glibc "rotate...
2008-10-21 Yang TseCharles Hardin patch:
2008-09-17 Yang Tseadjust inclusion of "nameser.h"
2008-08-26 Yang TseFunctionality only possible if recvfrom() is available.
2008-08-25 Yang TseBrad House's validation that DNS response address match...
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
next