1. 3f47223 Make the Q dnsresolver tests pass on 2020-01 or later modules. by Lorenzo Colitti · 6 years ago
  2. 5d6551b Merge changes I82856f84,I97c44ff8 into qt-dev by Mike Yu · 6 years ago
  3. ef525f6 Merge "Make getdnsnetid returning app_netId instead of dns_netId and fix nits" into qt-dev by TreeHugger Robot · 6 years ago
  4. cff2734 Merge "Add the test for nat64 prefix discovery bypass tls" into qt-dev by Mike Yu · 6 years ago
  5. d93ad08 Make getdnsnetid returning app_netId instead of dns_netId and fix nits by Luke Huang · 6 years ago
  6. c20c483 Fix the flaky test MaxServerPrune_Binder by Mike Yu · 6 years ago
  7. 9c6f48a resolv: speed up the termination of loop thread in testing DNS and TLS servers by Mike Yu · 6 years ago
  8. eb4aace Add the test for nat64 prefix discovery bypass tls by Mike Yu · 6 years ago
  9. 711b777 Add getDnsNetId cmd in DnsProxyListener by Luke Huang · 6 years ago
  10. ee56e5b Fix wrong behavior of async DNS API with flags by Luke Huang · 6 years ago
  11. 1e0839d Use the UnorderedElementsAreArray matcher in resolv_integration_test.cpp by Bernie Innocenti · 6 years ago
  12. d33a8f4 Use IDnsResolver instead of INetd for all resolver related commands by Luke Huang · 6 years ago
  13. 95f3373 Fix asynchronous DNS API flag NO_CACHE_LOOKUP behavior by Luke Huang · 6 years ago
  14. 9c2dca8 Add integration test for DNS answer RR with CNAMEs chain by lifr · 7 years ago
  15. 92915e5 Refine asynchronous DNS API flag NO_RETRY behavior by Luke Huang · 7 years ago
  16. d017e97 resolv: small improvements for debug logging by Bernie Innocenti · 7 years ago
  17. b5d4587 Add binder calls to start and stop NAT64 prefix discovery. by Lorenzo Colitti · 7 years ago
  18. 34de3ba Rename struct __res_params to res_params by Bernie Innocenti · 7 years ago
  19. d193e4d Add RESOLVER_PARAMS_RETRY_COUNT for configuring the retries. by waynema · 7 years ago
  20. 2a42935 Improve resolver cache lock and thread synchronization by Ken Chen · 7 years ago
  21. 7c75f45 Abstract the general dns name server setup to avoid duplicated work. by Xiao Ma · 7 years ago
  22. a5161a0 Enable more clang-tidy checks and treat them as errors by Bernie Innocenti · 7 years ago
  23. 3e411a3 Avoid multiple inheritance in ResolverTest by Bernie Innocenti · 7 years ago
  24. bfd3202 Fix potential bugs that may cause resolver to retry endlessly by Ken Chen · 7 years ago
  25. cd25764 Remove DNS event reporting level by Bernie Innocenti · 7 years ago
  26. 952d094 Implementation of control flags in asynchronous DNS query API by Luke Huang · 7 years ago
  27. 7f0d329 Expose DNS response code to netd by Hungming Chen · 7 years ago
  28. 110c54e Add control flags in asynchronous DNS query API by Luke Huang · 7 years ago
  29. 45238a1 Enable -Wsign-compare for netd and fix warnings by Bernie Innocenti · 7 years ago
  30. 26a0e2a Fix flaky test case, Async_EmptyAnswer by Luke Huang · 7 years ago
  31. f52f7a5 Synthesize DNS64 prefix in netd by nuccachen · 7 years ago
  32. 5b9ffb2 Fix using EDNS0 when no private DNS validated by Mike Yu · 7 years ago
  33. c68f1b9 Add asynchronous DNS query API and basic tests. by Luke Huang · 7 years ago
  34. 8659b8d Add type cast to fix build error with "-Wsign-compare" cflag. by Sehee Park · 7 years ago
  35. da77e8e Add the tests for ResolverStats by Mike Yu · 7 years ago
  36. c68c2de Move resolver_test.cpp from netd_integration_test to a new resolv_integration_test by Ken Chen · 7 years ago[Renamed (99%) from tests/resolver_test.cpp]
  37. 5ae6154 Merge libnetddns into libnetd_resolv by Mike Yu · 7 years ago
  38. c165ce8 Remove all non-public resolver APIs by Bernie Innocenti · 7 years ago
  39. 189eb50 Move resolver public headers to separate include path by Bernie Innocenti · 7 years ago
  40. 6f9fd90 Check for ignored Status results by Bernie Innocenti · 7 years ago
  41. f257239 Fix use-after-free in GetHostByName_TlsFingerprint by Bernie Innocenti · 7 years ago
  42. c154523 Test gethostbyname() with numeric addresses by Bernie Innocenti · 7 years ago
  43. 0298c68 Tighten checks for no dns queries in localhost tests by Bernie Innocenti · 7 years ago
  44. 6118bf8 Add more test coverage for /etc/hosts lookup by Bernie Innocenti · 7 years ago
  45. d141721 Stop using the private bionic headers by Bernie Innocenti · 7 years ago
  46. 974233e Add a test using getaddrinfo() with numeric addresses by Bernie Innocenti · 7 years ago
  47. 9bf749f Add tests for host entries resolved via /etc/hosts by Bernie Innocenti · 7 years ago
  48. 443489e Move resolver tests to a separate translation unit by Bernie Innocenti · 7 years ago