1. 3a632ae Support multiple IPv4 / IPv6 addresses in MdnsResponse by Paul Hu · 2 years, 6 months ago
  2. de5adc4 Merge changes I488cc768,Icb9ed7ae,Ib18c3afb,Iba293b47,Ied55829c, ... by Remi NGUYEN VAN · 2 years, 6 months ago
  3. 5df1bc4 Return ERROR_NO_ANSWERS for replies with no answer by Remi NGUYEN VAN · 2 years, 6 months ago
  4. 4481008 Allow resolving previously undiscovered services by Remi NGUYEN VAN · 2 years, 7 months ago
  5. bb62b1d Use resolveInstanceName in NsdService by Remi NGUYEN VAN · 2 years, 7 months ago
  6. 42b1042 Add missing SRV/TXT/address records to responses by Remi NGUYEN VAN · 2 years, 7 months ago
  7. 36981e2 Update record TTL in set/add methods by Remi NGUYEN VAN · 2 years, 6 months ago
  8. af4ea58 Clear inetaddress fields when removing the record by Remi NGUYEN VAN · 2 years, 6 months ago
  9. 09cad2b Merge "Uses identical hostName across all interface" by Yuyang Huang · 2 years, 6 months ago
  10. 8d45846 Merge "Revert "Implement the stop resolution with MdnsDiscoveryManager"" by Ahmad Khalil · 2 years, 6 months ago
  11. 4b8d45a Revert "Implement the stop resolution with MdnsDiscoveryManager" by Ahmad Khalil · 2 years, 6 months ago
  12. 1246c72 Merge "Implement the stop resolution with MdnsDiscoveryManager" by Paul Hu · 2 years, 6 months ago
  13. 6772a31 Merge "Stop monitoring sockets until all sockets are unrequested" by Paul Hu · 2 years, 6 months ago
  14. 7311c42 Uses identical hostName across all interface by Yuyang Huang · 2 years, 6 months ago
  15. 6d77c41 Implement the stop resolution with MdnsDiscoveryManager by Paul Hu · 2 years, 7 months ago
  16. 9e54059 Merge changes I8157c373,I495db18d by Remi NGUYEN VAN · 2 years, 6 months ago
  17. 58f2060 Stop monitoring sockets until all sockets are unrequested by Paul Hu · 2 years, 7 months ago
  18. 016aad9 Build MdnsResponse in ServiceTypeClient by Remi NGUYEN VAN · 2 years, 7 months ago
  19. 91c3939 Support follow-up queries for missing records by Remi NGUYEN VAN · 2 years, 7 months ago
  20. 6dd0be0 Fix wrong sample order written by NetworkStatsService by Aaron Huang · 2 years, 7 months ago
  21. 39dc03f Merge changes I31885637,I68943651 by Patrick Rohr · 2 years, 7 months ago
  22. 1c19f5d ethernet: rename restart() to maybeRestart() by Patrick Rohr · 2 years, 7 months ago
  23. 84d3f48 ethernet: remove IpClient null check before restart by Patrick Rohr · 2 years, 7 months ago
  24. e7d5ba3 Keep backward compatibility for the format of event log by Aaron Huang · 2 years, 7 months ago
  25. b31a85a Minor simplification to IpSecService#bindToRandomPort. by Lorenzo Colitti · 2 years, 7 months ago
  26. b38fef8 Experimental support for IPv6 UDP encap. by Lorenzo Colitti · 2 years, 7 months ago
  27. e324909 Merge "Allow Advertiser, DiscoveryManager runtime toggle" by Remi NGUYEN VAN · 2 years, 7 months ago
  28. d49dc35 Merge "Combine SparseArrays in ClientInfo" by Treehugger Robot · 2 years, 7 months ago
  29. 2390fb2 ethernet: prevent provisioning failure loop by Patrick Rohr · 2 years, 8 months ago
  30. d2c5e3b Merge changes from topic "defer-until-active" by Sudheer Shanka · 2 years, 8 months ago
  31. a8a777b Allow Advertiser, DiscoveryManager runtime toggle by Remi NGUYEN VAN · 2 years, 8 months ago
  32. 8f453b9 Combine SparseArrays in ClientInfo by Remi NGUYEN VAN · 2 years, 8 months ago
  33. 26774e5 Move mdns package to the right directory by Remi NGUYEN VAN · 2 years, 8 months ago
  34. 7dddc31 Add defer-until-active policy to NETWORK_STATS_CHANGED. by Sudheer Shanka · 2 years, 8 months ago
  35. 1b71b7f Register network tracing in system_server after boot by Ryan Zuklie · 2 years, 8 months ago
  36. 5fc52a4 Merge "Do not return found services on dummy0" by Remi NGUYEN VAN · 2 years, 8 months ago
  37. 643edb6 Do not return found services on dummy0 by Remi NGUYEN VAN · 2 years, 8 months ago
  38. 3c42e51 Merge "Implement conflict detection" by Remi NGUYEN VAN · 2 years, 8 months ago
  39. c8db64b Implement conflict detection by Remi NGUYEN VAN · 2 years, 8 months ago
  40. 18aeccc New API to listen service update by Paul Hu · 2 years, 9 months ago
  41. fd02056 Merge "New API to stop service resolution" by Remi NGUYEN VAN · 2 years, 8 months ago
  42. 5b9074c Optionally use MdnsAdvertiser for advertising by Remi NGUYEN VAN · 2 years, 8 months ago
  43. b58deb7 New API to stop service resolution by Paul Hu · 2 years, 9 months ago
  44. 38f5d46 Merge "Implement service resolved callback" by Paul Hu · 2 years, 8 months ago
  45. aa15a8e Merge changes I69128db9,I13db22f8 by Remi NGUYEN VAN · 2 years, 8 months ago
  46. fe73104 Merge "Factor out response decoding into MdnsPacket" by Remi NGUYEN VAN · 2 years, 8 months ago
  47. f71485f Merge changes I298816ac,I3f41b4fe,Ibd782029 by Paul Hu · 2 years, 8 months ago
  48. 75069ed Implement service resolved callback by Paul Hu · 2 years, 8 months ago
  49. b1b7fab Implement onServiceConflict by Remi NGUYEN VAN · 2 years, 8 months ago
  50. 4667649 Add replying to queries by Remi NGUYEN VAN · 2 years, 8 months ago
  51. 5fbaea5 Factor out response decoding into MdnsPacket by Remi NGUYEN VAN · 2 years, 8 months ago
  52. 319751a Implement service lost callback by Paul Hu · 2 years, 8 months ago
  53. 019621e Implement service found callback by Paul Hu · 2 years, 8 months ago
  54. 23fa202 Use MdnsDiscoveryManager for discovery by Paul Hu · 2 years, 8 months ago
  55. a3ed259 Merge "Remove dev recorder from NetworkStatsService" by Aaron Huang · 2 years, 8 months ago
  56. 1b81be6 Merge "Create the MdnsDiscoveryManager" by Paul Hu · 2 years, 8 months ago
  57. 4bd98ef Create the MdnsDiscoveryManager by Paul Hu · 2 years, 8 months ago
  58. e4bd27f Implement exit announcements by Remi NGUYEN VAN · 2 years, 8 months ago
  59. bdc2d50 Implement announcements on probing success by Remi NGUYEN VAN · 2 years, 8 months ago
  60. 2bb41be Merge "Move mDNS code to service-connectivity-t" by Paul Hu · 2 years, 8 months ago
  61. 03a51d5 Move mDNS code to service-connectivity-t by Paul Hu · 2 years, 8 months ago
  62. 6e30150 Merge "ethernet: inline IpClient provisioning" by Patrick Rohr · 2 years, 8 months ago
  63. 73270d8 ethernet: inline IpClient provisioning by Patrick Rohr · 2 years, 8 months ago
  64. 4930e78 Fix invalid base64 map dump when map has no entry by Motomu Utsumi · 2 years, 8 months ago
  65. 136e603 Apply "most-recent" delivery policy to NETWORK_STATS_UPDATED. by Sudheer Shanka · 2 years, 11 months ago
  66. 2e18f3e Remove dev recorder from NetworkStatsService by Aaron Huang · 3 years, 1 month ago
  67. a48dcd9 Require IPSEC_TUNNEL_MIGRATION feature flag to migrate transforms by Yan Yan · 2 years, 11 months ago
  68. e114b38 Support IPsec transform migration by Yan Yan · 4 years, 7 months ago
  69. b6f2a3e Merge "ethernet: consolidate interface enabling functions in EthernetTracker" by Treehugger Robot · 2 years, 10 months ago
  70. cf4d784 ethernet: fix nullability annotations by Patrick Rohr · 2 years, 10 months ago
  71. 18ddc7d Merge "Fix policy leak by deleting forwarding security policies" by Yan Yan · 2 years, 10 months ago
  72. f4eceba Fix policy leak by deleting forwarding security policies by Yan Yan · 2 years, 10 months ago
  73. 6150134 ethernet: consolidate interface enabling functions in EthernetTracker by Patrick Rohr · 2 years, 11 months ago
  74. ea23c52 Merge "Remove unused mOpenSessionCallsPerUid from NetworkStatsService" by Treehugger Robot · 2 years, 11 months ago
  75. af1b47c Filter ifaces for uid operations value before combine by Aaron Huang · 3 years, 4 months ago
  76. cfc74d4 Merge changes Ifb7305be,I74d9d074,Ia0f6b67c,Ib14f444b by Patrick Rohr · 3 years ago
  77. f7b850a ethernet: fix interface state callbacks ignoring restricted permission by Patrick Rohr · 3 years, 1 month ago
  78. ae3ace4 ethernet: fix IpClient restart when link is down by Patrick Rohr · 3 years ago
  79. 53c84a8 ethernet: ignore NUD failures for static ip configurations by Patrick Rohr · 3 years ago
  80. a9c4dee Use BpfDump#dumpMapStatus in NetworkStatsService by Motomu Utsumi · 3 years ago
  81. 809a316 Move Interface stats map dump to NetworkStatsService by Motomu Utsumi · 3 years, 1 month ago
  82. 64b7696 ethernet: unregister NetworkAgent before stopping IpClient by Patrick Rohr · 3 years ago
  83. 0a822f8 Merge changes I0b88bc8b,I60d884db,I436858e7,Iaaace0e6,Ie7ee84c3, ... by Patrick Rohr · 3 years ago
  84. cc2bf28 ethernet: fix callbacks for running interfaces by Patrick Rohr · 3 years, 1 month ago
  85. d337299 ethernet: fix enable/disableInterface result by Patrick Rohr · 3 years ago
  86. 2b0a6dc mUidCounterSetMap - key, which is uid, U32 -> S32 by Maciej Żenczykowski · 3 years ago
  87. f4913b1 Merge "StatsMapKey.java - uid U32 -> S32" by Maciej Żenczykowski · 3 years ago
  88. 7cbeb0e StatsMapKey.java - uid U32 -> S32 by Maciej Żenczykowski · 3 years ago
  89. 2f0ffdb UidStatsMapKey.java - uid U32 -> S32 by Maciej Żenczykowski · 3 years ago
  90. 66b98ba Migrate BpfInterfaceMapUpdater from U32 to S32 by Maciej Żenczykowski · 3 years ago
  91. 2716323 Merge "Add ServiceSpecificException to avoid system crash" by Junyu Lai · 3 years ago
  92. fdb6016 Move Interface index name map dump to NetworkStatsService by Motomu Utsumi · 3 years, 1 month ago
  93. 608c32c Move stats map A/B dump to NetworkStatsService by Motomu Utsumi · 3 years, 1 month ago
  94. 95e095d Add BpfInterfaceMapUpdater#getIfNameByIndex by Motomu Utsumi · 3 years, 1 month ago
  95. 08ccd0d Merge changes from topic "idiag_sock_id" by Motomu Utsumi · 3 years ago
  96. fd20025 Add ServiceSpecificException to avoid system crash by Min Yun · 3 years ago
  97. 65bfcd8 Remove unused mOpenSessionCallsPerUid from NetworkStatsService by Aaron Huang · 3 years ago
  98. 5d7cbdd Create ethernet directory if it's not exist by Milim Lee · 3 years ago
  99. d95a0da Switch SkDestroyListener based on the flag. by Motomu Utsumi · 3 years ago
  100. 279733e Merge "Fix settings show data usage with the uid of a removed package" by Aaron Huang · 3 years ago