| Age | Commit message (Expand) | Author | Files | Lines |
| 2024-01-01 | Update copyright dates with scripts/update-copyrights |  Paul Eggert | 1 | -1/+1 |
| 2023-09-13 | CVE-2023-4527: Stack read overflow with large TCP responses in no-aaaa mode |  Florian Weimer | 1 | -0/+2 |
| 2023-05-01 | hurd 64bit: Add missing libanl |  Samuel Thibault | 1 | -1/+1 |
| 2023-02-16 | C2x strtol binary constant handling |  Joseph Myers | 1 | -0/+1 |
| 2023-01-06 | Update copyright dates with scripts/update-copyrights |  Joseph Myers | 1 | -1/+1 |
| 2022-11-01 | configure: Use -Wno-ignored-attributes if compiler warns about multiple aliases |  Adhemerval Zanella | 1 | -0/+1 |
| 2022-08-30 | resolv: Add new tst-resolv-invalid-cname |  Florian Weimer | 1 | -0/+3 |
| 2022-08-30 | resolv: Add DNS packet parsing helpers geared towards wire format |  Florian Weimer | 1 | -0/+6 |
| 2022-08-30 | resolv: Add internal __ns_name_length_uncompressed function |  Florian Weimer | 1 | -0/+5 |
| 2022-08-30 | resolv: Add the __ns_samebinaryname function |  Florian Weimer | 1 | -0/+5 |
| 2022-08-30 | resolv: Add tst-resolv-aliases |  Florian Weimer | 1 | -0/+2 |
| 2022-08-30 | resolv: Add tst-resolv-byaddr for testing reverse lookup |  Florian Weimer | 1 | -0/+2 |
| 2022-06-24 | resolv: Implement no-aaaa stub resolver option |  Florian Weimer | 1 | -0/+3 |
| 2022-02-24 | resolv: Fix tst-resolv tests for 2.35 ABIs and later |  Stafford Horne | 1 | -9/+9 |
| 2022-01-01 | Update copyright dates with scripts/update-copyrights |  Paul Eggert | 1 | -1/+1 |
| 2021-12-30 | resolv: Do not install libanl.so symbolic link |  Adhemerval Zanella | 1 | -0/+5 |
| 2021-12-30 | resolv: Do not build libanl.so for ABIs starting at 2.35 |  Adhemerval Zanella | 1 | -1/+5 |
| 2021-07-22 | Move malloc hooks into a compat DSO |  Siddhesh Poyarekar | 1 | -3/+6 |
| 2021-07-20 | resolv: Do not install libnss_dns.a, libnss_dns.so |  Florian Weimer | 1 | -0/+8 |
| 2021-07-19 | nss: Directly load nss_dns, without going through dlsym/dlopen |  Florian Weimer | 1 | -0/+1 |
| 2021-07-19 | resolv: Move nss_dns into libc |  Florian Weimer | 1 | -12/+3 |
| 2021-07-19 | resolv: Move res_query functions into libc |  Florian Weimer | 1 | -1/+1 |
| 2021-07-19 | resolv: Move res_mkquery, res_nmkquery into libc |  Florian Weimer | 1 | -1/+1 |
| 2021-07-19 | resolv: Move res_send, res_nsend into libc |  Florian Weimer | 1 | -2/+2 |
| 2021-07-19 | resolv: Move res_hostalias into its own file, along with hostalias |  Florian Weimer | 1 | -0/+1 |
| 2021-07-19 | resolv: Move __res_context_hostalias into its own file and into libc |  Florian Weimer | 1 | -0/+1 |
| 2021-07-19 | resolv: Move res_queriesmatch to its own file and into libc |  Florian Weimer | 1 | -0/+1 |
| 2021-07-19 | resolv: Move res_nameinquery to its own file and into libc |  Florian Weimer | 1 | -0/+1 |
| 2021-07-19 | resolv: Move ns_samename into its own file, and into libc |  Florian Weimer | 1 | -0/+1 |
| 2021-07-19 | resolv: Move ns_makecanon into its own file, and into libc |  Florian Weimer | 1 | -0/+2 |
| 2021-07-19 | resolv: Move res_isourserver to its own file and reformat to GNU style |  Florian Weimer | 1 | -0/+1 |
| 2021-07-19 | resolv: Move __res_get_nsaddr to its own file and into libc |  Florian Weimer | 1 | -0/+1 |
| 2021-07-19 | resolv: Rename res_comp.c to res-name-checking.c and move into libc |  Florian Weimer | 1 | -1/+1 |
| 2021-07-19 | resolv: Move dn_skipname to its own file and into libc |  Florian Weimer | 1 | -0/+1 |
| 2021-07-19 | resolv: Move dn_comp to its own file and into libc |  Florian Weimer | 1 | -0/+1 |
| 2021-07-19 | resolv: Move _getlong, _getshort, __putlong, __putshort to res-putget |  Florian Weimer | 1 | -0/+1 |
| 2021-07-19 | resolv: Move dn_expand to its own file and into libc |  Florian Weimer | 1 | -0/+1 |
| 2021-07-19 | resolv: Move ns_name_compress into its own file and into libc |  Florian Weimer | 1 | -0/+1 |
| 2021-07-19 | resolv: Move ns_name_pack into its own file and into libc |  Florian Weimer | 1 | -0/+1 |
| 2021-07-19 | resolv: Move ns_name_pton into its own file and into libc |  Florian Weimer | 1 | -0/+1 |
| 2021-07-19 | resolv: Move ns_name_uncompress into its own file and into libc |  Florian Weimer | 1 | -0/+1 |
| 2021-07-19 | resolv: Move ns_name_skip to its own file and into libc (bug 28091) |  Florian Weimer | 1 | -0/+1 |
| 2021-07-15 | resolv: Move ns_name_unpack to its own file and into libc |  Florian Weimer | 1 | -0/+1 |
| 2021-07-15 | resolv: Move ns_name_ntop to its own file and into libc |  Florian Weimer | 1 | -0/+1 |
| 2021-07-15 | resolv: Sort Makefile routines and Versions lexicographically |  Florian Weimer | 1 | -11/+50 |
| 2021-07-02 | resolv: Move libanl into libc (if libpthread is in libc) |  Florian Weimer | 1 | -2/+5 |
| 2021-06-03 | dlfcn: Cleanups after -ldl is no longer required |  Florian Weimer | 1 | -11/+8 |
| 2021-03-09 | resolv: tst-p_secstodate can be a regular test |  Florian Weimer | 1 | -1/+3 |
| 2021-01-02 | Update copyright dates with scripts/update-copyrights |  Paul Eggert | 1 | -1/+1 |
| 2020-11-25 | Mark mtrace tests UNSUPPORTED if bug-ga2.mtrace or tst-leaks2.mtrace are missing |  Stefan Liebler | 1 | -1/+3 |