summaryrefslogtreecommitdiff
path: root/resolv/res_init.c
AgeCommit message (Expand)Author
2018-01-01Update copyright dates with scripts/update-copyrights.Joseph Myers
2017-09-06resolv: Fix memory leak with OOM during resolv.conf parsing [BZ #22095]Florian Weimer
2017-07-03resolv: Automatically reload a changed /etc/resolv.conf file [BZ #984]Florian Weimer
2017-07-03resolv: Mirror the entire resolver configuration in struct resolv_confFlorian Weimer
2017-07-03resolv: Lift domain search list limits [BZ #19569] [BZ #21475]Florian Weimer
2017-07-03resolv: Introduce struct resolv_conf with extended resolver stateFlorian Weimer
2017-06-30resolv: Remove source argument fron res_optionsFlorian Weimer
2017-06-27resolv: Call _res_hconf_init from __res_vinitFlorian Weimer
2017-06-23resolv: Clean up declarations of the __res_initstamp variableFlorian Weimer
2017-06-19resolv: Use getline for configuration file reading in res_vinit_1Florian Weimer
2017-06-19resolv: Report allocation errors in __res_vinitFlorian Weimer
2017-06-19resolv: Reformat res_vinit and related functions to GNU styleFlorian Weimer
2017-06-19resolv: Introduce is_sort_mask and call it from res_vinitFlorian Weimer
2017-06-19resolv: Remove DEBUG preprocessor conditionals from res_setoptionsFlorian Weimer
2017-06-19resolv: Move _res deallocation functions to their own fileFlorian Weimer
2017-06-19resolv: Move res_randomid to its own fileFlorian Weimer
2017-06-19resolv: Make __res_vinit hiddenFlorian Weimer
2017-04-19resolv: Replace __builtin_expect with __glibc_unlikely/__glibc_likelyFlorian Weimer
2016-12-31resolv: Deprecate the "inet6" option and RES_USE_INET6 [BZ #19582]Florian Weimer
2016-10-07resolv: Remove RES_USEBSTRING and its implementation [BZ #20629]Florian Weimer
2016-10-07resolv: Remove RES_NOIP6DOTINT and its implementationFlorian Weimer
2016-10-07resolv: Deprecate unimplemented flagsFlorian Weimer
2016-09-21resolv: Remove unsupported hook functions from the API [BZ #20016]Florian Weimer
2016-09-15inet: Add __inet6_scopeid_pton function [BZ #20611]Florian Weimer
2016-09-13resolv: Remove _LIBC_REENTRANTFlorian Weimer
2016-04-28resolv: Reindent preprocessor conditionals following cleanupsFlorian Weimer
2016-04-28resolv: Assorted preprocessor cleanupsFlorian Weimer
2016-04-28resolv: Remove RFC1535 conditionalsFlorian Weimer
2016-04-28resolv: Remove RESOLVSORT preprocess conditionalsFlorian Weimer
2016-04-28resolv: Remove _LIBC conditionalsFlorian Weimer
2016-04-28resolv: Remove SCCS and RCS keywordsFlorian Weimer
2016-03-15Fix resource leak in resolver (bug 19257)Andreas Schwab
2016-02-19res_ninit: Update commentFlorian Weimer
2015-12-29resolv: Reset defdname before use in __res_vinit [BZ #19369]Rob Wu
2015-10-21Convert a few more function definitions to prototype style.Joseph Myers
2015-05-21Simplify handling of nameserver configuration in resolverAndreas Schwab
2015-01-06resolv: fix rotate optionAurelien Jarno
2015-01-06resolv: improve comments about nserv and nservallAurelien Jarno
2014-12-17Fix resolver inet_* namespace (bug 17722).Joseph Myers
2014-12-16Fix resolver if_* namespace (bug 17717).Joseph Myers
2014-12-02Fix fgets_unlocked namespace issues (bug 17664).Joseph Myers
2014-02-10Use glibc_likely instead __builtin_expect.Ondřej Bílka
2013-06-07Avoid use of "register" as optimization hint.Joseph Myers
2013-05-16Add #include <stdint.h> for uint[32|64]_t usage (except installed headers).Ryan S. Arnold
2011-12-17Open /etc/resolv.conf with FD_CLOEXECRoss Lagerwall
2011-08-04Properly tokenize nameserver line for servers with IPv6 addressAndreas Schwab
2011-05-29Make resolv.conf parsing more compactUlrich Drepper
2011-05-29Recognize use-vc option in resolv.confUlrich Drepper
2011-05-07Backport BIND code to query name as TLD.Ulrich Drepper
2010-09-14Actually make it possible to user the default name server.Ulrich Drepper