about summary refs log tree commit diff
path: root/resolv
Commit message (Expand)AuthorAgeFilesLines
* 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
* Merge copyright years in resolv/nss_dns/dns-host.cSiddhesh Poyarekar2012-03-311-1/+1
* Consider TTL of CNAME record and return minimum TTL in the chainSiddhesh Poyarekar2012-03-301-3/+18
* * resolv/nss_dns/dns-host.c: Update copyright year.Jeff Law2012-03-301-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
* [BZ #13760]Jeff Law2012-03-281-1/+7
* 2012-03-23 Daniel Jacobowitz <dmj@google.com>Paul Pluzhnikov2012-03-231-1/+3
* Fix struct timespec normalization (as used in many other places).Thomas Schwinge2012-03-081-2/+2
* Remove distribute variable from MakefilesUlrich Drepper2012-03-071-2/+0
* [network] Avoid out ouf bounds read in __libc_res_nquerydomainJeff Law2012-02-291-3/+7
* Replace FSF snail mail address with URLs.Paul Eggert2012-02-0918-54/+36
* Remove pre-ISO C supportUlrich Drepper2012-01-071-48/+47
* Remove non-ELF supportUlrich Drepper2012-01-072-3/+3
* Open /etc/resolv.conf with FD_CLOEXECRoss Lagerwall2011-12-171-1/+1
* Clean up internal fopen usesUlrich Drepper2011-11-153-5/+5
* Avoid unused warning in getaddrinfo_aUlrich Drepper2011-11-121-3/+3
* Link libresolv.so with ld.so for __stack_chk_guard.Joseph Myers2011-09-211-1/+7
* Remove support for !USE___THREADUlrich Drepper2011-09-102-20/+1
* Cleanup of configuration optionsUlrich Drepper2011-09-102-14/+1
* Add rules to build libresolv with SSP flagsUlrich Drepper2011-08-171-0/+3
* Properly tokenize nameserver line for servers with IPv6 addressAndreas Schwab2011-08-041-1/+1
* Use size_t for strlen resultsAndreas Schwab2011-07-201-1/+1
* Fix warnings in resolver codeAndreas Jaeger2011-07-061-2/+2
* Fix typo in recent resolver change which causes segvsUlrich Drepper2011-06-151-2/+2
* Quash some new warnings from GCC 4.6.Roland McGrath2011-06-102-7/+5
* Handle DNS server failures in case of AF_UNSPEC lookups correctlyUlrich Drepper2011-05-301-4/+8
* Make resolv.conf parsing more compactUlrich Drepper2011-05-291-32/+35
* Recognize use-vc option in resolv.confUlrich Drepper2011-05-291-0/+2
* Backport BIND code to query name as TLD.Ulrich Drepper2011-05-074-9/+19
* Install rpc/netdb.h againAndreas Schwab2011-05-061-0/+5
* Don't use removed rpc headersAndreas Schwab2011-05-051-5/+0
* Fix getnameinfo flags parameter type.Bruno Haible2011-05-011-2/+2
* Don't ignore zero TTL in DNS answersAndreas Schwab2010-11-251-4/+3
* Actually make it possible to user the default name server.Ulrich Drepper2010-09-141-0/+1
* Missing server address again leads to localhost being usedUlrich Drepper2010-08-251-27/+25