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