summaryrefslogtreecommitdiff
path: root/resolv
Commit message (Expand)AuthorAgeFilesLines
* Check value at resplen2 if it is not NULLSiddhesh Poyarekar2014-07-081-4/+5
* Add comment to gethnamaddr.c to warn that the file is unmaintainedSiddhesh Poyarekar2014-07-021-0/+5
* Remove MULTI_PTRS_ARE_ALIASES in dns-hosts.cSiddhesh Poyarekar2014-07-011-22/+2
* Fix invalid file descriptor reuse while sending DNS query (BZ #15946)Andreas Schwab2014-06-031-0/+1
* Don't mention linuxthreads in Depend files.Joseph Myers2014-05-211-1/+0
* Do not fail if one of the two responses to AF_UNSPEC fails (BZ #14308)Siddhesh Poyarekar2014-04-302-3/+6
* Fix typo in comment in res_query.cJoseph Anthony Pasquale Holsten2014-04-111-1/+1
* Define _STRING_ARCH_unaligned unconditionallyAdhemerval Zanella2014-04-091-2/+2
* Make tests consistently use *.out output files.Joseph Myers2014-03-071-7/+7
* Enumerate tests with special rules in tests-special variable.Joseph Myers2014-03-061-10/+7
* Fix fallout from Joseph's untested Makeconfig change.Roland McGrath2014-02-281-1/+1
* Consistently include Makeconfig after defining subdir.Joseph Myers2014-02-261-2/+2
* Remove unused %include lines from Versions files.Roland McGrath2014-02-221-2/+0
* Generate .test-result files for tests with special rules.Joseph Myers2014-02-211-2/+4
* Complete _BSD_SOURCE / _SVID_source followup cleanup.Joseph Myers2014-02-211-2/+2
* Properly fix memory leak in _nss_dns_gethostbyname4_r with big DNS answerAndreas Schwab2014-02-196-46/+55
* Deduplicate resolv/nss_dns/dns-host.cOndřej Bílka2014-02-161-10/+7
* Fix memory leak in _nss_dns_gethostbyname4_r with big DNS answerAndreas Schwab2014-02-131-2/+10
* Combine __USE_BSD and __USE_SVID into __USE_MISC.Joseph Myers2014-02-121-1/+1
* Use glibc_likely instead __builtin_expect.Ondřej Bílka2014-02-106-45/+45
* Update copyright notices with scripts/update-copyrightsAllan McRae2014-01-0118-18/+18
* Use __glibc_reserved instead __unused.Ondřej Bílka2013-11-261-1/+1
* Correctly copy resolver address. Fixes bug #13028.Ondřej Bílka2013-10-141-1/+1
* Remove --disable-versioning.Joseph Myers2013-09-041-1/+1
* Fix typos.Ondřej Bílka2013-08-301-1/+1
* Fix typos.Ondřej Bílka2013-08-291-1/+1
* Clean up _res declaration to use __thread unconditionally.Roland McGrath2013-08-271-3/+1
* Don't try to use ioctl unless [FIONREAD].Roland McGrath2013-08-271-1/+4
* Mild decrufting in resolv code.Roland McGrath2013-08-272-0/+3
* Fix typos.Ondřej Bílka2013-08-214-4/+4
* Use (void) in no-arguments function definitions.Joseph Myers2013-06-081-5/+5
* Avoid use of "register" as optimization hint.Joseph Myers2013-06-076-27/+27
* Fix leading whitespaces.Ondrej Bilka2013-06-061-1/+1
* Remove trailing whitespace.Joseph Myers2013-06-053-3/+3
* Link extra-libs consistently with libc and ld.so.Joseph Myers2013-05-311-14/+2
* Add #include <stdint.h> for uint[32|64]_t usage (except installed headers).Ryan S. Arnold2013-05-165-0/+5
* BZ#15084: Apparent typos in strings in res_debug.cAndreas Jaeger2013-04-291-2/+2
* BZ#15085: Fix comments/strings for RES_NOCHECKNAMEAndreas Jaeger2013-04-292-2/+2
* BZ#15086: Fix res_debug printing of optionsAndreas Jaeger2013-04-291-0/+6
* Sort Versions filesAndreas Jaeger2013-02-171-1/+1
* Remove lots of inline keywords.Roland McGrath2013-02-071-2/+2
* Update copyright notices with scripts/update-copyrights.Joseph Myers2013-01-0218-18/+18
* Add script to update copyright notices and reformat some to facilitate its use.Joseph Myers2013-01-013-6/+3
* Fix assertion failures in resolver (BZ #13013).Aurelien Jarno2012-11-301-15/+15
* Add recvmmsg and sendmmsg to the generic glibc API.Thomas Schwinge2012-11-201-1/+1
* Return EAI_SYSTEM if we're out of file descriptorsSiddhesh Poyarekar2012-11-191-4/+21
* Define IPPORT_RESERVED in netdb.h for XPG4 and UNIX98 (bug 14838).Joseph Myers2012-11-131-1/+1
* [BZ #157] Remove include/stub-tag.h for good.Thomas Schwinge2012-11-041-1/+0
* Define and use $(run-built-tests).Joseph Myers2012-10-241-2/+2
* Avoid duplicate DNS requests if answer is longer than a implementationJeroen van Bemmel2012-07-121-4/+0