about summary refs log tree commit diff
path: root/resolv/res_init.c
Commit message (Expand)AuthorAgeFilesLines
* resolv: Replace __builtin_expect with __glibc_unlikely/__glibc_likelyFlorian Weimer2017-04-191-1/+1
* resolv: Deprecate the "inet6" option and RES_USE_INET6 [BZ #19582]Florian Weimer2016-12-311-2/+2
* resolv: Remove RES_USEBSTRING and its implementation [BZ #20629]Florian Weimer2016-10-071-1/+0
* resolv: Remove RES_NOIP6DOTINT and its implementationFlorian Weimer2016-10-071-2/+0
* resolv: Deprecate unimplemented flagsFlorian Weimer2016-10-071-1/+0
* resolv: Remove unsupported hook functions from the API [BZ #20016]Florian Weimer2016-09-211-2/+2
* inet: Add __inet6_scopeid_pton function [BZ #20611]Florian Weimer2016-09-151-20/+7
* resolv: Remove _LIBC_REENTRANTFlorian Weimer2016-09-131-2/+0
* resolv: Reindent preprocessor conditionals following cleanupsFlorian Weimer2016-04-281-2/+2
* resolv: Assorted preprocessor cleanupsFlorian Weimer2016-04-281-4/+0
* resolv: Remove RFC1535 conditionalsFlorian Weimer2016-04-281-27/+0
* resolv: Remove RESOLVSORT preprocess conditionalsFlorian Weimer2016-04-281-11/+0
* resolv: Remove _LIBC conditionalsFlorian Weimer2016-04-281-16/+0
* resolv: Remove SCCS and RCS keywordsFlorian Weimer2016-04-281-5/+0
* Fix resource leak in resolver (bug 19257)Andreas Schwab2016-03-151-1/+1
* res_ninit: Update commentFlorian Weimer2016-02-191-15/+1
* resolv: Reset defdname before use in __res_vinit [BZ #19369]Rob Wu2015-12-291-0/+1
* Convert a few more function definitions to prototype style.Joseph Myers2015-10-211-2/+2
* Simplify handling of nameserver configuration in resolverAndreas Schwab2015-05-211-33/+14
* resolv: fix rotate optionAurelien Jarno2015-01-061-1/+2
* resolv: improve comments about nserv and nservallAurelien Jarno2015-01-061-2/+2
* Fix resolver inet_* namespace (bug 17722).Joseph Myers2014-12-171-2/+2
* Fix resolver if_* namespace (bug 17717).Joseph Myers2014-12-161-1/+1
* Fix fgets_unlocked namespace issues (bug 17664).Joseph Myers2014-12-021-1/+1
* Use glibc_likely instead __builtin_expect.Ondřej Bílka2014-02-101-1/+1
* Avoid use of "register" as optimization hint.Joseph Myers2013-06-071-4/+4
* Add #include <stdint.h> for uint[32|64]_t usage (except installed headers).Ryan S. Arnold2013-05-161-0/+1
* Open /etc/resolv.conf with FD_CLOEXECRoss Lagerwall2011-12-171-1/+1
* Properly tokenize nameserver line for servers with IPv6 addressAndreas Schwab2011-08-041-1/+1
* 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-071-0/+5
* 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
* Implement second fallback mode for DNS requests.Ulrich Drepper2009-06-261-0/+3
* * resolv/resolv.h (RES_SNGLKUP): Define. cvs/fedora-glibc-20090407T0545Ulrich Drepper2009-04-071-0/+3
* * resolv/res_init.c (__res_vinit): Count all servers in statp->nscount.Ulrich Drepper2008-12-291-1/+1
* * resolv/res_init.c (__res_vinit): Always assign to statp->nscountUlrich Drepper2008-12-081-2/+1
* * resolv/nss_dns/dns-host.c (_nss_dns_gethostbyname3_r): RecognizeUlrich Drepper2008-12-031-1/+1
* * resolv/res_init.c (__res_vinit): Fill in IPv4 name serverUlrich Drepper2008-12-031-3/+3
* Handle scope IDs in resolv.conf.Ulrich Drepper2008-04-071-10/+36
* [BZ #4647]Ulrich Drepper2007-06-181-3/+6
* * resolv/res_init.c (res_setoptions): Recognize edns0 option.Ulrich Drepper2007-02-091-0/+2
* * resolv/res_mkquery.c (res_nmkquery): Set hp->id to statp->id afterUlrich Drepper2006-09-041-4/+1
* * resolv/res_init.c (__res_iclose): New function. Broken out ofUlrich Drepper2005-11-011-13/+18
* (CFLAGS-tst-align.c): Add -mpreferred-stack-boundary=4.Ulrich Drepper2004-12-221-19/+17
* 2.5-18.1Jakub Jelinek2007-07-121-17/+19
* [BZ #434]Ulrich Drepper2004-10-111-0/+3
* Update.Ulrich Drepper2004-09-141-1/+1
* Update.Ulrich Drepper2004-08-181-0/+3