1. e930259 Rename resolver_test.cpp to resolv_integration_test.cpp for consistency by waynema · 5 years ago[Renamed from resolver_test.cpp]
  2. 724f77d Let resolv_integration_test listen to onPrivateDnsValidationEvent by Mike Yu · 5 years ago
  3. 0e73c2e Remove support for DNS-over-TLS certificate fingerprints. by waynema · 5 years ago
  4. 0c7c5fb Merge "resolv_unit_test: Use resolv_test_utils" by Treehugger Robot · 5 years ago
  5. b43ec75 Move resolv/dns_responder code to resolv/tests/ by chenbruce · 5 years ago
  6. 3264747 resolv_unit_test: Use resolv_test_utils by Hungming Chen · 5 years ago
  7. 2dac438 Use std::vector to store domains of nameservers and minor change by Luke Huang · 5 years ago
  8. 93e602d Merge "Fix error code of resolv_getaddrinfo and cleanup for libnetd_resolv_test" by Luke Huang · 5 years ago
  9. d8ac475 Fix error code of resolv_getaddrinfo and cleanup for libnetd_resolv_test by Luke Huang · 5 years ago
  10. eb9aeec Fix ResolverTest.BlockDnsQueryWithUidRule. by Lorenzo Colitti · 5 years ago
  11. 2c11878 fchown DNS lookup sockets to UID of the app that sent the DNS lookup. by Sehee Park · 5 years ago
  12. 0a8b4aa Fix typo in a few license files. by Lorenzo Colitti · 5 years ago
  13. 9e6185a resolv: Add classless reverse delegation tests for get{hostbyaddr,nameinfo} by Hungming Chen · 5 years ago
  14. 018fdb2 Dead code removal - Remove res_setoptions() by chenbruce · 5 years ago
  15. 579ddc7 Move SHA256_SIZE define to libnetdutils and stop including netd header by Luke Huang · 5 years ago
  16. 9d2d25b Move ScopedAddrinfo to libnetdutils by Luke Huang · 5 years ago
  17. ba7e249 Merge "Finish removing ALOG() from system/netd/resolv/" by Bruce Chen · 5 years ago
  18. d41aae3 Merge "resolver_test: Subscribe to death notification of service IDnsResolver" by Nucca Chen · 5 years ago
  19. aff8584 Finish removing ALOG() from system/netd/resolv/ by chenbruce · 5 years ago
  20. 5bf0977 resolver_test: Subscribe to death notification of service IDnsResolver by Hungming Chen · 6 years ago
  21. 0f20cdd Fix flaky test ResolverTest.BrokenEdns by Mike Yu · 5 years ago
  22. e8f970c resolv_integration_test: Retrieve NAT64 prefix through DNS event listener by Hungming Chen · 6 years ago
  23. 41b82c4 Include NetdClient.h where needed (and only there) by Bernie Innocenti · 5 years ago
  24. 8b3ec79 Merge "Remove unused deps on liblogwrap" by Bernie Innocenti · 5 years ago
  25. 51b329b Remove unused deps on liblogwrap by Bernie Innocenti · 5 years ago
  26. c6ac1ad Merge changes I1519e541,I43555fe7 by Luke Huang · 5 years ago
  27. 68bf6a0 Merge "resolv: improve the tests TlsBypass and BrokenEdns" by Mike Yu · 5 years ago
  28. dd4ac2d resolv: improve the tests TlsBypass and BrokenEdns by Mike Yu · 5 years ago
  29. fde8248 Separate GetAddrInfoStressTest* from resolv_integration_test to resolv_stress_test by Luke Huang · 5 years ago
  30. 483cf33 Reduce test time of ResolverTest#GetAddrInfoV6_nonresponsive by Luke Huang · 5 years ago
  31. 0ed7128 Merge "Make getdnsnetid returning app_netId instead of dns_netId and fix nits" by Luke Huang · 5 years ago
  32. 764a072 Merge "resolv: drop polling timeout setting in DNSResponder" by Mike Yu · 5 years ago
  33. 0d592bc Make getdnsnetid returning app_netId instead of dns_netId and fix nits by Luke Huang · 5 years ago
  34. 9807e6b Add getDnsNetId cmd in DnsProxyListener by Luke Huang · 5 years ago
  35. 383855b Fix the flaky test MaxServerPrune_Binder by Mike Yu · 6 years ago
  36. fc125e4 resolv: drop polling timeout setting in DNSResponder by Mike Yu · 5 years ago
  37. 7194979 resolv: speed up the termination of loop thread in testing DNS and TLS servers by Mike Yu · 5 years ago
  38. f14e1a9 Add the test for nat64 prefix discovery bypass tls by Mike Yu · 5 years ago
  39. 40f5f49 Fix wrong behavior of async DNS API with flags by Luke Huang · 5 years ago
  40. 5b24e21 [Resolver-log]: Some modifications for debug logging by chenbruce · 6 years ago
  41. 0c067e4 Use the UnorderedElementsAreArray matcher in resolv_integration_test.cpp by Bernie Innocenti · 6 years ago
  42. 5bd827c Use IDnsResolver instead of INetd for all resolver related commands by Luke Huang · 6 years ago
  43. a1d7418 Fix asynchronous DNS API flag NO_CACHE_LOOKUP behavior by Luke Huang · 6 years ago
  44. 4e4a2e0 Add integration test for DNS answer RR with CNAMEs chain by lifr · 6 years ago
  45. 70931aa Refine asynchronous DNS API flag NO_RETRY behavior by Luke Huang · 6 years ago
  46. 3952ccc resolv: small improvements for debug logging by Bernie Innocenti · 6 years ago
  47. d39345c Add binder calls to start and stop NAT64 prefix discovery. by Lorenzo Colitti · 6 years ago
  48. 758005f Rename struct __res_params to res_params by Bernie Innocenti · 6 years ago
  49. 0161acd Add RESOLVER_PARAMS_RETRY_COUNT for configuring the retries. by waynema · 6 years ago
  50. 92bed61 Improve resolver cache lock and thread synchronization by Ken Chen · 6 years ago
  51. 09b7102 Abstract the general dns name server setup to avoid duplicated work. by Xiao Ma · 6 years ago
  52. 6e4f38a Enable more clang-tidy checks and treat them as errors by Bernie Innocenti · 6 years ago
  53. a5c7b7b Avoid multiple inheritance in ResolverTest by Bernie Innocenti · 6 years ago
  54. 0a01553 Fix potential bugs that may cause resolver to retry endlessly by Ken Chen · 6 years ago
  55. 2fef2b8 Remove DNS event reporting level by Bernie Innocenti · 6 years ago
  56. ba7bef9 Implementation of control flags in asynchronous DNS query API by Luke Huang · 6 years ago
  57. 947aab0 Expose DNS response code to netd by Hungming Chen · 6 years ago
  58. 5531e30 Add control flags in asynchronous DNS query API by Luke Huang · 6 years ago
  59. b102dd2 Enable -Wsign-compare for netd and fix warnings by Bernie Innocenti · 6 years ago
  60. 9c264bb Fix flaky test case, Async_EmptyAnswer by Luke Huang · 6 years ago
  61. a26cc2a Synthesize DNS64 prefix in netd by nuccachen · 6 years ago
  62. 4f3747b Fix using EDNS0 when no private DNS validated by Mike Yu · 6 years ago
  63. 94b10b9 Add asynchronous DNS query API and basic tests. by Luke Huang · 6 years ago
  64. bbca020 Add type cast to fix build error with "-Wsign-compare" cflag. by Sehee Park · 6 years ago
  65. 0a1c53d Add the tests for ResolverStats by Mike Yu · 6 years ago
  66. b9fa206 Move resolver_test.cpp from netd_integration_test to a new resolv_integration_test by Ken Chen · 6 years ago