1. cad1226 Merge "Rename to isTetheringFeatureEnabled" into main by Motomu Utsumi · 2 years, 1 month ago
  2. c45928b Merge changes from topic "trackrecord-backtrace" into main by Patrick Rohr · 2 years, 1 month ago
  3. aa4db97 Merge "Report resolution stop" into main by Treehugger Robot · 2 years, 1 month ago
  4. 6014905 Report resolution stop by Paul Hu · 2 years, 1 month ago
  5. 624aeb4 Rename to isTetheringFeatureEnabled by Motomu Utsumi · 2 years, 1 month ago
  6. 69a18c6 Merge "Report resolution metrics data" into main by Paul Hu · 2 years, 1 month ago
  7. 238efa1 Merge "Report discovery metrics data" into main by Treehugger Robot · 2 years, 1 month ago
  8. a6bc463 Report resolution metrics data by Paul Hu · 2 years, 3 months ago
  9. 812e921 Report discovery metrics data by Paul Hu · 2 years, 3 months ago
  10. 681f0d2 Merge "Obtain the target socket directly to send packets" into main by Paul Hu · 2 years, 1 month ago
  11. d45bf54 Merge "Fix NullPointerException on NsdService" into main by Paul Hu · 2 years, 1 month ago
  12. 101dbf5 Fix NullPointerException on NsdService by Paul Hu · 2 years, 1 month ago
  13. 09b1ef0 Merge "Update the implementation for sent_query_count" into main by Paul Hu · 2 years, 1 month ago
  14. 600bd89 Update the implementation for sent_query_count by Paul Hu · 2 years, 1 month ago
  15. 4dc2533 ethernet: correctly report tethering interface state by Patrick Rohr · 2 years, 1 month ago
  16. 353ec97 Fix flaky test: testDataMigration_differentFromFallback by Junyu Lai · 2 years, 1 month ago
  17. 2c921e0 Obtain the target socket directly to send packets by Paul Hu · 2 years, 2 months ago
  18. 7ddf293 Replace usage of android.util.Log to SharedLog by Yuyang Huang · 2 years, 1 month ago
  19. 2501678 Move scheduling logic into MdnsQueryScheduler class by Yuyang Huang · 2 years, 1 month ago
  20. 8cd07ed Merge "Add method for reading stats by iface index" into main by Treehugger Robot · 2 years, 1 month ago
  21. 07923de Add method for reading stats by iface index by Kevin Jeon · 2 years, 1 month ago
  22. 33fa4d2 Add callbacks for service offload by Yuyang Huang · 2 years, 7 months ago
  23. 376e771 Update mBpfMap name for clarity by Kevin Jeon · 2 years, 1 month ago
  24. 23d89c0 Deduplicate items after clear interface in NetworkStats by Junyu Lai · 2 years, 2 months ago
  25. 6be7db4 Merge "Report registration metrics data" into main by Paul Hu · 2 years, 2 months ago
  26. 4525688 Merge "Move QueryTaskConfig to a standalone class" into main by Treehugger Robot · 2 years, 2 months ago
  27. 54125ef Merge "Ensure the ServiceTypeClient Executor threads can be shutdown" into main by Yuyang Huang · 2 years, 2 months ago
  28. bbd573b Move QueryTaskConfig to a standalone class by Yuyang Huang · 2 years, 2 months ago
  29. 66cd57f Ensure the ServiceTypeClient Executor threads can be shutdown by Yuyang Huang · 2 years, 2 months ago
  30. 777ed05 Report registration metrics data by Paul Hu · 2 years, 3 months ago
  31. bbaacf4 Merge "Address leftover comments" into main by Paul Hu · 2 years, 2 months ago
  32. df50b6c ethernet: add null check before reporting server interface state by Patrick Rohr · 2 years, 2 months ago
  33. cdef353 Add NetworkNsdReportedMetrics by Paul Hu · 2 years, 3 months ago
  34. 2048dd2 Address leftover comments by Paul Hu · 2 years, 2 months ago
  35. e85479a Move MdnsResponseDecoder.Clock to MdnsUtils by Paul Hu · 2 years, 3 months ago
  36. ffd14de Cleanup the code to make it buildable with androidx annotations by Yuyang Huang · 2 years, 2 months ago
  37. 9f353f9 Merge "Deal with responses on MdnsServiceCache" into main by Paul Hu · 2 years, 2 months ago
  38. cd57c78 Merge "Remove synchronized lock in MdnsServiceTypeClient" into main by Paul Hu · 2 years, 2 months ago
  39. 639e3c7 Deal with responses on MdnsServiceCache by Paul Hu · 2 years, 2 months ago
  40. 2118d33 Remove synchronized lock in MdnsServiceTypeClient by Paul Hu · 2 years, 2 months ago
  41. 8abd1be Merge "Use a delayed message to schedule the query task" into main by Paul Hu · 2 years, 2 months ago
  42. cd39d81 Use a delayed message to schedule the query task by Paul Hu · 2 years, 2 months ago
  43. b954771 Merge "Rename AbstractSocketNetlink to AbstractSocketNetlinkMonitor" by Yuyang Huang · 2 years, 2 months ago
  44. d5b24b4 Add a handler thread check to all public methods by Paul Hu · 2 years, 4 months ago
  45. 775840e Use SocketKey in MdnsServiceCache by Paul Hu · 2 years, 2 months ago
  46. f56c92f Adjust query frequency based on remaining TTL by Yuyang Huang · 2 years, 3 months ago
  47. 6f0ea67 Rename AbstractSocketNetlink to AbstractSocketNetlinkMonitor by Yuyang Huang · 2 years, 2 months ago
  48. d44e1b7 Rename some variables in NsdService by Paul Hu · 2 years, 3 months ago
  49. 0068ec2 Merge "Address leftover comments" by Paul Hu · 2 years, 2 months ago
  50. 03aabc0 Merge "Send packets on the specific socket" by Paul Hu · 2 years, 2 months ago
  51. f5843be Merge "Add more logs for debugging" by Paul Hu · 2 years, 2 months ago
  52. 0700071 Address leftover comments by Paul Hu · 2 years, 3 months ago
  53. 721f9b2 Send packets on the specific socket by Paul Hu · 2 years, 3 months ago
  54. 454c06e Merge "Adds option to control whethert to send IPv6 packet on IPv6 only network" by Treehugger Robot · 2 years, 3 months ago
  55. 9637e84 Adds option to control whethert to send IPv6 packet on IPv6 only network by Yuyang Huang · 2 years, 3 months ago
  56. a6f0bf9 Merge "ethernet: delete superfluous helper function" by Treehugger Robot · 2 years, 3 months ago
  57. 7c60aaa Merge "Create an MdnsServiceTypeClient using a SocketKey" by Paul Hu · 2 years, 3 months ago
  58. a8d1cab Merge "Notify socket changes using a SoketKey" by Paul Hu · 2 years, 3 months ago
  59. be65f24 ethernet: delete superfluous helper function by Patrick Rohr · 2 years, 3 months ago
  60. 0e1977e Improve logging and shutdown executor properly by Yuyang Huang · 2 years, 3 months ago
  61. f50cbff Revert "Importing the following changes from gmscore" by Yuyang Huang · 2 years, 3 months ago
  62. 62b6439 Create an MdnsServiceTypeClient using a SocketKey by Paul Hu · 2 years, 4 months ago
  63. 2f236e9 Notify socket changes using a SoketKey by Paul Hu · 2 years, 4 months ago
  64. bff1cf7 Importing the following changes from gmscore by Yuyang Huang · 2 years, 3 months ago
  65. 01b9882 Merge "Enable useSessionIdToScheduleMdnsTask" by Yuyang Huang · 2 years, 3 months ago
  66. e0f07a9 Merge "Fix cache flush always causing response change" by Yuyang Huang · 2 years, 3 months ago
  67. c505844 Enable useSessionIdToScheduleMdnsTask by Yuyang Huang · 2 years, 3 months ago
  68. 98a44bc Fix cache flush always causing response change by Remi NGUYEN VAN · 2 years, 3 months ago
  69. c54aa72 Adjust the notifyNetworkUnrequested on handleRegisterListener by Paul Hu · 2 years, 3 months ago
  70. 83ec7f4 Add more logs for debugging by Paul Hu · 2 years, 3 months ago
  71. 1667bfe Merge "Update record receipt time on records updated" by Treehugger Robot · 2 years, 3 months ago
  72. 86f6741 Update record receipt time on records updated by Yuyang Huang · 2 years, 3 months ago
  73. a8efbe0 Take the multicast lock on mDNS usage by Remi NGUYEN VAN · 2 years, 4 months ago
  74. 83bd5a5 Merge changes If830eb53,If03514f1 by Paul Hu · 2 years, 3 months ago
  75. bb69412 Update tethered/local only interfaces when no all networks request by Paul Hu · 2 years, 3 months ago
  76. fbba5e8 Use wifi p2p interfaces for mDNS by Paul Hu · 2 years, 4 months ago
  77. c823dc2 Merge changes from topic "refresh-record" by Yuyang Huang · 2 years, 3 months ago
  78. f2cc01d Renew the SRV/TXT records if half of TTL passed by Yuyang Huang · 2 years, 3 months ago
  79. ff96322 Turn on removeExpiredService feature by Yuyang Huang · 2 years, 3 months ago
  80. d72daab Matches all MdnsServiceTypeClient if using MdnsSocketClient by Yuyang Huang · 2 years, 3 months ago
  81. 243d1a5 Add MdnsDiscoveryManager constructor without looper by Yuyang Huang · 2 years, 4 months ago
  82. f4cf270 Merge "Do not process null network packets on all clients" by Remi NGUYEN VAN · 2 years, 3 months ago
  83. 5a1c614 Merge "Only send to downstream ifaces for null network" by Remi NGUYEN VAN · 2 years, 3 months ago
  84. 401ab44 Merge "Use the ServiceTypeClient network for queries" by Remi NGUYEN VAN · 2 years, 3 months ago
  85. 0ba206c Do not process null network packets on all clients by Remi NGUYEN VAN · 2 years, 4 months ago
  86. 87c374a Only send to downstream ifaces for null network by Remi NGUYEN VAN · 2 years, 4 months ago
  87. 9d778c7 Delete the LinkAddress in cache when RTM_DELADDR is received by Yuyang Huang · 2 years, 4 months ago
  88. 404c1bf Use the ServiceTypeClient network for queries by Remi NGUYEN VAN · 2 years, 4 months ago
  89. d0ebd70 Merge changes from topic "MdnsDM_running_on_looper_thread" by Paul Hu · 2 years, 4 months ago
  90. c61c578 Merge "Use case-insensitive matching in discovery/advertising" by Yuyang Huang · 2 years, 4 months ago
  91. 92ca0b7 Merge "Add Log.wtf when transports are missing" by Yuyang Huang · 2 years, 4 months ago
  92. 7f0af78 Pass NsdService thread looper to MdnsDiscoveryManager by Paul Hu · 2 years, 4 months ago
  93. bd4140e Ensure MdnsDiscoveryManager calls to ServiceTypeClients on looper thread by Paul Hu · 2 years, 4 months ago
  94. 73772f3 Use case-insensitive matching in discovery/advertising by Yuyang Huang · 2 years, 4 months ago
  95. 3d66b04 Stop MdnsServiceTypeClient send on socket destroy by Remi NGUYEN VAN · 2 years, 4 months ago
  96. 5fe9bac Do not send socket destroyed on unregistration by Remi NGUYEN VAN · 2 years, 4 months ago
  97. 58c7dce Add Log.wtf when transports are missing by Yuyang Huang · 2 years, 4 months ago
  98. 4bcc151 Merge "Do not immediately send new queries on cache hit" by Treehugger Robot · 2 years, 4 months ago
  99. 58bb0a1 Do not immediately send new queries on cache hit by Remi NGUYEN VAN · 2 years, 4 months ago
  100. ce44beb Implement proper subtype advertising by Remi NGUYEN VAN · 2 years, 4 months ago