Gitiles
Code Review
Sign In
review.blissroms.org
/
platform_packages_modules_DnsResolver
/
40ea2ad47b55173fcf4b037f3535b0f65fd4fab6
40ea2ad
Move Stopwatch to libnetdutils
by Mike Yu
· 6 years ago
133f7ab
Move thread_util to libnetdutils
by Mike Yu
· 6 years ago
daa2993
Move ResponseCode to libnetdutils
by Mike Yu
· 6 years ago
0d47042
Modify trivial inline functions.
by chenbruce
· 6 years ago
fbfa1ce
resolv: Use the raw binder pointer address to identify dead binder
by Hungming Chen
· 6 years ago
c6bbbe7
Add log and dump for dnsResolver service
by Luke Huang
· 6 years ago
a4be3c8
Export the list the resolver caches from res_cache
by Bernie Innocenti
· 6 years ago
9f8d8b7
Clean up Netd and libnetd_resolv for resolver related commands
by Luke Huang
· 6 years ago
5bd827c
Use IDnsResolver instead of INetd for all resolver related commands
by Luke Huang
· 6 years ago
7b26b20
Migrate resolver related binder commands to libnetd_resolv binder
by Luke Huang
· 6 years ago
94df31d
Merge "Fix bogus error checking on unique_fd"
by Treehugger Robot
· 6 years ago
a1d7418
Fix asynchronous DNS API flag NO_CACHE_LOOKUP behavior
by Luke Huang
· 6 years ago
97ee109
Fix bogus error checking on unique_fd
by Bernie Innocenti
· 6 years ago
f3cc6e8
[Resolver-log]: Refactor EDNS OPT log print.
by chenbruce
· 6 years ago
a32c8c1
resolv: Register multiple metrics event listeners
by Hungming Chen
· 7 years ago
c507789
Merge "Disable sensitive logs"
by Ken Chen
· 6 years ago
ffc224a
Disable sensitive logs
by Ken Chen
· 6 years ago
4e4a2e0
Add integration test for DNS answer RR with CNAMEs chain
by lifr
· 7 years ago
36796f3
Move resolv_init out and make callbacks of libnetd_resolv global
by Luke Huang
· 6 years ago
067e984
Use unique_ptr in dns_gethtbyaddr()
by waynema
· 6 years ago
0cac8c6
Use unique_ptr in dns_gethtbyname()
by waynema
· 6 years ago
a74195e
Allow changing retry limit and timeout via experiment flags.
by waynema
· 7 years ago
3b8f590
netd: use PLOG where appropriate.
by Elliott Hughes
· 6 years ago
70931aa
Refine asynchronous DNS API flag NO_RETRY behavior
by Luke Huang
· 6 years ago
b0cbe35
Merge "Use unique_ptr in dns_getaddrinfo()"
by Treehugger Robot
· 6 years ago
dd21072
[Resolver] Remove statp->pfcode, which was only used by dig
by chenbruce
· 6 years ago
a1b37f1
Fix hwasan stack buffer overflow in resolver stats
by lifr
· 6 years ago
c50c43d
Use unique_ptr in dns_getaddrinfo()
by Bernie Innocenti
· 6 years ago
3952ccc
resolv: small improvements for debug logging
by Bernie Innocenti
· 6 years ago
253ea33
Merge "Set rcode correctly for caching hit"
by Luke Huang
· 6 years ago
403c044
Add a binder service endpoint in libnetd_resolv
by Luke Huang
· 6 years ago
83c9b4b
Set rcode correctly for caching hit
by Luke Huang
· 6 years ago
35bfddf
Merge changes from topic "nat64"
by Lorenzo Colitti
· 6 years ago
acb832c
[Resolver-log] Replacing unused debuging functions by LOG(x).
by chenbruce
· 6 years ago
64b4ff0
Merge "Enable logcat logging in libnetd_resolv"
by Bernie Innocenti
· 6 years ago
d39345c
Add binder calls to start and stop NAT64 prefix discovery.
by Lorenzo Colitti
· 6 years ago
0cfe9dc
Cleanup: eliminate ai0 backup/restore logic
by Bernie Innocenti
· 6 years ago
4c5f9a7
Merge "Cleanup: simplify iteration over explore_options in getaddrinfo"
by Treehugger Robot
· 6 years ago
b567565
Enable logcat logging in libnetd_resolv
by Bernie Innocenti
· 6 years ago
463a365
Merge "Cleanup: eliminate pointer in getaddrinfo's main loop"
by Treehugger Robot
· 6 years ago
758005f
Rename struct __res_params to res_params
by Bernie Innocenti
· 6 years ago
553b117
Check if 'cache' is a valid pointer before dereference it
by Ken Chen
· 6 years ago
b0b32bc
Cleanup: simplify iteration over explore_options in getaddrinfo
by Bernie Innocenti
· 6 years ago
2b1afbe
Cleanup: eliminate pointer in getaddrinfo's main loop
by Bernie Innocenti
· 6 years ago
6d2c892
Improve the way to get binder service in ResolverEventReporter
by Mike Yu
· 6 years ago
303b0df
Make PrivateDnsConfiguration report event to binder directly
by Mike Yu
· 7 years ago
0161acd
Add RESOLVER_PARAMS_RETRY_COUNT for configuring the retries.
by waynema
· 6 years ago
ab9762b
Merge "Replace res_randomid with arc4random_uniform"
by Luke Huang
· 6 years ago
e075646
Merge "Allow NetworkStack permissions in netd"
by Remi NGUYEN VAN
· 6 years ago
62176fd
Fix DnsTlsSocket fast shutdown path
by Ben Schwartz
· 7 years ago
10e0b71
Allow NetworkStack permissions in netd
by Remi NGUYEN VAN
· 6 years ago
dda920f
Replace res_randomid with arc4random_uniform
by Luke Huang
· 6 years ago
29efcd1
Cleanup the libnetd_resolv exports
by Bernie Innocenti
· 6 years ago
9a4e6dd
Merge "Improve resolver cache lock and thread synchronization"
by Ken Chen
· 6 years ago
92bed61
Improve resolver cache lock and thread synchronization
by Ken Chen
· 7 years ago
4da2b8a
Merge "Make all the DnsTls headers private to libnetd_resolv"
by Bernie Innocenti
· 6 years ago
09b7102
Abstract the general dns name server setup to avoid duplicated work.
by Xiao Ma
· 7 years ago
ef48c32
Merge "Enable more clang-tidy checks and treat them as errors"
by Treehugger Robot
· 6 years ago
ec4219b
Make all the DnsTls headers private to libnetd_resolv
by Bernie Innocenti
· 7 years ago
6e4f38a
Enable more clang-tidy checks and treat them as errors
by Bernie Innocenti
· 6 years ago
53587c2
Delete redundant warning flags on libnetd_test_dnsresponder
by Bernie Innocenti
· 6 years ago
104416b
Merge "Avoid multiple inheritance in ResolverTest"
by Bernie Innocenti
· 6 years ago
a5c7b7b
Avoid multiple inheritance in ResolverTest
by Bernie Innocenti
· 7 years ago
9339022
Fix out of bounds read in dumpsys
by Bernie Innocenti
· 7 years ago
0a01553
Fix potential bugs that may cause resolver to retry endlessly
by Ken Chen
· 7 years ago
981ee9a
Merge "Replace scary buffer handling in addalias() with std::vector"
by Frank Li
· 7 years ago
19108d5
Move DnsProxyListener to libnetd_resolv
by Mike Yu
· 7 years ago
be7dfbf
Replace scary buffer handling in addalias() with std::vector
by lifr
· 7 years ago
917c592
Merge "Add support for getting binder via stable runtime ABI"
by Mike Yu
· 7 years ago
d5e6406
Merge "Remove DNS event reporting level"
by Bernie Innocenti
· 7 years ago
8187f12
Merge "Copy queries synchronously in DnsTlsSocket"
by Treehugger Robot
· 7 years ago
2fef2b8
Remove DNS event reporting level
by Bernie Innocenti
· 7 years ago
39cc689
Add support for getting binder via stable runtime ABI
by Mike Yu
· 7 years ago
2187abe
Copy queries synchronously in DnsTlsSocket
by Ben Schwartz
· 7 years ago
ba7bef9
Implementation of control flags in asynchronous DNS query API
by Luke Huang
· 7 years ago
9c2c06f
resolv: delete unused RES_F_* flags
by Bernie Innocenti
· 7 years ago
9676a3a
Remove h_errno container from struct getnamaddr
by Hungming Chen
· 7 years ago
947aab0
Expose DNS response code to netd
by Hungming Chen
· 7 years ago
93d0afd
Remove thread-local variable h_errno in resolver state
by Hungming Chen
· 7 years ago
6c84a3d
Remove thread-local variable h_errno in gethostby{name, addr} related APIs
by Hungming Chen
· 7 years ago
598202c
Unify DNS error code for android_gethostbyaddrfornetcontext
by Hungming Chen
· 7 years ago
dd4bfb9
Remove thread-local variable h_errno in getaddrinfo related APIs
by Hungming Chen
· 7 years ago
0fcc280
Merge "Revert "Add TEST_MAPPING to system/netd""
by Treehugger Robot
· 7 years ago
8b7adae
Revert "Add TEST_MAPPING to system/netd"
by Simran Basi
· 7 years ago
7abfa17
Merge "Add TEST_MAPPING to system/netd"
by Bernie Innocenti
· 7 years ago
20581cd
Add TEST_MAPPING to system/netd
by Bernie Innocenti
· 7 years ago
5531e30
Add control flags in asynchronous DNS query API
by Luke Huang
· 7 years ago
b102dd2
Enable -Wsign-compare for netd and fix warnings
by Bernie Innocenti
· 7 years ago
16bb091
Merge "Remove another log line in DNSResponder."
by Treehugger Robot
· 7 years ago
8825023
Remove another log line in DNSResponder.
by Lorenzo Colitti
· 7 years ago
c1ea74f
Merge changes Ie0c919b3,I4e462e0c,I7d0d0ec3
by Lorenzo Colitti
· 7 years ago
3d6402a
Put verbose DNSResponder logging behind an #if 0.
by Lorenzo Colitti
· 7 years ago
6990632
Delete dead code for explicitly flushing the resolver cache.
by Bernie Innocenti
· 7 years ago
e5abb94
Merge "Make resolv_unit_test hermetic."
by Lorenzo Colitti
· 7 years ago
fc40d1b
Merge changes from topic "resolv_dlopen"
by Lorenzo Colitti
· 7 years ago
dae6667
Make resolv_unit_test hermetic.
by Lorenzo Colitti
· 7 years ago
3ad3cf2
Merge "Fix flaky test case, Async_EmptyAnswer"
by Luke Huang
· 7 years ago
8505af4
Make the resolver unit test statically link the resolver library.
by Lorenzo Colitti
· 7 years ago
84485a4
Use dlopen() and dlsym() for resolver functions
by Lorenzo Colitti
· 7 years ago
9c264bb
Fix flaky test case, Async_EmptyAnswer
by Luke Huang
· 7 years ago
Next »