aboutsummaryrefslogtreecommitdiff
path: root/ResolverController.cpp
Commit message (Expand)AuthorAgeFilesLines
* Replace android::sp by std::shared_ptr and drop the libutils dependencyKen Chen2023-12-141-1/+1
* Take metered information from setResolverConfiguration am: 69390aa5cfKen Chen2023-11-011-1/+2
|\
| * Take metered information from setResolverConfigurationKen Chen2023-11-011-1/+2
* | [Code Health] Move 'using' out of functions am: 592e8227b2 am: eaa76e6252Ken Chen2023-09-111-5/+2
|\|
| * [Code Health] Move 'using' out of functionsKen Chen2023-09-111-5/+2
* | [Code Health] Delete unused code. am: aa510cee9a am: ebbb941116Ken Chen2023-09-111-2/+0
|\|
| * [Code Health] Delete unused code.Ken Chen2023-09-081-2/+0
* | Fix use-after-free in DNS64 discovery threadKen Chen2023-08-091-7/+7
|/
* Change the type of wait_for_pending_req_timeout_count from vector to intMike Yu2022-10-131-10/+7
* Send metrics NetworkDnsServerSupportReported to statsdMike Yu2022-08-291-2/+12
* Change setDoh and clearDoh to private methodMike Yu2022-07-251-15/+0
* Refactor DnsResponderClient::GetResolverInfoMike Yu2022-07-181-1/+2
* Exclude VPN and mobile data from .local resolutionKen Chen2022-03-041-4/+6
* Remove redundant "using" statementsYi Kong2022-02-181-2/+0
* Update language to comply with Android's inclusive language guidanceNucca Chen2022-01-111-1/+1
* Skip res_doh_send() if there is no validated DoH serversMike Yu2022-01-041-4/+4
* Remove default log tagMike Yu2021-10-211-1/+1
* Cleanup DoH statistics when DoH is not supported in the private DNS mode.waynema2021-10-011-13/+4
* DoH statistics is now available from DnsStats and is shown in dumpsys dnsreso...waynema2021-09-281-13/+22
* Subsampling DNS event for mDNSchenbruce2021-08-251-1/+3
* Remove the confusing log in getPrefix64Mike Yu2021-08-171-2/+0
* Link Rust DoH into DnsResolver with default offLuke Huang2021-07-141-3/+14
* Add Mdns statistics logchenbruce2021-07-021-1/+10
* Revert "Support evaluating private DNS by latency"Mike Yu2021-06-131-7/+2
* Clean up DnsTlsDispatcher when a network is disconnectedMike Yu2021-06-081-0/+4
* Support evaluating private DNS by latencyMike Yu2021-06-051-2/+7
* ResolverController - log NAT64 prefix in standard formatMaciej Żenczykowski2021-02-261-2/+2
* ResolverController - fix NAT64 prefix logging a 'char' instead of an int.Maciej Żenczykowski2021-02-241-2/+2
* [DRUEL04] Implement unsolicited NAT64 prefix eventpaulhu2021-01-181-3/+21
* Logging private DNS validation stateMike Yu2020-12-221-30/+0
* Extend DnsTlsServer to return IP stringMike Yu2020-11-271-14/+5
* Remove validation threads tracking in PrivateDnsConfigurationMike Yu2020-11-271-0/+2
* Decouple PrivateDnsConfiguration from resolv_cache.hMike Yu2020-11-181-0/+8
* Clean up gPrivateDnsConfigurationMike Yu2020-08-031-6/+6
* Drop the dependency of FwmarkMike Yu2020-05-211-9/+9
* Rename ResolverExperimentalOptions to ResolverOptionsKen Chen2020-04-071-3/+3
* Merge "Add transport types to a given network"Bruce Chen2020-04-031-5/+4
|\
| * Add transport types to a given networkchenbruce2020-04-011-5/+4
* | Change logging level from ERROR to INFO for no DNS64 prefixHungming Chen2020-03-271-1/+1
|/
* Support alternative handling on truncated DNS responseKen Chen2020-01-221-1/+3
* Customized hostname/address table for DNS querychenbruce2020-01-081-1/+1
* Merge "Move private headers out of /include folder"Ken Chen2019-11-211-1/+1
|\
| * Move private headers out of /include folderKen Chen2019-11-201-1/+1
* | Add an API to flush cache on designated networkKen Chen2019-11-211-0/+5
* | Change to use experiment flags to configure private DNS connect timeoutMike Yu2019-11-151-3/+3
|/
* Modularize resolver statisticsMike Yu2019-10-211-0/+1
* Make private DNS connect timeout configurableMike Yu2019-10-091-3/+3
* Fix setResolverConfiguration to return negative error codeMike Yu2019-10-051-2/+2
* Resolv: Enable clang-tidy and fix all warningschenbruce2019-09-061-2/+1
* Remove ExternalPrivateDnsStatusMike Yu2019-08-211-15/+10