1. 429321f DoH: Lock access to DohDispatcher by Matthew Maurer · 4 years ago
  2. aa0dac6 DoH: Split out FFI logic to separate module by Matthew Maurer · 4 years ago
  3. ae5fe72 Cleanup DoH statistics when DoH is not supported in the private DNS mode. by waynema · 4 years ago
  4. 10eed9d Tags the socket for DoH3 by Luke Huang · 4 years ago
  5. 7821d2f Merge "DoH statistics is now available from DnsStats and is shown in dumpsys dnsresolver." by Treehugger Robot · 4 years ago
  6. 356e4c6 DoH statistics is now available from DnsStats and is shown in dumpsys dnsresolver. by waynema · 4 years ago
  7. 29505cb Slightly improve isDoHEnabled() by Mike Yu · 4 years ago
  8. b39686b Default enable DoH feature in T by Luke Huang · 4 years ago
  9. 072497e Fix the bug while updating DoH servers by Luke Huang · 4 years ago
  10. 9d8426d Merge "Refactor DohConnection and add an explicit statemachine into it" by Mike Yu · 4 years ago
  11. 134dc5d Merge changes from topic "idnsresolver_v10" by Mike Yu · 4 years ago
  12. 78f48c3 Fix flaky test PrivateDnsDohTest.PreferIpv6 by Mike Yu · 4 years ago
  13. 03e4903 Report private DNS protocols in onPrivateDnsValidationEvent by Mike Yu · 4 years ago
  14. f34e87c Freeze DnsResolver AIDL interfaces to v10 by Mike Yu · 4 years ago
  15. 5f79aa0 Extend onPrivateDnsValidationEvent to support the type of private DNS by Mike Yu · 4 years ago
  16. ea545bf Refactor DohConnection and add an explicit statemachine into it by Luke Huang · 4 years, 1 month ago
  17. 67936ef Fix the bug of receiving long DNS answer on DoH by Luke Huang · 4 years ago
  18. 094d9ab Merge "Replace manual buffer handling with std::span" by Bruce Chen · 4 years ago
  19. 2575a72 Merge "Fix the wrong condition statement in tokio select for doh_handler and correct some return code in doh_query" by Luke Huang · 4 years ago
  20. 54e53fd Merge "dnsresolver_aidl: use versions for imports" by Steven Moreland · 4 years ago
  21. 21ac624 Fix the wrong condition statement in tokio select for doh_handler and correct some return code in doh_query by Luke Huang · 4 years, 1 month ago
  22. db823dd dnsresolver_aidl: use versions for imports by Steven Moreland · 4 years ago
  23. c7d6927 Replace manual buffer handling with std::span by chenbruce · 4 years, 1 month ago
  24. a2f85fb Merge "Replace StringAppendF() with fmt::format_to" by Treehugger Robot · 4 years ago
  25. 52cf009 Subsampling DNS event for mDNS by chenbruce · 4 years, 1 month ago
  26. 46dfd58 Replace StringAppendF() with fmt::format_to by chenbruce · 4 years, 1 month ago
  27. 9b72daa Replace StringPrintf() with fmt::format() by chenbruce · 4 years, 1 month ago
  28. 6c18634 Merge "use std::span for res_pquery" by Treehugger Robot · 4 years, 1 month ago
  29. 2d831c5 use std::span for res_pquery by chenbruce · 4 years, 2 months ago
  30. 3f5ee02 Remove the confusing log in getPrefix64 by Mike Yu · 4 years, 1 month ago
  31. b6e255d Merge "Enlarge the DoH query timeout and the server probe timeout" by Luke Huang · 4 years, 1 month ago
  32. 97c70e0 Merge "Remove ndk_platform backend. Use the ndk backend." by Lorenzo Colitti · 4 years, 1 month ago
  33. dce6cbf Enlarge the DoH query timeout and the server probe timeout by Luke Huang · 4 years, 1 month ago
  34. 19c98df Merge changes from topic "idnsresolver_v9" by Luke Huang · 4 years, 1 month ago
  35. 4bf5a44 Implement a new IPC setResolverOptions in DnsResolver by Luke Huang · 4 years, 1 month ago
  36. 5322e03 Make resolverOptions optional in DnsResolver. by Lorenzo Colitti · 4 years, 1 month ago
  37. b87af05 Freeze DnsResolver AIDL interfaces to v9. by Luke Huang · 4 years, 1 month ago
  38. 87208e2 Make resolverOptions in ResolverParamsParcel nullable and add a new IPC setResolverOption by Lorenzo Colitti · 4 years, 1 month ago
  39. fdb043b Remove ndk_platform backend. Use the ndk backend. by Jiyong Park · 4 years, 1 month ago
  40. d9cb524 Resume the quic connection properly after device suspend/resume by Luke Huang · 4 years, 1 month ago
  41. 7a3a28d Clear the DoH expired queries by Luke Huang · 4 years, 1 month ago
  42. 8343dd0 Add some logs and use bail! for DoH by Luke Huang · 4 years, 1 month ago
  43. 968b467 Fix missing libunwind symbols in resolv_integration_test by Mike Yu · 4 years, 1 month ago
  44. a37dc7d Merge "Fix warnings in preparation for Rust 1.54.0" by Treehugger Robot · 4 years, 1 month ago
  45. f7fca93 Merge "Move bug workaround for old resolvers past the Private DNS codepath" by Treehugger Robot · 4 years, 1 month ago
  46. f203d85 Move bug workaround for old resolvers past the Private DNS codepath by Bernie Innocenti · 4 years, 1 month ago
  47. 1b00e74 Fix warnings in preparation for Rust 1.54.0 by Chris Wailes · 4 years, 1 month ago
  48. 3c3202e Merge "[LSC] Add LOCAL_LICENSE_KINDS to packages/modules/DnsResolver" by Treehugger Robot · 4 years, 1 month ago
  49. 05c45a0 Merge "Add some DoH tests in resolv_integration_test" by Mike Yu · 4 years, 1 month ago
  50. 9cf9965 Merge "Fix enum comparison to reenable -Wenum-compare" by Christian Wailes · 4 years, 1 month ago
  51. 758c9a9 [LSC] Add LOCAL_LICENSE_KINDS to packages/modules/DnsResolver by Bob Badour · 4 years, 1 month ago
  52. 5e406a3 Add some DoH tests in resolv_integration_test by Mike Yu · 4 years, 2 months ago
  53. f54cf26 Implement DoH server for testing by Mike Yu · 4 years, 7 months ago
  54. 088cdcf Remove superfluous check for mDNS .local lookups by Bernie Innocenti · 4 years, 1 month ago
  55. 509e370 Merge "Add some unit test for doh" by Luke Huang · 4 years, 1 month ago
  56. 44cb608 Small improvements to debug logging in PrivateDnsResolver by Bernie Innocenti · 4 years, 1 month ago
  57. df84c20 Add some unit test for doh by Luke Huang · 4 years, 2 months ago
  58. de03024 Merge "Fix warnings in preparation for Rust 1.54.0" by Treehugger Robot · 4 years, 1 month ago
  59. 425d16e Remove parseServer by Mike Yu · 4 years, 4 months ago
  60. 40cd585 Fix warnings in preparation for Rust 1.54.0 by Chris Wailes · 4 years, 2 months ago
  61. 88d5702 Fix warnings in preperatin for Rust 1.53.0 by Chris Wailes · 4 years, 2 months ago
  62. f56f9a6 Fix enum comparison to reenable -Wenum-compare by Liz Kammer · 4 years, 2 months ago
  63. 53d3eb2 Adjust the log mechanism for DoH and some minor changes. by Luke Huang · 4 years, 2 months ago
  64. abd545b Merge "Refactor the expectDnsQueryCountsFn in ResolverMultinetworkTest" by Ken Chen · 4 years, 2 months ago
  65. c07ae5c Merge "Refactor the setupDns to include addIpv{4|6}Dns" by Ken Chen · 4 years, 2 months ago
  66. b929ae1 Merge "Refactor the setupDnsFn in ResolverMultinetworkTest" by Ken Chen · 4 years, 2 months ago
  67. 985e146 Merge "Dns over PANS test" by Ken Chen · 4 years, 2 months ago
  68. 84f8101 Fix resolv_{unit,gold}_test linking problem caused by Rust libs by Luke Huang · 4 years, 2 months ago
  69. 2fe9c73 Link Rust DoH into DnsResolver with default off by Luke Huang · 4 years, 2 months ago
  70. 6c32fc9 Merge "Remove explicit dep on libring-core" by Treehugger Robot · 4 years, 2 months ago
  71. ccc22a7 Refactor the expectDnsQueryCountsFn in ResolverMultinetworkTest by Ken Chen · 4 years, 2 months ago
  72. ccfd499 Refactor the setupDns to include addIpv{4|6}Dns by Ken Chen · 4 years, 2 months ago
  73. 34ed9ee Refactor the setupDnsFn in ResolverMultinetworkTest by Ken Chen · 4 years, 2 months ago
  74. 16cc22c Dns over PANS test by Ken Chen · 4 years, 3 months ago
  75. 5d811e8 Merge "Refactor DoH implementation" by Luke Huang · 4 years, 2 months ago
  76. 8bb6da0 Merge "Set UNICAST-RESPONSE bit for mDNS" by Treehugger Robot · 4 years, 2 months ago
  77. ac99b3d Remove explicit dep on libring-core by Bernie Innocenti · 4 years, 2 months ago
  78. 61df10c Set UNICAST-RESPONSE bit for mDNS by chenbruce · 4 years, 2 months ago
  79. 03e5920 Add mdns_resolution to experiment flag list by chenbruce · 4 years, 2 months ago
  80. 9545085 Merge "Revert "Read test cacert and keys from files"" by Mike Yu · 4 years, 2 months ago
  81. bc26202 Merge "Remove "//apex_available:platform"" by Lucas Lin · 4 years, 2 months ago
  82. b50d325 Revert "Read test cacert and keys from files" by Mike Yu · 4 years, 2 months ago
  83. 1003e33 Remove "//apex_available:platform" by lucaslin · 4 years, 6 months ago
  84. 0b61ab5 Merge "Update stats-log-api-gen arguments" by Muhammad Qureshi · 4 years, 2 months ago
  85. fe45340 Refactor DoH implementation by Luke Huang · 4 years, 3 months ago
  86. 341bdae Fix flaky test MultipleDotQueriesInOnePacket by Mike Yu · 4 years, 2 months ago
  87. 9069e6d Merge changes Iec0657d4,I38befe45 by Treehugger Robot · 4 years, 2 months ago
  88. edec3e1 Add Mdns statistics log by chenbruce · 4 years, 3 months ago
  89. ab5ec06 Merge changes from topic "ResState-cleanups" by Treehugger Robot · 4 years, 2 months ago
  90. 868aaca Fix typo in DnsTlsTransport::validate() by Mike Yu · 4 years, 2 months ago
  91. 7be0fc4 Enable DNS probe in DoT validation by default in R by Mike Yu · 4 years, 3 months ago
  92. 4c2aab1 Rename ResState::_mark to ResState::mark by Bernie Innocenti · 4 years, 2 months ago
  93. 2b01723 Rename ResState::_flags to ResState::flags by Bernie Innocenti · 4 years, 2 months ago
  94. 983f02e Remove the obsolete res_state typedef by Bernie Innocenti · 4 years, 2 months ago
  95. af130a4 Read test cacert and keys from files by Mike Yu · 4 years, 8 months ago
  96. 72a646c Rename definitions and funtions of stats. by chenbruce · 4 years, 3 months ago
  97. b29545b Fix flaky test Async_EmptyAnswer by Luke Huang · 4 years, 2 months ago
  98. 8e42b2c Merge changes Ie2536938,Ia74c8440 by Luke Huang · 4 years, 2 months ago
  99. 94c836a Merge changes I809967e0,Iadd724f8,I533c26d6,Ie65f220d by Treehugger Robot · 4 years, 3 months ago
  100. c434761 Merge "Mark DnsResolver apex as compressible" by Mohammad Islam · 4 years, 3 months ago