aboutsummaryrefslogtreecommitdiff
path: root/resolv
AgeCommit message (Expand)AuthorFilesLines
2013-01-01Add script to update copyright notices and reformat some to facilitate its use.Joseph Myers3-6/+3
2012-11-30Fix assertion failures in resolver (BZ #13013).Aurelien Jarno1-15/+15
2012-11-20Add recvmmsg and sendmmsg to the generic glibc API.Thomas Schwinge1-1/+1
2012-11-19Return EAI_SYSTEM if we're out of file descriptorsSiddhesh Poyarekar1-4/+21
2012-11-13Define IPPORT_RESERVED in netdb.h for XPG4 and UNIX98 (bug 14838).Joseph Myers1-1/+1
2012-11-04[BZ #157] Remove include/stub-tag.h for good.Thomas Schwinge1-1/+0
2012-10-24Define and use $(run-built-tests).Joseph Myers1-2/+2
2012-07-12Avoid duplicate DNS requests if answer is longer than a implementationJeroen van Bemmel1-4/+0
2012-03-31Merge copyright years in resolv/nss_dns/dns-host.cSiddhesh Poyarekar1-1/+1
2012-03-30Consider TTL of CNAME record and return minimum TTL in the chainSiddhesh Poyarekar1-3/+18
2012-03-30 * resolv/nss_dns/dns-host.c: Update copyright year.Jeff Law1-1/+1
2012-03-30Better error handling for sendmmsg use in res_sendUlrich Drepper1-5/+7
2012-03-30Correct check for DNS request send successUlrich Drepper1-1/+1
2012-03-30Speed up DNS by avoiding a system call if possibleUlrich Drepper1-17/+83
2012-03-28 [BZ #13760]Jeff Law1-1/+7
2012-03-232012-03-23 Daniel Jacobowitz <dmj@google.com>Paul Pluzhnikov1-1/+3
2012-03-08Fix struct timespec normalization (as used in many other places).Thomas Schwinge1-2/+2
2012-03-07Remove distribute variable from MakefilesUlrich Drepper1-2/+0
2012-02-29[network] Avoid out ouf bounds read in __libc_res_nquerydomainJeff Law1-3/+7
2012-02-09Replace FSF snail mail address with URLs.Paul Eggert18-54/+36
2012-01-07Remove pre-ISO C supportUlrich Drepper1-48/+47
2012-01-07Remove non-ELF supportUlrich Drepper2-3/+3
2011-12-17Open /etc/resolv.conf with FD_CLOEXECRoss Lagerwall1-1/+1
2011-11-15Clean up internal fopen usesUlrich Drepper3-5/+5
2011-11-12Avoid unused warning in getaddrinfo_aUlrich Drepper1-3/+3
2011-09-21Link libresolv.so with ld.so for __stack_chk_guard.Joseph Myers1-1/+7
2011-09-10Remove support for !USE___THREADUlrich Drepper2-20/+1
2011-09-10Cleanup of configuration optionsUlrich Drepper2-14/+1
2011-08-17Add rules to build libresolv with SSP flagsUlrich Drepper1-0/+3
2011-08-04Properly tokenize nameserver line for servers with IPv6 addressAndreas Schwab1-1/+1
2011-07-20Use size_t for strlen resultsAndreas Schwab1-1/+1
2011-07-06Fix warnings in resolver codeAndreas Jaeger1-2/+2
2011-06-15Fix typo in recent resolver change which causes segvsUlrich Drepper1-2/+2
2011-06-10Quash some new warnings from GCC 4.6.Roland McGrath2-7/+5
2011-05-30Handle DNS server failures in case of AF_UNSPEC lookups correctlyUlrich Drepper1-4/+8
2011-05-29Make resolv.conf parsing more compactUlrich Drepper1-32/+35
2011-05-29Recognize use-vc option in resolv.confUlrich Drepper1-0/+2
2011-05-07Backport BIND code to query name as TLD.Ulrich Drepper4-9/+19
2011-05-06Install rpc/netdb.h againAndreas Schwab1-0/+5
2011-05-05Don't use removed rpc headersAndreas Schwab1-5/+0
2011-05-01Fix getnameinfo flags parameter type.Bruno Haible1-2/+2
2010-11-25Don't ignore zero TTL in DNS answersAndreas Schwab1-4/+3
2010-09-14Actually make it possible to user the default name server.Ulrich Drepper1-0/+1
2010-08-25Missing server address again leads to localhost being usedUlrich Drepper1-27/+25
2010-04-09Fix crash on reloading of gai data in nscd.Ulrich Drepper1-14/+2
2010-04-05Handle DNS timeouts in old-style lookkup code.Ulrich Drepper1-6/+12
2010-04-04Declare iruserok and iruserok_af.Ulrich Drepper1-0/+24
2010-03-17Fix debug statements in resolverAndreas Schwab1-7/+10
2010-03-05Fix DEBUG statements in resolv/res_send.cYann Droneaud1-19/+20
2010-01-14Always use IPv4 sockets for IPv4 addresses.Ulrich Drepper1-35/+9