about summary refs log tree commit diff
path: root/resolv/resolv_conf.c
Commit message (Expand)AuthorAgeFilesLines
* Update copyright dates with scripts/update-copyrightsPaul Eggert2024-01-011-1/+1
* resolv_conf: release lock on allocation failure (bug 30527)Andreas Schwab2023-06-071-1/+4
* Fix all the remaining misspellings -- BZ 25337Paul Pluzhnikov2023-06-021-3/+3
* Move libc_freeres_ptrs and libc_subfreeres to hidden/weak functionsAdhemerval Zanella Netto2023-03-271-1/+2
* Update copyright dates with scripts/update-copyrightsJoseph Myers2023-01-061-1/+1
* Update copyright dates with scripts/update-copyrightsPaul Eggert2022-01-011-1/+1
* Update copyright dates with scripts/update-copyrightsPaul Eggert2021-01-021-1/+1
* Move implementation of <file_change_detection.h> into a C fileFlorian Weimer2020-02-181-3/+3
* resolv: Fix ABA race in /etc/resolv.conf change detection [BZ #25420]Florian Weimer2020-02-141-6/+13
* resolv: Enhance __resolv_conf_load to capture file change dataFlorian Weimer2020-02-141-1/+1
* resolv: Use <file_change_detection.h> in __resolv_conf_get_currentFlorian Weimer2020-02-141-35/+8
* Update copyright dates with scripts/update-copyrights.Joseph Myers2020-01-011-1/+1
* Prefer https to http for gnu.org and fsf.org URLsPaul Eggert2019-09-071-1/+1
* Update copyright dates with scripts/update-copyrights.Joseph Myers2019-01-011-1/+1
* libc: Extend __libc_freeres framework (Bug 23329).Carlos O'Donell2018-06-291-0/+1
* Run thread shutdown functions in an explicit orderFlorian Weimer2018-06-261-3/+1
* Update copyright dates with scripts/update-copyrights.Joseph Myers2018-01-011-1/+1
* resolv: __resolv_conf_attach must not free passed conf object [BZ #22096]Florian Weimer2017-09-061-4/+1
* resolv: Fix resolv_conf _res matchingFlorian Weimer2017-07-041-3/+21
* resolv: Fix improper assert in __resolv_conf_attachFlorian Weimer2017-07-041-8/+7
* resolv: Introduce free list for resolv_conf index slostsFlorian Weimer2017-07-031-31/+40
* resolv: Automatically reload a changed /etc/resolv.conf file [BZ #984]Florian Weimer2017-07-031-1/+85
* resolv: Mirror the entire resolver configuration in struct resolv_confFlorian Weimer2017-07-031-7/+216
* resolv: Lift domain search list limits [BZ #19569] [BZ #21475]Florian Weimer2017-07-031-1/+64
* resolv: Introduce struct resolv_conf with extended resolver stateFlorian Weimer2017-07-031-0/+322