summaryrefslogtreecommitdiff
path: root/ares_process.c
AgeCommit message (Expand)AuthorFilesLines
2013-02-13ares__swap_lists: make private and staticDaniel Stenberg1-2/+27
2012-12-14setup_once.h: refactor inclusion of <unistd.h> and <sys/socket.h>Yang Tse1-6/+0
2012-12-14Header inclusion clean-upYang Tse1-7/+0
2012-08-17Added new feature (rfc2671)hpopescu@ixiacom.com1-5/+28
2012-07-26code police: fix indents, < 80 columns, reflowed commentsDaniel Stenberg1-78/+73
2012-06-30read_udp_packets: bail out loop on bad socketsGisle Vanem1-7/+13
2012-06-14Kill compiler warningYang Tse1-5/+5
2011-09-06ares_process.c: fix compiler warningYang Tse1-8/+7
2011-05-25compiler warning: fixYang Tse1-0/+1
2011-05-17IPv6-on-windows: find DNS servers correctlyDavid Stuart1-2/+2
2011-03-22System's errno.h inclusion cleanup.Yang Tse1-1/+0
2010-12-27advance_tcp_send_queue: avoid NULL ptr dereferenceDaniel Stenberg1-22/+21
2010-11-14Fix GCC 4 compiler warning 'dereferencing type-punned pointer might break str...Yang Tse1-12/+17
2010-11-13Revert commit 494274e653936335c255a47599970de3df21e7c4Yang Tse1-2/+2
2010-11-12Fix GCC 4 compiler warning 'dereferencing type-punned pointer might break str...Yang Tse1-2/+2
2010-11-12Revert following commits:Yang Tse1-17/+4
2010-08-04sock-addr-storage: Detect and deal with lack of .ss_family member.Ben Greear1-4/+4
2010-07-31typo: Fix compile bug for platforms that don't have sockaddr_storage.Ben Greear1-1/+1
2010-07-31Fix aliasing warning in gcc 4.4.4 (at least).Ben Greear1-5/+18
2010-07-29ipv6: Fix some build issues related to the local-bind feature.Ben Greear1-1/+1
2010-07-18local-bind: Support binding to local interface/IPsBen Greear1-5/+35
2010-03-27remove all $Id$ linesDaniel Stenberg1-1/+0
2010-03-25Fix a couple of typos and grammar nits.Peter Pentchev1-1/+1
2010-03-05Added IPv6 name servers supportYang Tse1-20/+105
2010-01-28- Tommie Gannert pointed out a silly bug in ares_process_fd() since it didn'tDaniel Stenberg1-20/+27
2009-12-29- Fix configure_socket() to use ares_socket_t instead of int data type.Yang Tse1-2/+2
2009-11-18Make usage of calloc()'s arguments consistent with rest of code baseYang Tse1-1/+1
2009-11-02Renamed c-ares setup.h to ares_setup.hYang Tse1-1/+1
2009-06-19sclose() function-like macro definition used to close a socket,Yang Tse1-7/+7
2009-05-02Use build-time configured ares_socklen_t instead of socklen_tYang Tse1-1/+1
2009-04-14fix compiler warning: implicit conversion shortens 64-bit value into a 32-bit...Yang Tse1-2/+2
2009-01-13- ares__send_query() now varies the retry timeout pseudo-randomly to avoidPhil Blundell1-1/+4
2008-12-04Gregor Jasny provided the patch that introduces ares_set_socket_callback(),Daniel Stenberg1-0/+22
2008-11-28Only set TCP_NODELAY when it existsDan Fandrich1-0/+2
2008-11-13Refactor configure script detection of functions used to set sockets intoYang Tse1-35/+18
2008-11-01- Carlo Contavalli added support for the glibc "rotate" option, as documentedDaniel Stenberg1-23/+27
2008-10-21Charles Hardin patch:Yang Tse1-11/+18
2008-09-17adjust inclusion of "nameser.h"Yang Tse1-17/+15
2008-08-26Functionality only possible if recvfrom() is available.Yang Tse1-6/+9
2008-08-25Brad House's validation that DNS response address matches the request addressYang Tse1-1/+15
2008-07-10fix compiler warningYang Tse1-6/+4
2008-05-15millisecond resolution support followupYang Tse1-1/+1
2008-05-13- Introducing millisecond resolution support for the timeout option. SeeDaniel Stenberg1-39/+93
2008-05-08check for strings.h in configure and use it for the strcasecmp() protoDaniel Stenberg1-0/+3
2007-10-18Renamed internal function to avoid a variable shadowing itYang Tse1-3/+3
2007-10-08'FD_CLOXEC' is meaningless on MSDOS/Watt-32.Gisle Vanem1-2/+2
2007-10-04Removed a piece of redundant code (process_answer already takes care of it).Steinar H. Gunderson1-6/+0
2007-09-30Fix compiler warningYang Tse1-3/+3
2007-09-30check availability of <netinet/tcp.h>Yang Tse1-2/+12
2007-09-29Use ISDIGIT instead of isdigit; fixes a gcc warning.Steinar H. Gunderson1-0/+1