about summary refs log tree commit diff
path: root/resolv/res_send.c
Commit message (Expand)AuthorAgeFilesLines
* resolv: Replace __builtin_expect with __glibc_unlikely/__glibc_likelyFlorian Weimer2017-04-191-1/+1
* Create more sockets with SOCK_CLOEXEC [BZ #15722]Florian Weimer2017-04-191-5/+8
* resolv: Remove EDNS fallback [BZ #21369]Florian Weimer2017-04-131-20/+0
* resolv: Remove internal and unused definitions from <resolv.h>Florian Weimer2017-04-131-1/+1
* Narrowing the visibility of libc-internal.h even further.Zack Weinberg2017-03-011-1/+1
* Update copyright dates with scripts/update-copyrights.Joseph Myers2017-01-011-1/+1
* resolv: Deprecate RES_BLASTFlorian Weimer2016-12-311-2/+1
* Fix typos in the spelling of "implementation"Dmitry V. Levin2016-12-271-1/+1
* Bug 20729: Fix build failures on ppc64 and other arches.Carlos O'Donell2016-11-021-2/+2
* Bug 20729: Fix building with -Os.Carlos O'Donell2016-10-291-1/+10
* resolv: Remove unsupported hook functions from the API [BZ #20016]Florian Weimer2016-09-211-85/+0
* resolv: Remove SCCS and RCS keywordsFlorian Weimer2016-04-281-5/+0
* resolv: Always set *resplen2 out parameter in send_vc [BZ #19825]Florian Weimer2016-04-271-21/+18
* resolv: Always set *resplen2 out parameter in send_dg [BZ #19791]Florian Weimer2016-03-251-23/+40
* CVE-2015-7547: getaddrinfo() stack-based buffer overflow (Bug 18665).Carlos O'Donell2016-02-161-63/+197
* Fix build failures with -DDEBUG.Martin Sebor2016-01-151-2/+2
* Remove GCC version conditionals on -Wmaybe-uninitialized pragmas.Joseph Myers2015-10-271-8/+0
* Assume that SOCK_CLOEXEC is available and worksFlorian Weimer2015-10-171-45/+4
* Simplify handling of nameserver configuration in resolverAndreas Schwab2015-05-211-94/+70
* Fix the 'array subscript is above array bounds' warning correctlySiddhesh Poyarekar2014-12-161-1/+7
* Fix 'array subscript is above array bounds' warning in res_send.cSiddhesh Poyarekar2014-12-161-1/+1
* resolv: Suppress maybe uninitialized warningStefan Liebler2014-12-121-1/+26
* Fix invalid file descriptor reuse while sending DNS query (BZ #15946)Andreas Schwab2014-06-031-0/+1
* Do not fail if one of the two responses to AF_UNSPEC fails (BZ #14308)Siddhesh Poyarekar2014-04-301-1/+1
* Define _STRING_ARCH_unaligned unconditionallyAdhemerval Zanella2014-04-091-2/+2
* Properly fix memory leak in _nss_dns_gethostbyname4_r with big DNS answerAndreas Schwab2014-02-191-8/+13
* Use glibc_likely instead __builtin_expect.Ondřej Bílka2014-02-101-18/+18
* Correctly copy resolver address. Fixes bug #13028.Ondřej Bílka2013-10-141-1/+1
* Don't try to use ioctl unless [FIONREAD].Roland McGrath2013-08-271-1/+4
* Fix typos.Ondřej Bílka2013-08-211-1/+1
* Remove lots of inline keywords.Roland McGrath2013-02-071-2/+2
* Add recvmmsg and sendmmsg to the generic glibc API.Thomas Schwinge2012-11-201-1/+1
* Better error handling for sendmmsg use in res_sendUlrich Drepper2012-03-301-5/+7
* Correct check for DNS request send successUlrich Drepper2012-03-301-1/+1
* Speed up DNS by avoiding a system call if possibleUlrich Drepper2012-03-301-17/+83
* Fix typo in recent resolver change which causes segvsUlrich Drepper2011-06-151-2/+2
* Handle DNS server failures in case of AF_UNSPEC lookups correctlyUlrich Drepper2011-05-301-4/+8
* Fix debug statements in resolverAndreas Schwab2010-03-171-7/+10
* Fix DEBUG statements in resolv/res_send.cYann Droneaud2010-03-051-19/+20
* Always use IPv4 sockets for IPv4 addresses.Ulrich Drepper2010-01-141-35/+9
* Initialize local variable in resolver.Ulrich Drepper2009-10-291-1/+2
* Fix mixing IPv4 and IPv6 name server in resolv.conf.Petar Bogdanovic2009-10-291-26/+26
* Handle SERVFAIL, NOTIMP, REFUSED replies from DNS server better.Ulrich Drepper2009-07-261-5/+1
* Implement second fallback mode for DNS requests.Ulrich Drepper2009-06-261-19/+49
* Remember we switched to single-request mode.Ulrich Drepper2009-06-111-1/+2
* (send_dg): Don't just ignore the result we got in case we only receive one re...Ulrich Drepper2009-04-161-6/+10
* * resolv/res_send.c (send_dg): Don't switch into single-requestUlrich Drepper2009-04-161-1/+3
* * resolv/resolv.h (RES_SNGLKUP): Define. cvs/fedora-glibc-20090407T0545Ulrich Drepper2009-04-071-11/+26
* * resolv/res_send.c (send_dg): Use correct guards for SOCK_CLOEXECUlrich Drepper2008-12-081-3/+3
* * resolv/res_send.c (send_dg): Create sockets with non-blockingUlrich Drepper2008-12-021-11/+47