index
:
packages_modules_DnsResolver.git
master
r11.0
r11.1
r11.1-backup-1-16-21
s12.0
s12.1
t13.0
u14.0
v15.0
w16.0
packages_modules_DnsResolver
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
res_cache.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Take metered information from setResolverConfiguration
Ken Chen
2023-11-01
1
-1
/
+12
*
Merge "Accommodate a change in the type of std::span's size" into main
Maciej Żenczykowski
2023-09-26
1
-3
/
+3
|
\
|
*
Accommodate a change in the type of std::span's size
Ryan Prichard
2023-09-21
1
-3
/
+3
*
|
Add a function to query enforceDnsUid setting
Ken Chen
2023-09-21
1
-1
/
+9
|
/
*
Change MAX_ENTRIES_LOWER_BOUND from 0 to 1
Ken Chen
2023-07-10
1
-1
/
+1
*
Allow setting values lower than MAX_ENTRIES_DEFAULT in max_cache_entries
Ken Chen
2023-06-13
1
-1
/
+2
*
[Code Health] Fix misc-const-correctness build warning
Ken Chen
2023-03-27
1
-1
/
+1
*
[Code Health] Reduce nesting
Ken Chen
2023-03-22
1
-24
/
+23
*
Revert "Add debug trace for MdnsIPv6LinkLocalWithDefaultRoute"
Ken Chen
2022-10-19
1
-6
/
+1
*
Add debug trace for MdnsIPv6LinkLocalWithDefaultRoute
Ken Chen
2022-09-27
1
-1
/
+6
*
Add experiment flag 'max_cache_entries'
Ken Chen
2022-08-11
1
-7
/
+35
*
Add more error log in resolv_stats_set_addrs
Mike Yu
2022-07-25
1
-23
/
+7
*
Address comment from aosp/2138392.
Wayne Ma
2022-07-05
1
-3
/
+3
*
Add retry_count and retransmission_time_interval to Experiment class.
Wayne Ma
2022-07-01
1
-12
/
+14
*
Add more traces in error cases
Ken Chen
2022-06-27
1
-1
/
+4
*
Enable some DNS logs in userdebug build
Ken Chen
2022-05-04
1
-13
/
+13
*
Remove unicast-response bit from .local resolution
Ken Chen
2022-04-08
1
-3
/
+1
*
Exclude VPN and mobile data from .local resolution
Ken Chen
2022-03-04
1
-0
/
+16
*
Merge "Replace manual buffer handling with std::span"
Bruce Chen
2021-09-03
1
-24
/
+23
|
\
|
*
Replace manual buffer handling with std::span
chenbruce
2021-08-31
1
-24
/
+23
*
|
Merge "Replace StringAppendF() with fmt::format_to"
Treehugger Robot
2021-08-27
1
-5
/
+2
|
\
\
|
|
/
|
/
|
|
*
Replace StringAppendF() with fmt::format_to
chenbruce
2021-08-23
1
-5
/
+2
*
|
Subsampling DNS event for mDNS
chenbruce
2021-08-25
1
-13
/
+21
|
/
*
Replace StringPrintf() with fmt::format()
chenbruce
2021-08-20
1
-7
/
+5
*
use std::span for res_pquery
chenbruce
2021-08-18
1
-2
/
+2
*
Implement a new IPC setResolverOptions in DnsResolver
Luke Huang
2021-08-06
1
-17
/
+25
*
Make resolverOptions optional in DnsResolver.
Lorenzo Colitti
2021-08-06
1
-12
/
+17
*
Set UNICAST-RESPONSE bit for mDNS
chenbruce
2021-07-12
1
-1
/
+3
*
Add Mdns statistics log
chenbruce
2021-07-02
1
-7
/
+30
*
Rename definitions and funtions of stats.
chenbruce
2021-06-29
1
-3
/
+3
*
Revert "Support evaluating private DNS by latency"
Mike Yu
2021-06-13
1
-12
/
+0
*
Support evaluating private DNS by latency
Mike Yu
2021-06-05
1
-0
/
+12
*
Update the default sampling flag of DNS resolver metrics events
lifr
2021-04-21
1
-1
/
+1
*
Move definitions of HostMapping next to its one and only reference
Bernie Innocenti
2020-12-03
1
-0
/
+4
*
DnsResolver: Support case-insensitive domain name hash
Pabba Prakash
2020-09-07
1
-10
/
+25
*
Support prioritizing DNS servers
Mike Yu
2020-07-14
1
-1
/
+6
*
Add a resolver option to enforce AID_DNS on query
Ken Chen
2020-06-20
1
-0
/
+3
*
Fix the side channel attack by using aysnc DnsResolver API with FLAG_NO_CACHE...
Luke Huang
2020-05-28
1
-6
/
+4
*
Add Experiments to handle experiment flags logic
Luke Huang
2020-04-23
1
-1
/
+0
*
Add a new NetworkType to resolver
chenbruce
2020-04-16
1
-2
/
+15
*
Rename ResolverExperimentalOptions to ResolverOptions
Ken Chen
2020-04-07
1
-10
/
+9
*
Refine AIDL constant definition for TC_MODE_*
Luke Huang
2020-04-06
1
-2
/
+3
*
Add transport types to a given network
chenbruce
2020-04-01
1
-17
/
+94
*
Remove nscount in ResState and NetConfig
Mike Yu
2020-02-20
1
-35
/
+23
*
Retrieve the res_stats based on a given list of nameserver addresses
Mike Yu
2020-02-20
1
-6
/
+23
*
Refactor ResState to store nameserver addresses by IPSockAddr
Mike Yu
2020-02-20
1
-19
/
+6
*
Fix async DNS flag NO_CACHE_STORE doesn't work as expected
Luke Huang
2020-02-11
1
-1
/
+1
*
Delete dead code in res_comp.cpp and misc cleanups
Bernie Innocenti
2020-01-24
1
-0
/
+1
*
Merge "Fix harmless cache key bug in res_cache"
Treehugger Robot
2020-01-23
1
-0
/
+1
|
\
|
*
Fix harmless cache key bug in res_cache
Bernie Innocenti
2020-01-22
1
-0
/
+1
[next]