Brad House

Results 249 comments of Brad House

might be useful to define the known values for the TLSA records like we do in c-ares with ares_tlsa_match_t, ares_tlsa_selector_t, and ares_tlsa_usage_t

Sure, it would be easy enough. Except we'd want to read in `/etc/services` on platforms that support it, then provide some sort of fallback. Even windows has that file in...

Heh, I would agree that statically linking glibc itself is a bit strange. Its often better to dynamically link against an older version of glibc (e.g. use an old distro...

@gjasny I guess this is the right ticket about missing cmake files in the debian packaging.

not sure if debian would backport a change to include those files into stable, I see where its mentioned debian sid apparently corrects this issue.

Sure, I could see using rise/fall logic. I'd think in ares_init.c server_sort_cb() would need to be modified for this. Then in ares_process.c server_set_good() ... and of course configuration tweaks and...

doubt this is actually a regression since c-ares used to never do any sort of localhost special casing and would just forward upstream if not found in hosts. The only...

Do you think there is any advantage to the gradle methodology for what we're attempting? If there is, such as maybe the possibility for better integration to be able to...

I just looked at react native and see you're right, API level 23 is their minimum as well. I just changed the current CI workflow to use that.