aboutsummaryrefslogtreecommitdiff
path: root/resolv/resolv_conf.c
AgeCommit message (Expand)AuthorFilesLines
2021-01-02Update copyright dates with scripts/update-copyrightsPaul Eggert1-1/+1
2020-02-18Move implementation of <file_change_detection.h> into a C fileFlorian Weimer1-3/+3
2020-02-14resolv: Fix ABA race in /etc/resolv.conf change detection [BZ #25420]Florian Weimer1-6/+13
2020-02-14resolv: Enhance __resolv_conf_load to capture file change dataFlorian Weimer1-1/+1
2020-02-14resolv: Use <file_change_detection.h> in __resolv_conf_get_currentFlorian Weimer1-35/+8
2020-01-01Update copyright dates with scripts/update-copyrights.Joseph Myers1-1/+1
2019-09-07Prefer https to http for gnu.org and fsf.org URLsPaul Eggert1-1/+1
2019-01-01Update copyright dates with scripts/update-copyrights.Joseph Myers1-1/+1
2018-06-29libc: Extend __libc_freeres framework (Bug 23329).Carlos O'Donell1-0/+1
2018-06-26Run thread shutdown functions in an explicit orderFlorian Weimer1-3/+1
2018-01-01Update copyright dates with scripts/update-copyrights.Joseph Myers1-1/+1
2017-09-06resolv: __resolv_conf_attach must not free passed conf object [BZ #22096]Florian Weimer1-4/+1
2017-07-04resolv: Fix resolv_conf _res matchingFlorian Weimer1-3/+21
2017-07-04resolv: Fix improper assert in __resolv_conf_attachFlorian Weimer1-8/+7
2017-07-03resolv: Introduce free list for resolv_conf index slostsFlorian Weimer1-31/+40
2017-07-03resolv: Automatically reload a changed /etc/resolv.conf file [BZ #984]Florian Weimer1-1/+85
2017-07-03resolv: Mirror the entire resolver configuration in struct resolv_confFlorian Weimer1-7/+216
2017-07-03resolv: Lift domain search list limits [BZ #19569] [BZ #21475]Florian Weimer1-1/+64
2017-07-03resolv: Introduce struct resolv_conf with extended resolver stateFlorian Weimer1-0/+322