aboutsummaryrefslogtreecommitdiff
path: root/res_cache.cpp
AgeCommit message (Expand)Author
2023-11-01Take metered information from setResolverConfigurationKen Chen
2023-09-26Merge "Accommodate a change in the type of std::span's size" into mainMaciej Żenczykowski
2023-09-21Accommodate a change in the type of std::span's sizeRyan Prichard
2023-09-21Add a function to query enforceDnsUid settingKen Chen
2023-07-10Change MAX_ENTRIES_LOWER_BOUND from 0 to 1Ken Chen
2023-06-13Allow setting values lower than MAX_ENTRIES_DEFAULT in max_cache_entriesKen Chen
2023-03-27[Code Health] Fix misc-const-correctness build warningKen Chen
2023-03-22[Code Health] Reduce nestingKen Chen
2022-10-19Revert "Add debug trace for MdnsIPv6LinkLocalWithDefaultRoute"Ken Chen
2022-09-27Add debug trace for MdnsIPv6LinkLocalWithDefaultRouteKen Chen
2022-08-11Add experiment flag 'max_cache_entries'Ken Chen
2022-07-25Add more error log in resolv_stats_set_addrsMike Yu
2022-07-05Address comment from aosp/2138392.Wayne Ma
2022-07-01Add retry_count and retransmission_time_interval to Experiment class.Wayne Ma
2022-06-27Add more traces in error casesKen Chen
2022-05-04Enable some DNS logs in userdebug buildKen Chen
2022-04-08Remove unicast-response bit from .local resolutionKen Chen
2022-03-04Exclude VPN and mobile data from .local resolutionKen Chen
2021-09-03Merge "Replace manual buffer handling with std::span"android-s-beta-5android-s-beta-5Bruce Chen
2021-08-31Replace manual buffer handling with std::spanchenbruce
2021-08-27Merge "Replace StringAppendF() with fmt::format_to"Treehugger Robot
2021-08-25Subsampling DNS event for mDNSchenbruce
2021-08-23Replace StringAppendF() with fmt::format_tochenbruce
2021-08-20Replace StringPrintf() with fmt::format()chenbruce
2021-08-18use std::span for res_pquerychenbruce
2021-08-06Implement a new IPC setResolverOptions in DnsResolverLuke Huang
2021-08-06Make resolverOptions optional in DnsResolver.Lorenzo Colitti
2021-07-12Set UNICAST-RESPONSE bit for mDNSchenbruce
2021-07-02Add Mdns statistics logchenbruce
2021-06-29Rename definitions and funtions of stats.chenbruce
2021-06-13Revert "Support evaluating private DNS by latency"Mike Yu
2021-06-05Support evaluating private DNS by latencyMike Yu
2021-04-21Update the default sampling flag of DNS resolver metrics eventslifr
2020-12-03Move definitions of HostMapping next to its one and only referenceBernie Innocenti
2020-09-07DnsResolver: Support case-insensitive domain name hashPabba Prakash
2020-07-14Support prioritizing DNS serversandroid-r-beta-3android-r-beta-2Mike Yu
2020-06-20Add a resolver option to enforce AID_DNS on queryKen Chen
2020-05-28Fix the side channel attack by using aysnc DnsResolver API with FLAG_NO_CACHE...Luke Huang
2020-04-23Add Experiments to handle experiment flags logicLuke Huang
2020-04-16Add a new NetworkType to resolverchenbruce
2020-04-07Rename ResolverExperimentalOptions to ResolverOptionsKen Chen
2020-04-06Refine AIDL constant definition for TC_MODE_*Luke Huang
2020-04-01Add transport types to a given networkchenbruce
2020-02-20Remove nscount in ResState and NetConfigMike Yu
2020-02-20Retrieve the res_stats based on a given list of nameserver addressesMike Yu
2020-02-20Refactor ResState to store nameserver addresses by IPSockAddrMike Yu
2020-02-11Fix async DNS flag NO_CACHE_STORE doesn't work as expectedLuke Huang
2020-01-24Delete dead code in res_comp.cpp and misc cleanupsBernie Innocenti
2020-01-23Merge "Fix harmless cache key bug in res_cache"Treehugger Robot
2020-01-22Support alternative handling on truncated DNS responseKen Chen