| Commit message (Expand) | Author | Age | Files | Lines |
* | Consolidate non cancellable writev call | Adhemerval Zanella | 2017-08-21 | 1 | -1/+1 |
* | Consolidate non cancellable close call | Adhemerval Zanella | 2017-08-18 | 1 | -2/+2 |
* | Consistently use uintN_t not u_intN_t everywhere. | Joseph Myers | 2017-08-07 | 6 | -29/+29 |
* | resolv: Deal with non-deterministic address order in tst-resolv-basic | Florian Weimer | 2017-07-06 | 1 | -15/+64 |
* | support: Add resolver testing mode which does not patch _res | Florian Weimer | 2017-07-05 | 2 | -1/+489 |
* | support: Add support_chroot_create and support_chroot_free | Florian Weimer | 2017-07-05 | 1 | -47/+22 |
* | resolv: Fix resolv_conf _res matching | Florian Weimer | 2017-07-04 | 2 | -5/+50 |
* | resolv: Fix improper assert in __resolv_conf_attach | Florian Weimer | 2017-07-04 | 3 | -8/+99 |
* | resolv: Introduce free list for resolv_conf index slosts | Florian Weimer | 2017-07-03 | 3 | -32/+126 |
* | resolv: Automatically reload a changed /etc/resolv.conf file [BZ #984] | Florian Weimer | 2017-07-03 | 9 | -94/+235 |
* | resolv: Mirror the entire resolver configuration in struct resolv_conf | Florian Weimer | 2017-07-03 | 6 | -116/+536 |
* | resolv: Lift domain search list limits [BZ #19569] [BZ #21475] | Florian Weimer | 2017-07-03 | 6 | -81/+348 |
* | resolv: Introduce struct resolv_conf with extended resolver state | Florian Weimer | 2017-07-03 | 8 | -10/+452 |
* | resolv: Introduce struct resolv_context [BZ #21668] | Florian Weimer | 2017-07-03 | 15 | -291/+810 |
* | resolv: Add preinit tests to resolv/tst-resolv-res_init-skeleton.c | Florian Weimer | 2017-07-03 | 1 | -1/+192 |
* | resolv: Improve debugging output from tst-resolv-res_init | Florian Weimer | 2017-06-30 | 1 | -2/+13 |
* | resolv: Remove source argument fron res_options | Florian Weimer | 2017-06-30 | 1 | -4/+4 |
* | resolv: Remove DEBUG from resolv/res_query.c | Florian Weimer | 2017-06-30 | 1 | -36/+0 |
* | resolv: Reformat resolv/res_data.c to GNU style | Florian Weimer | 2017-06-30 | 1 | -13/+33 |
* | resolv: Move res_query, res_search res_querydomain, hostalias | Florian Weimer | 2017-06-30 | 2 | -81/+56 |
* | resolv: Move res_isourserver, res_send from res_data.c to res_send.c | Florian Weimer | 2017-06-30 | 2 | -16/+15 |
* | resolv: Turn _res_opcodes into a compatibility symbol | Florian Weimer | 2017-06-30 | 1 | -3/+11 |
* | resolv: Move fp_nquery, fp_query, p_query, _res_opcodes | Florian Weimer | 2017-06-30 | 2 | -57/+58 |
* | resolv: Remove unused resolv/res_debug.h header file | Florian Weimer | 2017-06-30 | 2 | -35/+0 |
* | resolv: Remove DEBUG from resolv/res_send.c | Florian Weimer | 2017-06-30 | 1 | -144/+1 |
* | resolv: Move the res_mkquery function to the resolv/mk_query.c file | Florian Weimer | 2017-06-30 | 2 | -21/+21 |
* | resolv: Reformat resolv/res_mkquery.c to GNU style | Florian Weimer | 2017-06-30 | 1 | -144/+140 |
* | resolv: Remove DEBUG macro from resolv/res_mkquery.c | Florian Weimer | 2017-06-30 | 1 | -18/+18 |
* | resolv: Make RES_ROTATE start with a random name server [BZ #19570] | Florian Weimer | 2017-06-30 | 3 | -28/+339 |
* | resolv: Avoid timeouts in test-resolv-res-init, test-resolv-res_init-thread | Florian Weimer | 2017-06-27 | 1 | -0/+78 |
* | resolv: Call _res_hconf_init from __res_vinit | Florian Weimer | 2017-06-27 | 2 | -1/+5 |
* | resolv/tst-resolv-basic: Add test cases for bug 21295 | Florian Weimer | 2017-06-24 | 1 | -0/+16 |
* | inet_pton: Reject IPv6 addresses with many leading zeros [BZ #16637] | Florian Weimer | 2017-06-23 | 2 | -21/+12 |
* | resolv/res_libc.c: Reformat to GNU style | Florian Weimer | 2017-06-23 | 1 | -67/+86 |
* | resolv: Clean up declarations of the __res_initstamp variable | Florian Weimer | 2017-06-23 | 3 | -2/+5 |
* | __inet_pton_length: Implement new internal helper function | Florian Weimer | 2017-06-21 | 5 | -72/+649 |
* | resolv: Use getline for configuration file reading in res_vinit_1 | Florian Weimer | 2017-06-19 | 1 | -24/+43 |
* | resolv: Report allocation errors in __res_vinit | Florian Weimer | 2017-06-19 | 3 | -34/+89 |
* | resolv: Reformat res_vinit and related functions to GNU style | Florian Weimer | 2017-06-19 | 1 | -334/+366 |
* | resolv: Introduce is_sort_mask and call it from res_vinit | Florian Weimer | 2017-06-19 | 1 | -5/+10 |
* | resolv: Remove DEBUG preprocessor conditionals from res_setoptions | Florian Weimer | 2017-06-19 | 1 | -21/+0 |
* | resolv: Move _res deallocation functions to their own file | Florian Weimer | 2017-06-19 | 3 | -56/+138 |
* | resolv: Move res_randomid to its own file | Florian Weimer | 2017-06-19 | 3 | -8/+93 |
* | resolv: Make __res_vinit hidden | Florian Weimer | 2017-06-19 | 2 | -4/+0 |
* | Include shlib-compat.h in many sunrpc/nis source files. | Zack Weinberg | 2017-06-04 | 1 | -3/+2 |
* | resolv: Tests for various versions of res_init | Florian Weimer | 2017-06-02 | 4 | -0/+649 |
* | Remove __need macros from signal.h. | Zack Weinberg | 2017-05-20 | 1 | -2/+1 |
* | Remove __need_list_t and __need_res_state. | Zack Weinberg | 2017-05-20 | 3 | -78/+77 |
* | inet_pton: Reformat in GNU style | Florian Weimer | 2017-05-11 | 1 | -149/+153 |
* | support_format_addrinfo: Fix flags and canonname formatting | Florian Weimer | 2017-05-11 | 1 | -4/+67 |