Age | Commit message (Expand) | Author | Files | Lines |
2017-10-20 | resolv: Remove bogus targets that build ga_test | Will Hawkins | 2 | -105/+0 |
2017-10-01 | Mark internal functions with attribute_hidden [BZ #18822] | H.J. Lu | 1 | -5/+10 |
2017-09-26 | resolv/Makefile: Fix typo in comment | Florian Weimer | 1 | -1/+1 |
2017-09-26 | resolv/nss_dns/dns-host.c: Fix typo in comment | Florian Weimer | 1 | -1/+2 |
2017-09-21 | Remove non-add-on Banner files. | Joseph Myers | 1 | -1/+0 |
2017-09-07 | Use "static const char domain[] =" | H.J. Lu | 1 | -1/+1 |
2017-09-06 | resolv: __resolv_conf_attach must not free passed conf object [BZ #22096] | Florian Weimer | 1 | -4/+1 |
2017-09-06 | resolv: Fix memory leak with OOM during resolv.conf parsing [BZ #22095] | Florian Weimer | 1 | -0/+5 |
2017-09-06 | nss_dns: Remove dead PTR IPv4-to-IPv6 mapping code | Florian Weimer | 2 | -20/+174 |
2017-09-06 | tst-res_use_inet6: Enhance test to cover IPv4-to-IPv6 address mapping | Florian Weimer | 1 | -45/+186 |
2017-09-03 | hurd: fix resolv/tst-resolv-res_init-skeleton.c build | Samuel Thibault | 1 | -0/+4 |
2017-09-01 | getaddrinfo: Fix error handling in gethosts [BZ #21915] [BZ #21922] | Florian Weimer | 1 | -23/+55 |
2017-08-31 | resolv: Remove internal_function attribute | Florian Weimer | 5 | -24/+8 |
2017-08-21 | Consolidate non cancellable writev call | Adhemerval Zanella | 1 | -1/+1 |
2017-08-18 | Consolidate non cancellable close call | Adhemerval Zanella | 1 | -2/+2 |
2017-08-07 | Consistently use uintN_t not u_intN_t everywhere. | Joseph Myers | 6 | -29/+29 |
2017-07-06 | resolv: Deal with non-deterministic address order in tst-resolv-basic | Florian Weimer | 1 | -15/+64 |
2017-07-05 | support: Add resolver testing mode which does not patch _res | Florian Weimer | 2 | -1/+489 |
2017-07-05 | support: Add support_chroot_create and support_chroot_free | Florian Weimer | 1 | -47/+22 |
2017-07-04 | resolv: Fix resolv_conf _res matching | Florian Weimer | 2 | -5/+50 |
2017-07-04 | resolv: Fix improper assert in __resolv_conf_attach | Florian Weimer | 3 | -8/+99 |
2017-07-03 | resolv: Introduce free list for resolv_conf index slosts | Florian Weimer | 3 | -32/+126 |
2017-07-03 | resolv: Automatically reload a changed /etc/resolv.conf file [BZ #984] | Florian Weimer | 9 | -94/+235 |
2017-07-03 | resolv: Mirror the entire resolver configuration in struct resolv_conf | Florian Weimer | 6 | -116/+536 |
2017-07-03 | resolv: Lift domain search list limits [BZ #19569] [BZ #21475] | Florian Weimer | 6 | -81/+348 |
2017-07-03 | resolv: Introduce struct resolv_conf with extended resolver state | Florian Weimer | 8 | -10/+452 |
2017-07-03 | resolv: Introduce struct resolv_context [BZ #21668] | Florian Weimer | 15 | -291/+810 |
2017-07-03 | resolv: Add preinit tests to resolv/tst-resolv-res_init-skeleton.c | Florian Weimer | 1 | -1/+192 |
2017-06-30 | resolv: Improve debugging output from tst-resolv-res_init | Florian Weimer | 1 | -2/+13 |
2017-06-30 | resolv: Remove source argument fron res_options | Florian Weimer | 1 | -4/+4 |
2017-06-30 | resolv: Remove DEBUG from resolv/res_query.c | Florian Weimer | 1 | -36/+0 |
2017-06-30 | resolv: Reformat resolv/res_data.c to GNU style | Florian Weimer | 1 | -13/+33 |
2017-06-30 | resolv: Move res_query, res_search res_querydomain, hostalias | Florian Weimer | 2 | -81/+56 |
2017-06-30 | resolv: Move res_isourserver, res_send from res_data.c to res_send.c | Florian Weimer | 2 | -16/+15 |
2017-06-30 | resolv: Turn _res_opcodes into a compatibility symbol | Florian Weimer | 1 | -3/+11 |
2017-06-30 | resolv: Move fp_nquery, fp_query, p_query, _res_opcodes | Florian Weimer | 2 | -57/+58 |
2017-06-30 | resolv: Remove unused resolv/res_debug.h header file | Florian Weimer | 2 | -35/+0 |
2017-06-30 | resolv: Remove DEBUG from resolv/res_send.c | Florian Weimer | 1 | -144/+1 |
2017-06-30 | resolv: Move the res_mkquery function to the resolv/mk_query.c file | Florian Weimer | 2 | -21/+21 |
2017-06-30 | resolv: Reformat resolv/res_mkquery.c to GNU style | Florian Weimer | 1 | -144/+140 |
2017-06-30 | resolv: Remove DEBUG macro from resolv/res_mkquery.c | Florian Weimer | 1 | -18/+18 |
2017-06-30 | resolv: Make RES_ROTATE start with a random name server [BZ #19570] | Florian Weimer | 3 | -28/+339 |
2017-06-27 | resolv: Avoid timeouts in test-resolv-res-init, test-resolv-res_init-thread | Florian Weimer | 1 | -0/+78 |
2017-06-27 | resolv: Call _res_hconf_init from __res_vinit | Florian Weimer | 2 | -1/+5 |
2017-06-24 | resolv/tst-resolv-basic: Add test cases for bug 21295 | Florian Weimer | 1 | -0/+16 |
2017-06-23 | inet_pton: Reject IPv6 addresses with many leading zeros [BZ #16637] | Florian Weimer | 2 | -21/+12 |
2017-06-23 | resolv/res_libc.c: Reformat to GNU style | Florian Weimer | 1 | -67/+86 |
2017-06-23 | resolv: Clean up declarations of the __res_initstamp variable | Florian Weimer | 3 | -2/+5 |
2017-06-21 | __inet_pton_length: Implement new internal helper function | Florian Weimer | 5 | -72/+649 |
2017-06-19 | resolv: Use getline for configuration file reading in res_vinit_1 | Florian Weimer | 1 | -24/+43 |