1. ffd14de Cleanup the code to make it buildable with androidx annotations by Yuyang Huang · 2 years, 2 months ago
  2. 9f353f9 Merge "Deal with responses on MdnsServiceCache" into main by Paul Hu · 2 years, 2 months ago
  3. cd57c78 Merge "Remove synchronized lock in MdnsServiceTypeClient" into main by Paul Hu · 2 years, 2 months ago
  4. 639e3c7 Deal with responses on MdnsServiceCache by Paul Hu · 2 years, 2 months ago
  5. 2118d33 Remove synchronized lock in MdnsServiceTypeClient by Paul Hu · 2 years, 2 months ago
  6. 8abd1be Merge "Use a delayed message to schedule the query task" into main by Paul Hu · 2 years, 2 months ago
  7. cd39d81 Use a delayed message to schedule the query task by Paul Hu · 2 years, 2 months ago
  8. b954771 Merge "Rename AbstractSocketNetlink to AbstractSocketNetlinkMonitor" by Yuyang Huang · 2 years, 2 months ago
  9. d5b24b4 Add a handler thread check to all public methods by Paul Hu · 2 years, 4 months ago
  10. 775840e Use SocketKey in MdnsServiceCache by Paul Hu · 2 years, 2 months ago
  11. f56c92f Adjust query frequency based on remaining TTL by Yuyang Huang · 2 years, 3 months ago
  12. 6f0ea67 Rename AbstractSocketNetlink to AbstractSocketNetlinkMonitor by Yuyang Huang · 2 years, 2 months ago
  13. d44e1b7 Rename some variables in NsdService by Paul Hu · 2 years, 3 months ago
  14. 0068ec2 Merge "Address leftover comments" by Paul Hu · 2 years, 2 months ago
  15. 03aabc0 Merge "Send packets on the specific socket" by Paul Hu · 2 years, 2 months ago
  16. f5843be Merge "Add more logs for debugging" by Paul Hu · 2 years, 2 months ago
  17. 0700071 Address leftover comments by Paul Hu · 2 years, 3 months ago
  18. 721f9b2 Send packets on the specific socket by Paul Hu · 2 years, 3 months ago
  19. 454c06e Merge "Adds option to control whethert to send IPv6 packet on IPv6 only network" by Treehugger Robot · 2 years, 3 months ago
  20. 9637e84 Adds option to control whethert to send IPv6 packet on IPv6 only network by Yuyang Huang · 2 years, 3 months ago
  21. a6f0bf9 Merge "ethernet: delete superfluous helper function" by Treehugger Robot · 2 years, 3 months ago
  22. 7c60aaa Merge "Create an MdnsServiceTypeClient using a SocketKey" by Paul Hu · 2 years, 3 months ago
  23. a8d1cab Merge "Notify socket changes using a SoketKey" by Paul Hu · 2 years, 3 months ago
  24. be65f24 ethernet: delete superfluous helper function by Patrick Rohr · 2 years, 3 months ago
  25. 0e1977e Improve logging and shutdown executor properly by Yuyang Huang · 2 years, 3 months ago
  26. f50cbff Revert "Importing the following changes from gmscore" by Yuyang Huang · 2 years, 3 months ago
  27. 62b6439 Create an MdnsServiceTypeClient using a SocketKey by Paul Hu · 2 years, 4 months ago
  28. 2f236e9 Notify socket changes using a SoketKey by Paul Hu · 2 years, 4 months ago
  29. bff1cf7 Importing the following changes from gmscore by Yuyang Huang · 2 years, 3 months ago
  30. 01b9882 Merge "Enable useSessionIdToScheduleMdnsTask" by Yuyang Huang · 2 years, 3 months ago
  31. e0f07a9 Merge "Fix cache flush always causing response change" by Yuyang Huang · 2 years, 3 months ago
  32. c505844 Enable useSessionIdToScheduleMdnsTask by Yuyang Huang · 2 years, 3 months ago
  33. 98a44bc Fix cache flush always causing response change by Remi NGUYEN VAN · 2 years, 3 months ago
  34. c54aa72 Adjust the notifyNetworkUnrequested on handleRegisterListener by Paul Hu · 2 years, 3 months ago
  35. 83ec7f4 Add more logs for debugging by Paul Hu · 2 years, 3 months ago
  36. 1667bfe Merge "Update record receipt time on records updated" by Treehugger Robot · 2 years, 3 months ago
  37. 86f6741 Update record receipt time on records updated by Yuyang Huang · 2 years, 3 months ago
  38. a8efbe0 Take the multicast lock on mDNS usage by Remi NGUYEN VAN · 2 years, 3 months ago
  39. 83bd5a5 Merge changes If830eb53,If03514f1 by Paul Hu · 2 years, 3 months ago
  40. bb69412 Update tethered/local only interfaces when no all networks request by Paul Hu · 2 years, 3 months ago
  41. fbba5e8 Use wifi p2p interfaces for mDNS by Paul Hu · 2 years, 3 months ago
  42. c823dc2 Merge changes from topic "refresh-record" by Yuyang Huang · 2 years, 3 months ago
  43. f2cc01d Renew the SRV/TXT records if half of TTL passed by Yuyang Huang · 2 years, 3 months ago
  44. ff96322 Turn on removeExpiredService feature by Yuyang Huang · 2 years, 3 months ago
  45. d72daab Matches all MdnsServiceTypeClient if using MdnsSocketClient by Yuyang Huang · 2 years, 3 months ago
  46. 243d1a5 Add MdnsDiscoveryManager constructor without looper by Yuyang Huang · 2 years, 3 months ago
  47. f4cf270 Merge "Do not process null network packets on all clients" by Remi NGUYEN VAN · 2 years, 3 months ago
  48. 5a1c614 Merge "Only send to downstream ifaces for null network" by Remi NGUYEN VAN · 2 years, 3 months ago
  49. 401ab44 Merge "Use the ServiceTypeClient network for queries" by Remi NGUYEN VAN · 2 years, 3 months ago
  50. 0ba206c Do not process null network packets on all clients by Remi NGUYEN VAN · 2 years, 3 months ago
  51. 87c374a Only send to downstream ifaces for null network by Remi NGUYEN VAN · 2 years, 3 months ago
  52. 9d778c7 Delete the LinkAddress in cache when RTM_DELADDR is received by Yuyang Huang · 2 years, 4 months ago
  53. 404c1bf Use the ServiceTypeClient network for queries by Remi NGUYEN VAN · 2 years, 3 months ago
  54. d0ebd70 Merge changes from topic "MdnsDM_running_on_looper_thread" by Paul Hu · 2 years, 4 months ago
  55. c61c578 Merge "Use case-insensitive matching in discovery/advertising" by Yuyang Huang · 2 years, 4 months ago
  56. 92ca0b7 Merge "Add Log.wtf when transports are missing" by Yuyang Huang · 2 years, 4 months ago
  57. 7f0af78 Pass NsdService thread looper to MdnsDiscoveryManager by Paul Hu · 2 years, 4 months ago
  58. bd4140e Ensure MdnsDiscoveryManager calls to ServiceTypeClients on looper thread by Paul Hu · 2 years, 4 months ago
  59. 73772f3 Use case-insensitive matching in discovery/advertising by Yuyang Huang · 2 years, 4 months ago
  60. 3d66b04 Stop MdnsServiceTypeClient send on socket destroy by Remi NGUYEN VAN · 2 years, 4 months ago
  61. 5fe9bac Do not send socket destroyed on unregistration by Remi NGUYEN VAN · 2 years, 4 months ago
  62. 58c7dce Add Log.wtf when transports are missing by Yuyang Huang · 2 years, 4 months ago
  63. 4bcc151 Merge "Do not immediately send new queries on cache hit" by Treehugger Robot · 2 years, 4 months ago
  64. 58bb0a1 Do not immediately send new queries on cache hit by Remi NGUYEN VAN · 2 years, 4 months ago
  65. ce44beb Implement proper subtype advertising by Remi NGUYEN VAN · 2 years, 4 months ago
  66. f2d0641 Implement proper discovery with subtypes by Remi NGUYEN VAN · 2 years, 4 months ago
  67. 2f82fcd Ensure service type ends with a dot in discovery by Remi NGUYEN VAN · 2 years, 4 months ago
  68. f2a51ac Remove the ServiceTypeClient after socket destroyed by Paul Hu · 2 years, 4 months ago
  69. 3e497c7 Merge "Use a single SharedLog for all mdns components" by Paul Hu · 2 years, 4 months ago
  70. 598ca1e Merge "Fix template for test network needs fine location permission" by Junyu Lai · 2 years, 4 months ago
  71. 14667de Use a single SharedLog for all mdns components by Paul Hu · 2 years, 5 months ago
  72. 49078d7 Merge "Process all responses if the network is null in MdnsServiceTypeClient" by Paul Hu · 2 years, 4 months ago
  73. bdf82a2 Process all responses if the network is null in MdnsServiceTypeClient by Paul Hu · 2 years, 6 months ago
  74. ab809e5 Merge "Fix isFeatureEnabled namespace and overload usage" by Treehugger Robot · 2 years, 4 months ago
  75. de802c8 Avoid going over max service name length when renaming NSD services by Yuyang Huang · 2 years, 4 months ago
  76. a58914b Fix template for test network needs fine location permission by Junyu Lai · 2 years, 4 months ago
  77. 278db58 Fix isFeatureEnabled namespace and overload usage by Motomu Utsumi · 2 years, 5 months ago
  78. bee2ee1 Move ConnectivityResources to service-connectivity by Remi NGUYEN VAN · 2 years, 7 months ago
  79. f410cca Merge "Refactor the ISocketNetLinkMonitor to AbstractSocketNetlink" by Yuyang Huang · 2 years, 4 months ago
  80. 0f5a462 Merge "Refactor the InetSocketAddress in MulticastPacketReader to use port zero" by Yuyang Huang · 2 years, 4 months ago
  81. 3cae60b Merge "Move some utility methods to MdnsUtils" by Paul Hu · 2 years, 4 months ago
  82. b94a8eb Merge "Refactors common scope id setup code into utility function" by Yuyang Huang · 2 years, 4 months ago
  83. 58d7961 Refactor the InetSocketAddress in MulticastPacketReader to use port zero by Yuyang Huang · 2 years, 4 months ago
  84. 508e508 Refactor the ISocketNetLinkMonitor to AbstractSocketNetlink by Yuyang Huang · 2 years, 4 months ago
  85. a6a6ff9 Refactors common scope id setup code into utility function by Yuyang Huang · 2 years, 4 months ago
  86. 336121d Merge "Add MdnsServiceCache" by Paul Hu · 2 years, 4 months ago
  87. 5fffb2d Move some utility methods to MdnsUtils by Paul Hu · 2 years, 4 months ago
  88. ade3f45 Add MdnsServiceCache by Paul Hu · 2 years, 5 months ago
  89. 8d4be71 Merge "Catching IllegalStateException while device is going to shutdown" by Mark Chien · 2 years, 4 months ago
  90. 2a5a866 Catching IllegalStateException while device is going to shutdown by Min Zhou · 2 years, 5 months ago
  91. b2e67d3 Revert^2 "Put client logs into SharedLog and dump more logs" by Paul Hu · 2 years, 5 months ago
  92. 51ff70d Revert^2 "Record Advertiser history logs for better debugging" by Paul Hu · 2 years, 5 months ago
  93. 60ac0e9 Revert "Revert "Record SocketProvider history logs for better de..." by Paul Hu · 2 years, 5 months ago
  94. 24913d0 Revert "Revert "Record DiscoveryManager history logs for better ..." by Paul Hu · 2 years, 5 months ago
  95. f0f83b6 Merge changes from topic "revert-2535219-TAMNEZLAHT" by Paul Hu · 2 years, 5 months ago
  96. 2f0e914 Revert "Record DiscoveryManager history logs for better debugging" by Paul Hu · 2 years, 5 months ago
  97. 8ffe823 Revert "Record SocketProvider history logs for better debugging" by Paul Hu · 2 years, 5 months ago
  98. 5f55868 Revert "Record Advertiser history logs for better debugging" by Paul Hu · 2 years, 5 months ago
  99. b8a3a63 Revert "Put client logs into SharedLog and dump more logs" by Paul Hu · 2 years, 5 months ago
  100. 0b39135 Merge changes I41743f47,I22577615,I46f806a8,Icaa1df2e by Paul Hu · 2 years, 5 months ago