aboutsummaryrefslogtreecommitdiff
path: root/res_cache.cpp
Commit message (Expand)AuthorAgeFilesLines
* Take metered information from setResolverConfigurationKen Chen2023-11-011-1/+12
* Merge "Accommodate a change in the type of std::span's size" into mainMaciej Żenczykowski2023-09-261-3/+3
|\
| * Accommodate a change in the type of std::span's sizeRyan Prichard2023-09-211-3/+3
* | Add a function to query enforceDnsUid settingKen Chen2023-09-211-1/+9
|/
* Change MAX_ENTRIES_LOWER_BOUND from 0 to 1Ken Chen2023-07-101-1/+1
* Allow setting values lower than MAX_ENTRIES_DEFAULT in max_cache_entriesKen Chen2023-06-131-1/+2
* [Code Health] Fix misc-const-correctness build warningKen Chen2023-03-271-1/+1
* [Code Health] Reduce nestingKen Chen2023-03-221-24/+23
* Revert "Add debug trace for MdnsIPv6LinkLocalWithDefaultRoute"Ken Chen2022-10-191-6/+1
* Add debug trace for MdnsIPv6LinkLocalWithDefaultRouteKen Chen2022-09-271-1/+6
* Add experiment flag 'max_cache_entries'Ken Chen2022-08-111-7/+35
* Add more error log in resolv_stats_set_addrsMike Yu2022-07-251-23/+7
* Address comment from aosp/2138392.Wayne Ma2022-07-051-3/+3
* Add retry_count and retransmission_time_interval to Experiment class.Wayne Ma2022-07-011-12/+14
* Add more traces in error casesKen Chen2022-06-271-1/+4
* Enable some DNS logs in userdebug buildKen Chen2022-05-041-13/+13
* Remove unicast-response bit from .local resolutionKen Chen2022-04-081-3/+1
* Exclude VPN and mobile data from .local resolutionKen Chen2022-03-041-0/+16
* Merge "Replace manual buffer handling with std::span"Bruce Chen2021-09-031-24/+23
|\
| * Replace manual buffer handling with std::spanchenbruce2021-08-311-24/+23
* | Merge "Replace StringAppendF() with fmt::format_to"Treehugger Robot2021-08-271-5/+2
|\ \ | |/ |/|
| * Replace StringAppendF() with fmt::format_tochenbruce2021-08-231-5/+2
* | Subsampling DNS event for mDNSchenbruce2021-08-251-13/+21
|/
* Replace StringPrintf() with fmt::format()chenbruce2021-08-201-7/+5
* use std::span for res_pquerychenbruce2021-08-181-2/+2
* Implement a new IPC setResolverOptions in DnsResolverLuke Huang2021-08-061-17/+25
* Make resolverOptions optional in DnsResolver.Lorenzo Colitti2021-08-061-12/+17
* Set UNICAST-RESPONSE bit for mDNSchenbruce2021-07-121-1/+3
* Add Mdns statistics logchenbruce2021-07-021-7/+30
* Rename definitions and funtions of stats.chenbruce2021-06-291-3/+3
* Revert "Support evaluating private DNS by latency"Mike Yu2021-06-131-12/+0
* Support evaluating private DNS by latencyMike Yu2021-06-051-0/+12
* Update the default sampling flag of DNS resolver metrics eventslifr2021-04-211-1/+1
* Move definitions of HostMapping next to its one and only referenceBernie Innocenti2020-12-031-0/+4
* DnsResolver: Support case-insensitive domain name hashPabba Prakash2020-09-071-10/+25
* Support prioritizing DNS serversMike Yu2020-07-141-1/+6
* Add a resolver option to enforce AID_DNS on queryKen Chen2020-06-201-0/+3
* Fix the side channel attack by using aysnc DnsResolver API with FLAG_NO_CACHE...Luke Huang2020-05-281-6/+4
* Add Experiments to handle experiment flags logicLuke Huang2020-04-231-1/+0
* Add a new NetworkType to resolverchenbruce2020-04-161-2/+15
* Rename ResolverExperimentalOptions to ResolverOptionsKen Chen2020-04-071-10/+9
* Refine AIDL constant definition for TC_MODE_*Luke Huang2020-04-061-2/+3
* Add transport types to a given networkchenbruce2020-04-011-17/+94
* Remove nscount in ResState and NetConfigMike Yu2020-02-201-35/+23
* Retrieve the res_stats based on a given list of nameserver addressesMike Yu2020-02-201-6/+23
* Refactor ResState to store nameserver addresses by IPSockAddrMike Yu2020-02-201-19/+6
* Fix async DNS flag NO_CACHE_STORE doesn't work as expectedLuke Huang2020-02-111-1/+1
* Delete dead code in res_comp.cpp and misc cleanupsBernie Innocenti2020-01-241-0/+1
* Merge "Fix harmless cache key bug in res_cache"Treehugger Robot2020-01-231-0/+1
|\
| * Fix harmless cache key bug in res_cacheBernie Innocenti2020-01-221-0/+1