aboutsummaryrefslogtreecommitdiff
path: root/resolv
AgeCommit message (Expand)AuthorFilesLines
2014-04-30Do not fail if one of the two responses to AF_UNSPEC fails (BZ #14308)Siddhesh Poyarekar2-3/+6
2014-04-11Fix typo in comment in res_query.cJoseph Anthony Pasquale Holsten1-1/+1
2014-04-09Define _STRING_ARCH_unaligned unconditionallyAdhemerval Zanella1-2/+2
2014-03-07Make tests consistently use *.out output files.Joseph Myers1-7/+7
2014-03-06Enumerate tests with special rules in tests-special variable.Joseph Myers1-10/+7
2014-02-28Fix fallout from Joseph's untested Makeconfig change.Roland McGrath1-1/+1
2014-02-26Consistently include Makeconfig after defining subdir.Joseph Myers1-2/+2
2014-02-22Remove unused %include lines from Versions files.Roland McGrath1-2/+0
2014-02-21Generate .test-result files for tests with special rules.Joseph Myers1-2/+4
2014-02-21Complete _BSD_SOURCE / _SVID_source followup cleanup.Joseph Myers1-2/+2
2014-02-19Properly fix memory leak in _nss_dns_gethostbyname4_r with big DNS answerAndreas Schwab6-46/+55
2014-02-16Deduplicate resolv/nss_dns/dns-host.cOndřej Bílka1-10/+7
2014-02-13Fix memory leak in _nss_dns_gethostbyname4_r with big DNS answerAndreas Schwab1-2/+10
2014-02-12Combine __USE_BSD and __USE_SVID into __USE_MISC.Joseph Myers1-1/+1
2014-02-10Use glibc_likely instead __builtin_expect.Ondřej Bílka6-45/+45
2014-01-01Update copyright notices with scripts/update-copyrightsAllan McRae18-18/+18
2013-11-26Use __glibc_reserved instead __unused.Ondřej Bílka1-1/+1
2013-10-14Correctly copy resolver address. Fixes bug #13028.Ondřej Bílka1-1/+1
2013-09-04Remove --disable-versioning.Joseph Myers1-1/+1
2013-08-30Fix typos.Ondřej Bílka1-1/+1
2013-08-29Fix typos.Ondřej Bílka1-1/+1
2013-08-27Clean up _res declaration to use __thread unconditionally.Roland McGrath1-3/+1
2013-08-27Don't try to use ioctl unless [FIONREAD].Roland McGrath1-1/+4
2013-08-27Mild decrufting in resolv code.Roland McGrath2-0/+3
2013-08-21Fix typos.Ondřej Bílka4-4/+4
2013-06-08Use (void) in no-arguments function definitions.Joseph Myers1-5/+5
2013-06-07Avoid use of "register" as optimization hint.Joseph Myers6-27/+27
2013-06-06Fix leading whitespaces.Ondrej Bilka1-1/+1
2013-06-05Remove trailing whitespace.Joseph Myers3-3/+3
2013-05-31Link extra-libs consistently with libc and ld.so.Joseph Myers1-14/+2
2013-05-16Add #include <stdint.h> for uint[32|64]_t usage (except installed headers).Ryan S. Arnold5-0/+5
2013-04-29BZ#15084: Apparent typos in strings in res_debug.cAndreas Jaeger1-2/+2
2013-04-29BZ#15085: Fix comments/strings for RES_NOCHECKNAMEAndreas Jaeger2-2/+2
2013-04-29BZ#15086: Fix res_debug printing of optionsAndreas Jaeger1-0/+6
2013-02-17Sort Versions filesAndreas Jaeger1-1/+1
2013-02-07Remove lots of inline keywords.Roland McGrath1-2/+2
2013-01-02Update copyright notices with scripts/update-copyrights.Joseph Myers18-18/+18
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