aboutsummaryrefslogtreecommitdiff
path: root/PrivateDnsConfiguration.cpp
AgeCommit message (Expand)Author
2021-07-14Link Rust DoH into DnsResolver with default offandroid-s-beta-4android-s-beta-3android-s-beta-4Luke Huang
2021-06-13Revert "Support evaluating private DNS by latency"Mike Yu
2021-06-11Revert "Set maximum attempt for opportunistic mode private DNS validation"Mike Yu
2021-06-05Set maximum attempt for opportunistic mode private DNS validationMike Yu
2021-06-05Support evaluating private DNS by latencyMike Yu
2021-05-25Add one more Revalidation unit testMike Yu
2021-05-13Apply IPrivateDnsServer to PrivateDnsConfigurationandroid-s-beta-2android-s-beta-1Mike Yu
2021-05-13Introduce IPrivateDnsServerMike Yu
2021-05-13Change most of PrivateDnsConfiguration methods to use ServerIdentityMike Yu
2021-05-05Remove dead code in PrivateDnsConfigurationMike Yu
2021-05-05Change ServerIdentity to store IPSockAddr instead of IPAddressMike Yu
2021-04-26Implement DoT revalidationMike Yu
2021-01-14[DRUEL03] Implement unsolicited private DNS validation eventpaulhu
2020-12-22Logging private DNS validation stateMike Yu
2020-12-15Add PrivateDnsCommon.h and PrivateDnsValidationObserver.hMike Yu
2020-12-15Some cleaup in PrivateDnsConfiguration::startValidationMike Yu
2020-12-15Support sending validation request to PrivateDnsConfigurationMike Yu
2020-11-27Extend DnsTlsServer to return IP stringMike Yu
2020-11-27Remove validation threads tracking in PrivateDnsConfigurationMike Yu
2020-11-27Extend DnsTlsServer to store validation stateMike Yu
2020-11-26Add updateServerState method to PrivateDnsConfigurationMike Yu
2020-11-18Add PrivateDnsConfigurationTestMike Yu
2020-11-18Decouple PrivateDnsConfiguration from resolv_cache.hMike Yu
2020-09-26Move connectTimeout to DnsTlsSocketMike Yu
2020-08-03Clean up gPrivateDnsConfigurationMike Yu
2020-05-21Don't use Fwmark to rename threadsMike Yu
2020-03-18Add tests to cover repeated setResolverConfigurationMike Yu
2019-11-15Add getExperimentFlagInt to utilityMike Yu
2019-11-15Change to use experiment flags to configure private DNS connect timeoutMike Yu
2019-10-31Add private DNS validation thread trackerZhang Wei-e7976c
2019-10-21Modularize resolver statisticsMike Yu
2019-10-14Merge "Make private DNS connect timeout configurable"Mike Yu
2019-10-11[DnsResolver] fix -Wreorder-init-listNick Desaulniers
2019-10-09Make private DNS connect timeout configurableMike Yu
2019-08-21Remove ExternalPrivateDnsStatusMike Yu
2019-08-13Set the name for resolver threadsMike Yu
2019-08-08Remove support for DNS-over-TLS certificate fingerprints.waynema
2019-06-12Finish removing ALOG() from system/netd/resolv/chenbruce
2019-05-20resolv: remove resolv_delete_private_dns_for_netMike Yu
2019-05-20resolv: remove resolv_set_private_dns_for_netMike Yu
2019-05-20Move ExternalPrivateDnsStatus away from libnetd_resolv's public headersBernie Innocenti
2019-04-15Unify log tag of DNS resolverKen Chen
2019-03-22resolv: Register multiple metrics event listenersHungming Chen
2019-02-20Make PrivateDnsConfiguration report event to binder directlyMike Yu
2019-02-01Make all the DnsTls headers private to libnetd_resolvBernie Innocenti
2019-01-30Fix out of bounds read in dumpsysBernie Innocenti
2019-01-08Enable -Wsign-compare for netd and fix warningsBernie Innocenti
2018-11-28Add the tests for ResolverStatsMike Yu
2018-11-20Fix stack overflow with more than 4 DNS servers & TLSBernie Innocenti
2018-11-19fix stack-use-after-scope in netdKen Chen