Fix build warnings in resolv/res_send.c
[external/glibc.git] / resolv / res_send.c
2019-07-02 Stefan LieblerFix build warnings in resolv/res_send.c
2019-04-08 Florian Weimerresolv: Remove RES_INSECURE1, RES_INSECURE2
2019-03-22 Adhemerval ZanellaDo not use HP_TIMING_NOW for random bits
2019-03-12 Florian Weimerresolv: Enable full ICMP errors for UDP DNS sockets...
2019-01-01 Joseph MyersUpdate copyright dates with scripts/update-copyrights.
2018-05-17 Andreas SchwabRemove unneeded setting of errno after malloc failure
2018-04-09 Florian Weimerresolv: Fully initialize struct mmsghdr in send_dg...
2018-03-27 Andreas SchwabFix crash in resolver on memory allocation failure...
2018-01-01 Joseph MyersUpdate copyright dates with scripts/update-copyrights.
2017-07-03 Florian Weimerresolv: Introduce struct resolv_context [BZ #21668]
2017-06-30 Florian Weimerresolv: Move res_isourserver, res_send from res_data...
2017-06-30 Florian Weimerresolv: Remove DEBUG from resolv/res_send.c
2017-06-30 Florian Weimerresolv: Make RES_ROTATE start with a random name server...
2017-04-19 Florian Weimerresolv: Replace __builtin_expect with __glibc_unlikely...
2017-04-19 Florian WeimerCreate more sockets with SOCK_CLOEXEC [BZ #15722]
2017-04-13 Florian Weimerresolv: Remove EDNS fallback [BZ #21369]
2017-04-13 Florian Weimerresolv: Remove internal and unused definitions from...
2017-03-02 Zack WeinbergNarrowing the visibility of libc-internal.h even further.
2017-01-01 Joseph MyersUpdate copyright dates with scripts/update-copyrights.
2016-12-31 Florian Weimerresolv: Deprecate RES_BLAST
2016-12-27 Dmitry V. LevinFix typos in the spelling of "implementation"
2016-11-02 Carlos O'DonellBug 20729: Fix build failures on ppc64 and other arches.
2016-10-30 Carlos O'DonellBug 20729: Fix building with -Os.
2016-09-21 Florian Weimerresolv: Remove unsupported hook functions from the...
2016-04-28 Florian Weimerresolv: Remove SCCS and RCS keywords
2016-04-27 Florian Weimerresolv: Always set *resplen2 out parameter in send_vc...
2016-03-25 Florian Weimerresolv: Always set *resplen2 out parameter in send_dg...
2016-02-17 Carlos O'DonellCVE-2015-7547: getaddrinfo() stack-based buffer overflo...
2016-01-15 Martin SeborFix build failures with -DDEBUG.
2015-10-27 Joseph MyersRemove GCC version conditionals on -Wmaybe-uninitialize...
2015-10-17 Florian WeimerAssume that SOCK_CLOEXEC is available and works
2015-05-21 Andreas SchwabSimplify handling of nameserver configuration in resolver
2014-12-16 Siddhesh PoyarekarFix the 'array subscript is above array bounds' warning...
2014-12-16 Siddhesh PoyarekarFix 'array subscript is above array bounds' warning...
2014-12-12 Stefan Lieblerresolv: Suppress maybe uninitialized warning
2014-06-03 Andreas SchwabFix invalid file descriptor reuse while sending DNS...
2014-04-30 Siddhesh PoyarekarDo not fail if one of the two responses to AF_UNSPEC...
2014-04-09 Adhemerval ZanellaDefine _STRING_ARCH_unaligned unconditionally
2014-02-19 Andreas SchwabProperly fix memory leak in _nss_dns_gethostbyname4_r...
2014-02-10 Ondřej BílkaUse glibc_likely instead __builtin_expect.
2013-10-14 Ondřej BílkaCorrectly copy resolver address. Fixes bug #13028.
2013-08-27 Roland McGrathDon't try to use ioctl unless [FIONREAD].
2013-08-21 Ondřej BílkaFix typos.
2013-02-07 Roland McGrathRemove lots of inline keywords.
2012-11-20 Thomas SchwingeAdd recvmmsg and sendmmsg to the generic glibc API.
2012-07-01 Joseph MyersMerge glibc-ports into ports/ directory.
2012-03-30 Ulrich DrepperBetter error handling for sendmmsg use in res_send
2012-03-30 Ulrich DrepperCorrect check for DNS request send success
2012-03-30 Ulrich DrepperSpeed up DNS by avoiding a system call if possible
2011-06-16 Ulrich DrepperFix typo in recent resolver change which causes segvs
2011-05-31 Ulrich DrepperHandle DNS server failures in case of AF_UNSPEC lookups...
2010-03-17 Andreas SchwabFix debug statements in resolver
2010-03-06 Yann DroneaudFix DEBUG statements in resolv/res_send.c
2010-01-15 Ulrich DrepperAlways use IPv4 sockets for IPv4 addresses.
2009-10-30 Ulrich DrepperInitialize local variable in resolver.
2009-10-29 Petar BogdanovicFix mixing IPv4 and IPv6 name server in resolv.conf.
2009-07-26 Ulrich DrepperHandle SERVFAIL, NOTIMP, REFUSED replies from DNS serve...
2009-06-26 Ulrich DrepperImplement second fallback mode for DNS requests.
2009-06-11 Ulrich DrepperRemember we switched to single-request mode.
2009-04-16 Ulrich Drepper(send_dg): Don't just ignore the result we got in case...
2009-04-16 Ulrich Drepper* resolv/res_send.c (send_dg): Don't switch into single...
2009-04-07 Ulrich Drepper* resolv/resolv.h (RES_SNGLKUP): Define.
2008-12-08 Ulrich Drepper* resolv/res_send.c (send_dg): Use correct guards for...
2008-12-02 Ulrich Drepper* resolv/res_send.c (send_dg): Create sockets with...
2008-10-31 Ulrich Drepper[BZ #6942]
2008-10-30 Ulrich Drepper* grp/initgroups.c (internal_getgrouplist): Don't prema...
2008-10-30 Ulrich Drepper* resolv/res_send.c (send_dg): On timeout, only return...
2008-10-06 Ulrich Drepper(send_vc): Fix use of unaligned address. Properly...
2008-07-28 Ulrich Drepper* resolv/res_send.c (__libc_res_nsend): Take additional...
2008-07-09 Ulrich Drepper* resolv/res_send.c: Remove unnecessary res_pquery...
2008-05-24 Ulrich Drepper* resolv/res_send.c (send_dg): If we already have one...
2008-05-19 Ulrich Drepper* resolv/res_query.c (__libc_res_nquery): In case one...
2008-05-10 Ulrich Drepper* include/resolv.h: Adjust __libc_res_nquery and __libc...
2007-08-22 Ulrich Drepper[BZ #4726]
2007-06-18 Ulrich Drepper[BZ #4647]
2007-02-09 Ulrich Drepper* resolv/res_init.c (res_setoptions): Recognize edns0...
2006-05-06 Ulrich Drepper* include/arpa/nameser.h: Also optimize NS_PUT16 and...
2006-05-06 Ulrich Drepper* resolv/res_send.c (res_queriesmatch): Fix typo in...
2006-05-06 Ulrich Drepper* include/arpa/nameser.h: Add optimizations for NS_GET1...
2005-11-01 Ulrich Drepper* resolv/res_init.c (__res_iclose): New function. ...
2005-08-22 Ulrich Drepper* resolv/res_send.c (Aerror): Fix printing IP address.
2005-08-21 Ulrich Drepper* resolv/res_send.c (send_vc): Pass correct sockaddr...
2005-07-08 Ulrich Drepper(send_dg): Recognize referral results and treat them...
2005-02-17 Roland McGrath[BZ #284, BZ #721]
2004-12-22 Ulrich Drepper(CFLAGS-tst-align.c): Add -mpreferred-stack-boundary=4.
2007-07-12 Jakub Jelinek2.5-18.1
2004-10-24 Ulrich DrepperUpdate.
2004-10-23 Ulrich DrepperUpdate.
2004-10-23 Ulrich DrepperRemove compatibility code which is unused in glibc...
2004-10-18 Ulrich DrepperUpdate.
2004-10-11 Ulrich DrepperUpdate.
2004-08-11 Roland McGrath* sysdeps/ieee754/dbl-64/mpa.c: Include <sys/param.h>.
2004-08-09 Ulrich DrepperUpdate.
2003-06-13 Ulrich DrepperUpdate.
2002-10-17 Ulrich DrepperUpdate.
2002-05-31 Ulrich DrepperUpdate.
2001-01-05 Ulrich DrepperUpdate.
2000-08-24 Ulrich Drepper(res_ourserver_p): Cleanup the type mess to avoid probl...
2000-07-26 Ulrich DrepperUpdate.
2000-07-21 Ulrich DrepperUpdate.
next