1. 8600c68 Merge "Exclude source port 5353 from DNS query" by Treehugger Robot · 2 years, 1 month ago
  2. 80f76aa DoT quick fallback by Mike Yu · 2 years, 2 months ago
  3. 2f70586 Exclude source port 5353 from DNS query by Ken Chen · 2 years, 2 months ago
  4. f3c4207 Don't use 5353 source port for mDNS queries by Ken Chen · 2 years, 2 months ago
  5. a11d867 Add .local resolution fallback mechanism by Ken Chen · 2 years, 3 months ago
  6. 9b748ee Skip res_doh_send() if there is no validated DoH servers by Mike Yu · 2 years, 5 months ago
  7. b05b34d Fix DnsResolver log print by martinwu · 2 years, 6 months ago
  8. 0f13e59 Add more debugging logs for DoH by Mike Yu · 2 years, 7 months ago
  9. 6b17842 DoH: Refactor FFI by Matthew Maurer · 2 years, 9 months ago
  10. 356e4c6 DoH statistics is now available from DnsStats and is shown in dumpsys dnsresolver. by waynema · 2 years, 9 months ago
  11. c7d6927 Replace manual buffer handling with std::span by chenbruce · 2 years, 10 months ago
  12. 6c18634 Merge "use std::span for res_pquery" by Treehugger Robot · 2 years, 10 months ago
  13. 2d831c5 use std::span for res_pquery by chenbruce · 2 years, 10 months ago
  14. dce6cbf Enlarge the DoH query timeout and the server probe timeout by Luke Huang · 2 years, 10 months ago
  15. f7fca93 Merge "Move bug workaround for old resolvers past the Private DNS codepath" by Treehugger Robot · 2 years, 10 months ago
  16. f203d85 Move bug workaround for old resolvers past the Private DNS codepath by Bernie Innocenti · 2 years, 10 months ago
  17. 9cf9965 Merge "Fix enum comparison to reenable -Wenum-compare" by Christian Wailes · 2 years, 10 months ago
  18. 088cdcf Remove superfluous check for mDNS .local lookups by Bernie Innocenti · 2 years, 10 months ago
  19. f56f9a6 Fix enum comparison to reenable -Wenum-compare by Liz Kammer · 2 years, 11 months ago
  20. 2fe9c73 Link Rust DoH into DnsResolver with default off by Luke Huang · 2 years, 11 months ago
  21. 4c2aab1 Rename ResState::_mark to ResState::mark by Bernie Innocenti · 3 years ago
  22. 2b01723 Rename ResState::_flags to ResState::flags by Bernie Innocenti · 3 years ago
  23. 983f02e Remove the obsolete res_state typedef by Bernie Innocenti · 3 years ago
  24. bad8b88 Setting a DnsQueryEvent for mDNS by chenbruce · 3 years ago
  25. ceb3c02 Enable mDNS .local resolution by chenbruce · 3 years ago
  26. b1aa65a Add setupUdpSocket() and use it in send_dg() by chenbruce · 3 years ago
  27. 7662064 Cleanup: dump_error() by chenbruce · 3 years ago
  28. cc9bbc0 Rename nssocks to udpsocks by chenbruce · 3 years ago
  29. 30e0de9 Exclude the latency in DnsStats if it is relevant to EPERM by Mike Yu · 3 years, 1 month ago
  30. 1b3f446 Remove res_init.* and move its functionalities into ResState by Luke Huang · 3 years, 6 months ago
  31. 9e8cf8d Initialize DnsTlsDispatcher instance only when needed by Mike Yu · 3 years, 7 months ago
  32. f188b54 Merge rvc-release RP1A.201105.002 to aosp-master - DO NOT MERGE by Bill Yi · 3 years, 7 months ago
  33. a9e6f1d Fix OOB read in DNS resolver by Ken Chen · 3 years, 10 months ago
  34. 6024824 Clean up gPrivateDnsConfiguration by Mike Yu · 3 years, 10 months ago
  35. 61d1726 Support prioritizing DNS servers by Mike Yu · 4 years, 4 months ago
  36. 85fb9ea Add a resolver option to enforce AID_DNS on query by Ken Chen · 4 years ago
  37. bc481b8 Add a resolver option to enforce AID_DNS on query by Ken Chen · 4 years ago
  38. 8c45bfb Skip the legacy stats recording if DNS requests are denied by network policy by Luke Huang · 4 years ago
  39. eb618ef Skip the legacy stats recording if DNS requests are denied by network policy by Luke Huang · 4 years ago
  40. 816b6a7 Record system call relevant errors correctly by Luke Huang · 4 years, 1 month ago
  41. 23d5519 Record system call relevant errors correctly by Luke Huang · 4 years, 2 months ago
  42. 5b30e71 Improve query sleep time for getaddrinfo parallel lookup by Luke Huang · 4 years, 1 month ago
  43. d1d734f Improve query sleep time for getaddrinfo parallel lookup by Luke Huang · 4 years, 1 month ago
  44. bcb5180 DnsResolver/res_send.cpp - fixes bugprone-argument-comment warning by Treehugger Robot · 4 years, 1 month ago
  45. 38dc74e Merge "DnsResolver/res_send.cpp - fixes bugprone-argument-comment warning" by Treehugger Robot · 4 years, 1 month ago
  46. 88f8755 DnsResolver/res_send.cpp - fixes bugprone-argument-comment warning by Maciej Żenczykowski · 4 years, 1 month ago
  47. 68fa500 Add Experiments to handle experiment flags logic by Luke Huang · 4 years, 1 month ago
  48. 3caa42b Keep listening for UDP responses after sending the next retry by Luke Huang · 4 years, 1 month ago
  49. f40df9c Add Experiments to handle experiment flags logic by Luke Huang · 4 years, 1 month ago
  50. 420ee62 Keep listening for UDP responses after sending the next retry by Luke Huang · 4 years, 6 months ago
  51. ecc5282 Remove nscount in ResState and NetConfig by Mike Yu · 4 years, 4 months ago
  52. 6407ae4 Move the legacy stats function declarations out of resolv_private.h by Mike Yu · 4 years, 4 months ago
  53. c573a3d Retrieve the res_stats based on a given list of nameserver addresses by Mike Yu · 4 years, 4 months ago
  54. e48f7b5 Refactor ResState to store nameserver addresses by IPSockAddr by Mike Yu · 4 years, 4 months ago
  55. 3b17b0a Merge "Fix retry time value in dnsQueryEvent when perform DNS query over TCP" by Frank Li · 4 years, 4 months ago
  56. 128183a Fix retry time value in dnsQueryEvent when perform DNS query over TCP by lifr · 4 years, 5 months ago
  57. adb0f5b Use unique_fd instead of int for sockets by Luke Huang · 4 years, 6 months ago
  58. bff43fc send_dg() refactor by Luke Huang · 4 years, 7 months ago
  59. 10a9028 Delete dead code in res_comp.cpp and misc cleanups by Bernie Innocenti · 4 years, 4 months ago
  60. 9934488 Support alternative handling on truncated DNS response by Ken Chen · 4 years, 5 months ago
  61. e02d01c Fill in DNS query type in DNS metric when DNS lookup hit cache by lifr · 4 years, 5 months ago
  62. 99b8dc7 Fix PDM_UNKNOWN in private_dns_modes by Mike Yu · 4 years, 6 months ago
  63. 99c0b32 Move private headers out of /include folder by Ken Chen · 4 years, 7 months ago
  64. 43cc1b1 res_nsend() refactor by Luke Huang · 4 years, 8 months ago
  65. ee085b0 Merge "Add stats samples by looking up server address" by Mike Yu · 4 years, 7 months ago
  66. 4694edc Merge "Replace addrinfo with IPSockAddr to store dns addresses" by Mike Yu · 4 years, 7 months ago
  67. 272cb19 Move res_tls_send out from cleartext query loop by Luke Huang · 4 years, 8 months ago
  68. c98fd80 Unify MAXPACKET and refactor buffer allocation of getaddrinfo by Luke Huang · 4 years, 8 months ago
  69. effead9 Merge "Support RDNS on cache and uid/pid tagging" by Ken Chen · 4 years, 8 months ago
  70. 8ab18ba Support RDNS on cache and uid/pid tagging by Praveen Moongalam Thyagarajan · 4 years, 9 months ago
  71. be9e4f6 Add stats samples by looking up server address by Mike Yu · 4 years, 8 months ago
  72. 021c3e1 Replace addrinfo with IPSockAddr to store dns addresses by Mike Yu · 4 years, 8 months ago
  73. e655b1d Modularize resolver statistics by Mike Yu · 4 years, 9 months ago
  74. 0848711 Explicitly allocate ResState on the call stack by Bernie Innocenti · 4 years, 8 months ago
  75. a6f40ca Delete unused variable res_state.rstatic by Bernie Innocenti · 4 years, 8 months ago
  76. bb33074 Delete the _u._ext nonsense from res_state by Bernie Innocenti · 4 years, 8 months ago
  77. 67a2790 Delete nameserver config change detection in res_nsend by Bernie Innocenti · 4 years, 8 months ago
  78. c977ab7 Inline res_state_ext into res_state by Bernie Innocenti · 4 years, 8 months ago
  79. d35d292 Remove separate IPv4-only nsaddr_list from res_state by Bernie Innocenti · 4 years, 8 months ago
  80. c51f121 Resolv: Replace BSD types with regular C99 types by chenbruce · 4 years, 9 months ago
  81. 99cbfd8 Resolv: Enable clang-tidy and fix all warnings by chenbruce · 4 years, 9 months ago
  82. ba69fc1 Merge "Delete dump_bytes() and its helper functions" by Treehugger Robot · 4 years, 9 months ago
  83. d975bf3 Tag with TAG_SYSTEM_DNS for dns packets. by Sehee Park · 4 years, 10 months ago
  84. 34433c6 Delete dump_bytes() and its helper functions by Mike Yu · 4 years, 10 months ago
  85. 3e82906 Remove ExternalPrivateDnsStatus by Mike Yu · 4 years, 10 months ago
  86. d4d9fbb Minor style fixes by lifr · 4 years, 10 months ago
  87. 6b83a6f Restore the PrivateDnsMode emun to its original definition by lifr · 4 years, 10 months ago
  88. 38d0d57 Merge "Dead code removal - delete CANNOT_CONNECT_DGRAM" by Bernie Innocenti · 4 years, 10 months ago
  89. b9cce7b Dead code removal - delete CANNOT_CONNECT_DGRAM by chenbruce · 4 years, 11 months ago
  90. d8cbb9b Dead code removal - remove res->options by chenbruce · 5 years ago
  91. 2c11878 fchown DNS lookup sockets to UID of the app that sent the DNS lookup. by Sehee Park · 5 years ago
  92. 9498178 Fill in each dns stats value in message NetworkDnsEventReported by lifr · 5 years ago
  93. d1ec254 resolv: add some tests for resolver cache by Mike Yu · 5 years ago
  94. 018fdb2 Dead code removal - Remove res_setoptions() by chenbruce · 5 years ago
  95. 5b24e21 [Resolver-log]: Some modifications for debug logging by chenbruce · 5 years ago
  96. 5471dca Unify log tag of DNS resolver by Ken Chen · 5 years ago
  97. 0d47042 Modify trivial inline functions. by chenbruce · 5 years ago
  98. ffc224a Disable sensitive logs by Ken Chen · 5 years ago
  99. a74195e Allow changing retry limit and timeout via experiment flags. by waynema · 5 years ago
  100. 3b8f590 netd: use PLOG where appropriate. by Elliott Hughes · 5 years ago