Age | Commit message (Expand) | Author | Files | Lines |
2022-06-24 | resolv: Implement no-aaaa stub resolver option | Florian Weimer | 1 | -0/+1 |
2022-01-01 | Update copyright dates with scripts/update-copyrights | Paul Eggert | 1 | -1/+1 |
2021-01-02 | Update copyright dates with scripts/update-copyrights | Paul Eggert | 1 | -1/+1 |
2020-02-18 | Move implementation of <file_change_detection.h> into a C file | Florian Weimer | 1 | -1/+1 |
2020-02-14 | resolv: Enhance __resolv_conf_load to capture file change data | Florian Weimer | 1 | -3/+11 |
2020-02-14 | resolv: Fix file handle leak in __resolv_conf_load [BZ #25429] | Florian Weimer | 1 | -1/+7 |
2020-01-01 | Update copyright dates with scripts/update-copyrights. | Joseph Myers | 1 | -1/+1 |
2019-11-27 | resolv: Implement trust-ad option for /etc/resolv.conf [BZ #20358] | Florian Weimer | 1 | -1/+2 |
2019-09-07 | Prefer https to http for gnu.org and fsf.org URLs | Paul Eggert | 1 | -1/+1 |
2019-04-08 | resolv: Remove support for RES_USE_INET6 and the inet6 option | Florian Weimer | 1 | -1/+0 |
2019-01-21 | CVE-2016-10739: getaddrinfo: Fully parse IPv4 address strings [BZ #20018] | Florian Weimer | 1 | -6/+11 |
2019-01-01 | Update copyright dates with scripts/update-copyrights. | Joseph Myers | 1 | -1/+1 |
2018-01-01 | Update copyright dates with scripts/update-copyrights. | Joseph Myers | 1 | -1/+1 |
2017-09-06 | resolv: Fix memory leak with OOM during resolv.conf parsing [BZ #22095] | Florian Weimer | 1 | -0/+5 |
2017-07-03 | resolv: Automatically reload a changed /etc/resolv.conf file [BZ #984] | Florian Weimer | 1 | -30/+48 |
2017-07-03 | resolv: Mirror the entire resolver configuration in struct resolv_conf | Florian Weimer | 1 | -88/+131 |
2017-07-03 | resolv: Lift domain search list limits [BZ #19569] [BZ #21475] | Florian Weimer | 1 | -73/+149 |
2017-07-03 | resolv: Introduce struct resolv_conf with extended resolver state | Florian Weimer | 1 | -1/+14 |
2017-06-30 | resolv: Remove source argument fron res_options | Florian Weimer | 1 | -4/+4 |
2017-06-27 | resolv: Call _res_hconf_init from __res_vinit | Florian Weimer | 1 | -0/+4 |
2017-06-23 | resolv: Clean up declarations of the __res_initstamp variable | Florian Weimer | 1 | -1/+1 |
2017-06-19 | resolv: Use getline for configuration file reading in res_vinit_1 | Florian Weimer | 1 | -24/+43 |
2017-06-19 | resolv: Report allocation errors in __res_vinit | Florian Weimer | 1 | -29/+64 |
2017-06-19 | resolv: Reformat res_vinit and related functions to GNU style | Florian Weimer | 1 | -334/+366 |
2017-06-19 | resolv: Introduce is_sort_mask and call it from res_vinit | Florian Weimer | 1 | -5/+10 |
2017-06-19 | resolv: Remove DEBUG preprocessor conditionals from res_setoptions | Florian Weimer | 1 | -21/+0 |
2017-06-19 | resolv: Move _res deallocation functions to their own file | Florian Weimer | 1 | -55/+0 |
2017-06-19 | resolv: Move res_randomid to its own file | Florian Weimer | 1 | -7/+0 |
2017-06-19 | resolv: Make __res_vinit hidden | Florian Weimer | 1 | -2/+0 |
2017-04-19 | resolv: Replace __builtin_expect with __glibc_unlikely/__glibc_likely | Florian Weimer | 1 | -1/+1 |
2016-12-31 | resolv: Deprecate the "inet6" option and RES_USE_INET6 [BZ #19582] | Florian Weimer | 1 | -2/+2 |
2016-10-07 | resolv: Remove RES_USEBSTRING and its implementation [BZ #20629] | Florian Weimer | 1 | -1/+0 |
2016-10-07 | resolv: Remove RES_NOIP6DOTINT and its implementation | Florian Weimer | 1 | -2/+0 |
2016-10-07 | resolv: Deprecate unimplemented flags | Florian Weimer | 1 | -1/+0 |
2016-09-21 | resolv: Remove unsupported hook functions from the API [BZ #20016] | Florian Weimer | 1 | -2/+2 |
2016-09-15 | inet: Add __inet6_scopeid_pton function [BZ #20611] | Florian Weimer | 1 | -20/+7 |
2016-09-13 | resolv: Remove _LIBC_REENTRANT | Florian Weimer | 1 | -2/+0 |
2016-04-28 | resolv: Reindent preprocessor conditionals following cleanups | Florian Weimer | 1 | -2/+2 |
2016-04-28 | resolv: Assorted preprocessor cleanups | Florian Weimer | 1 | -4/+0 |
2016-04-28 | resolv: Remove RFC1535 conditionals | Florian Weimer | 1 | -27/+0 |
2016-04-28 | resolv: Remove RESOLVSORT preprocess conditionals | Florian Weimer | 1 | -11/+0 |
2016-04-28 | resolv: Remove _LIBC conditionals | Florian Weimer | 1 | -16/+0 |
2016-04-28 | resolv: Remove SCCS and RCS keywords | Florian Weimer | 1 | -5/+0 |
2016-03-15 | Fix resource leak in resolver (bug 19257) | Andreas Schwab | 1 | -1/+1 |
2016-02-19 | res_ninit: Update comment | Florian Weimer | 1 | -15/+1 |
2015-12-29 | resolv: Reset defdname before use in __res_vinit [BZ #19369] | Rob Wu | 1 | -0/+1 |
2015-10-21 | Convert a few more function definitions to prototype style. | Joseph Myers | 1 | -2/+2 |
2015-05-21 | Simplify handling of nameserver configuration in resolver | Andreas Schwab | 1 | -33/+14 |
2015-01-06 | resolv: fix rotate option | Aurelien Jarno | 1 | -1/+2 |
2015-01-06 | resolv: improve comments about nserv and nservall | Aurelien Jarno | 1 | -2/+2 |