| Commit message (Expand) | Author | Age | Files | Lines |
* | resolv: Fix tst-resolv tests for 2.35 ABIs and later | ![](//www.gravatar.com/avatar/380abd7930469ce97fc8c054b2abfd6a?s=13&d=retro) Stafford Horne | 2022-02-25 | 1 | -9/+9 |
* | Update copyright dates with scripts/update-copyrights | ![](//www.gravatar.com/avatar/32cce1ce127616e6a97aef49aa34702f?s=13&d=retro) Paul Eggert | 2022-01-01 | 82 | -82/+82 |
* | resolv: Do not install libanl.so symbolic link | ![](//www.gravatar.com/avatar/499f953b0ffdb0724942152db02632ef?s=13&d=retro) Adhemerval Zanella | 2021-12-30 | 1 | -0/+5 |
* | resolv: Do not build libanl.so for ABIs starting at 2.35 | ![](//www.gravatar.com/avatar/499f953b0ffdb0724942152db02632ef?s=13&d=retro) Adhemerval Zanella | 2021-12-30 | 1 | -1/+5 |
* | resolv: Avoid GCC 12 false positive warning [BZ #28439]. | ![](//www.gravatar.com/avatar/e3e950b2ba2c27e5142995a6eeff9751?s=13&d=retro) Martin Sebor | 2021-10-11 | 1 | -1/+3 |
* | resolv: make res_randomid use random_bits() | ![](//www.gravatar.com/avatar/45bf5eef0471996074efa055ea252116?s=13&d=retro) Cristian RodrĂguez | 2021-10-08 | 1 | -1/+2 |
* | Remove "Contributed by" lines | ![](//www.gravatar.com/avatar/1d5775fed6ee8223c839f6ecd53f9e04?s=13&d=retro) Siddhesh Poyarekar | 2021-09-03 | 12 | -12/+0 |
* | Move malloc hooks into a compat DSO | ![](//www.gravatar.com/avatar/1d5775fed6ee8223c839f6ecd53f9e04?s=13&d=retro) Siddhesh Poyarekar | 2021-07-22 | 1 | -3/+6 |
* | resolv: Do not install libnss_dns.a, libnss_dns.so | ![](//www.gravatar.com/avatar/4ece77be874172309e7b5c44ff0281e2?s=13&d=retro) Florian Weimer | 2021-07-20 | 1 | -0/+8 |
* | nss: Directly load nss_dns, without going through dlsym/dlopen | ![](//www.gravatar.com/avatar/4ece77be874172309e7b5c44ff0281e2?s=13&d=retro) Florian Weimer | 2021-07-19 | 2 | -0/+41 |
* | resolv: Move nss_dns into libc | ![](//www.gravatar.com/avatar/4ece77be874172309e7b5c44ff0281e2?s=13&d=retro) Florian Weimer | 2021-07-19 | 5 | -57/+46 |
* | resolv: Move res_query functions into libc | ![](//www.gravatar.com/avatar/4ece77be874172309e7b5c44ff0281e2?s=13&d=retro) Florian Weimer | 2021-07-19 | 5 | -52/+76 |
* | resolv: Move res_mkquery, res_nmkquery into libc | ![](//www.gravatar.com/avatar/4ece77be874172309e7b5c44ff0281e2?s=13&d=retro) Florian Weimer | 2021-07-19 | 5 | -28/+40 |
* | resolv: Move res_send, res_nsend into libc | ![](//www.gravatar.com/avatar/4ece77be874172309e7b5c44ff0281e2?s=13&d=retro) Florian Weimer | 2021-07-19 | 6 | -30/+45 |
* | resolv: Move res_hostalias into its own file, along with hostalias | ![](//www.gravatar.com/avatar/4ece77be874172309e7b5c44ff0281e2?s=13&d=retro) Florian Weimer | 2021-07-19 | 3 | -30/+52 |
* | resolv: Move __res_context_hostalias into its own file and into libc | ![](//www.gravatar.com/avatar/4ece77be874172309e7b5c44ff0281e2?s=13&d=retro) Florian Weimer | 2021-07-19 | 5 | -42/+135 |
* | resolv: Move res_queriesmatch to its own file and into libc | ![](//www.gravatar.com/avatar/4ece77be874172309e7b5c44ff0281e2?s=13&d=retro) Florian Weimer | 2021-07-19 | 5 | -59/+144 |
* | resolv: Move res_nameinquery to its own file and into libc | ![](//www.gravatar.com/avatar/4ece77be874172309e7b5c44ff0281e2?s=13&d=retro) Florian Weimer | 2021-07-19 | 5 | -42/+126 |
* | resolv: Move ns_samename into its own file, and into libc | ![](//www.gravatar.com/avatar/4ece77be874172309e7b5c44ff0281e2?s=13&d=retro) Florian Weimer | 2021-07-19 | 8 | -31/+55 |
* | resolv: Move ns_makecanon into its own file, and into libc | ![](//www.gravatar.com/avatar/4ece77be874172309e7b5c44ff0281e2?s=13&d=retro) Florian Weimer | 2021-07-19 | 5 | -36/+90 |
* | resolv: Move res_isourserver to its own file and reformat to GNU style | ![](//www.gravatar.com/avatar/4ece77be874172309e7b5c44ff0281e2?s=13&d=retro) Florian Weimer | 2021-07-19 | 3 | -51/+135 |
* | resolv: Move __res_get_nsaddr to its own file and into libc | ![](//www.gravatar.com/avatar/4ece77be874172309e7b5c44ff0281e2?s=13&d=retro) Florian Weimer | 2021-07-19 | 5 | -21/+51 |
* | resolv: Rename res_comp.c to res-name-checking.c and move into libc | ![](//www.gravatar.com/avatar/4ece77be874172309e7b5c44ff0281e2?s=13&d=retro) Florian Weimer | 2021-07-19 | 4 | -27/+41 |
* | resolv: Move dn_skipname to its own file and into libc | ![](//www.gravatar.com/avatar/4ece77be874172309e7b5c44ff0281e2?s=13&d=retro) Florian Weimer | 2021-07-19 | 7 | -18/+110 |
* | resolv: Move dn_comp to its own file and into libc | ![](//www.gravatar.com/avatar/4ece77be874172309e7b5c44ff0281e2?s=13&d=retro) Florian Weimer | 2021-07-19 | 5 | -17/+106 |
* | resolv: Move _getlong, _getshort, __putlong, __putshort to res-putget | ![](//www.gravatar.com/avatar/4ece77be874172309e7b5c44ff0281e2?s=13&d=retro) Florian Weimer | 2021-07-19 | 3 | -15/+113 |
* | resolv: Move dn_expand to its own file and into libc | ![](//www.gravatar.com/avatar/4ece77be874172309e7b5c44ff0281e2?s=13&d=retro) Florian Weimer | 2021-07-19 | 11 | -44/+134 |
* | resolv: Move ns_name_compress into its own file and into libc | ![](//www.gravatar.com/avatar/4ece77be874172309e7b5c44ff0281e2?s=13&d=retro) Florian Weimer | 2021-07-19 | 4 | -28/+54 |
* | resolv: Move ns_name_pack into its own file and into libc | ![](//www.gravatar.com/avatar/4ece77be874172309e7b5c44ff0281e2?s=13&d=retro) Florian Weimer | 2021-07-19 | 4 | -195/+206 |
* | resolv: Move ns_name_pton into its own file and into libc | ![](//www.gravatar.com/avatar/4ece77be874172309e7b5c44ff0281e2?s=13&d=retro) Florian Weimer | 2021-07-19 | 4 | -125/+161 |
* | resolv: Move ns_name_uncompress into its own file and into libc | ![](//www.gravatar.com/avatar/4ece77be874172309e7b5c44ff0281e2?s=13&d=retro) Florian Weimer | 2021-07-19 | 4 | -25/+49 |
* | resolv: Move ns_name_skip to its own file and into libc (bug 28091) | ![](//www.gravatar.com/avatar/4ece77be874172309e7b5c44ff0281e2?s=13&d=retro) Florian Weimer | 2021-07-19 | 4 | -38/+75 |
* | resolv: Deprecate legacy interfaces in libresolv | ![](//www.gravatar.com/avatar/4ece77be874172309e7b5c44ff0281e2?s=13&d=retro) Florian Weimer | 2021-07-19 | 2 | -40/+79 |
* | resolv: Move ns_name_unpack to its own file and into libc | ![](//www.gravatar.com/avatar/4ece77be874172309e7b5c44ff0281e2?s=13&d=retro) Florian Weimer | 2021-07-15 | 4 | -83/+119 |
* | resolv: Remove unnecessary res_isourserver_p call from send_dg | ![](//www.gravatar.com/avatar/4ece77be874172309e7b5c44ff0281e2?s=13&d=retro) Florian Weimer | 2021-07-15 | 1 | -6/+0 |
* | resolv: Move ns_name_ntop to its own file and into libc | ![](//www.gravatar.com/avatar/4ece77be874172309e7b5c44ff0281e2?s=13&d=retro) Florian Weimer | 2021-07-15 | 4 | -129/+152 |
* | nss_dns: Do not use deprecated packet parsing functions | ![](//www.gravatar.com/avatar/4ece77be874172309e7b5c44ff0281e2?s=13&d=retro) Florian Weimer | 2021-07-15 | 2 | -21/+20 |
* | resolv: Sort Makefile routines and Versions lexicographically | ![](//www.gravatar.com/avatar/4ece77be874172309e7b5c44ff0281e2?s=13&d=retro) Florian Weimer | 2021-07-15 | 2 | -73/+182 |
* | Force building with -fno-common | ![](//www.gravatar.com/avatar/4ece77be874172309e7b5c44ff0281e2?s=13&d=retro) Florian Weimer | 2021-07-09 | 1 | -1/+1 |
* | resolv: Move libanl into libc (if libpthread is in libc) | ![](//www.gravatar.com/avatar/4ece77be874172309e7b5c44ff0281e2?s=13&d=retro) Florian Weimer | 2021-07-02 | 11 | -49/+173 |
* | y2038: Add support for 64-bit time on legacy ABIs | ![](//www.gravatar.com/avatar/499f953b0ffdb0724942152db02632ef?s=13&d=retro) Adhemerval Zanella | 2021-06-15 | 1 | -0/+11 |
* | dlfcn: Cleanups after -ldl is no longer required | ![](//www.gravatar.com/avatar/4ece77be874172309e7b5c44ff0281e2?s=13&d=retro) Florian Weimer | 2021-06-03 | 1 | -11/+8 |
* | resolv: tst-p_secstodate can be a regular test | ![](//www.gravatar.com/avatar/4ece77be874172309e7b5c44ff0281e2?s=13&d=retro) Florian Weimer | 2021-03-09 | 2 | -13/+3 |
* | Update copyright dates with scripts/update-copyrights | ![](//www.gravatar.com/avatar/32cce1ce127616e6a97aef49aa34702f?s=13&d=retro) Paul Eggert | 2021-01-02 | 69 | -69/+69 |
* | y2038: Convert gai_suspend to support 64 bit time | ![](//www.gravatar.com/avatar/54f767037a9872cac9bbf218b383f93d?s=13&d=retro) Lukasz Majewski | 2020-12-04 | 1 | -25/+36 |
* | Mark mtrace tests UNSUPPORTED if bug-ga2.mtrace or tst-leaks2.mtrace are missing | ![](//www.gravatar.com/avatar/0232f1dc609a784ff06b7e4259afe975?s=13&d=retro) Stefan Liebler | 2020-11-25 | 1 | -1/+3 |
* | Use libnss_files.so for tests posix/bug-ga2 and resolv/tst-leaks2 [BZ #26821] | ![](//www.gravatar.com/avatar/0232f1dc609a784ff06b7e4259afe975?s=13&d=retro) Stefan Liebler | 2020-11-23 | 4 | -6/+9 |
* | resolv: Serialize processing in resolv/tst-resolv-txnid-collision | ![](//www.gravatar.com/avatar/4ece77be874172309e7b5c44ff0281e2?s=13&d=retro) Florian Weimer | 2020-10-15 | 1 | -0/+5 |
* | resolv: Handle transaction ID collisions in parallel queries (bug 26600) | ![](//www.gravatar.com/avatar/4ece77be874172309e7b5c44ff0281e2?s=13&d=retro) Florian Weimer | 2020-10-14 | 3 | -20/+356 |
* | Move <rpc/netdb.h> from sunrpc to inet | ![](//www.gravatar.com/avatar/4ece77be874172309e7b5c44ff0281e2?s=13&d=retro) Florian Weimer | 2020-07-17 | 2 | -10/+0 |