1. 2f37e81 Make Tethering public API for DO/Carrier apps by Quang Anh Luong · 12 months ago
  2. dd87fb0 Merge "Change ethernet enabled state from int to using boolean" into main by Chuwei He · 8 months ago
  3. 9efa5f8 Change ethernet enabled state from int to using boolean by Chuwei He · 9 months ago
  4. 3e8bfe9 Merge "Fix setEthernetEnabled API to properly affect administrative state" into main by Chuwei He · 9 months ago
  5. 694aa02 Fix setEthernetEnabled API to properly affect administrative state by Chuwei He · 9 months ago
  6. 3e9d905 Merge "Refactor query delay calculations" into main by Treehugger Robot · 9 months ago
  7. 9dbe694 Merge "Remove the VisibleForTesting annotation." into main by Treehugger Robot · 9 months ago
  8. 5f71222 Remove the VisibleForTesting annotation. by Paul Hu · 9 months ago
  9. b0999c0 Merge "Add LRU cache with expiry class" into main by Junyu Lai · 9 months ago
  10. d5f09a9 Add LRU cache with expiry class by Junyu Lai · 10 months ago
  11. 30ff675 Merge "Add config for client-side traffic stats rate-limit cache." into main by Junyu Lai · 9 months ago
  12. 05be25b Merge changes Ia7ea051f,I38bdfe00 into main by Treehugger Robot · 9 months ago
  13. 457b54a Merge "Address review comments at aosp/3249945" into main by Treehugger Robot · 9 months ago
  14. b9071f8 Add config for client-side traffic stats rate-limit cache. by Junyu Lai · 10 months ago
  15. 40311a2 Merge "Clarify advertising logs" into main by Treehugger Robot · 9 months ago
  16. 24fcc36 Use device config to enable/disable the rate-limit cache feature by Junyu Lai · 10 months ago
  17. 9fb574d Address review comments at aosp/3249945 by Junyu Lai · 10 months ago
  18. 625342e Clarify advertising logs by Paul Hu · 10 months ago
  19. aa6b4c3 Refactor query delay calculations by Remi NGUYEN VAN · 10 months ago
  20. 3e25dcd Merge "Clarify logs in MdnsServiceTypeClient" into main by Treehugger Robot · 10 months ago
  21. c0e7097 Standardize handler thread checks by Paul Hu · 10 months ago
  22. 3c052f3 Clarify logs in MdnsServiceTypeClient by Paul Hu · 10 months ago
  23. b0e3eaf Merge "Consolidate handler thread check functions in HandlerUtils" into main by Treehugger Robot · 10 months ago
  24. 8589c09 Delete a surprising amount of dead code by Patrick Rohr · 10 months ago
  25. 84a40ff Consolidate handler thread check functions in HandlerUtils by Paul Hu · 10 months ago
  26. 49bf74e Merge "Move buildMdnsServiceInfoFromResponse to MdnsUtils." into main by Paul Hu · 10 months ago
  27. f311b43 Move buildMdnsServiceInfoFromResponse to MdnsUtils. by Paul Hu · 1 year ago
  28. ef1b2ea Merge "Ensure the dump service is completed" into main by Paul Hu · 10 months ago
  29. 7871320 Ensure the dump service is completed by Paul Hu · 1 year ago
  30. f4d6946 Rename queryCount -> queryIndex by Remi NGUYEN VAN · 10 months ago
  31. 6288cce Rename getDelayUntilNextTaskWithoutBackoff by Remi NGUYEN VAN · 10 months ago
  32. 6a7e703 Merge "Remove cached services when the network is disconnected or unrequested" into main by Treehugger Robot · 11 months ago
  33. 079c77c Remove cached services when the network is disconnected or unrequested by Paul Hu · 12 months ago
  34. a8746d5 Rename Service Side TrafficStats Cache by Yun-Chen Cheng · 11 months ago
  35. 05fb57e Merge "No-op refactoring for TrafficStats APIs" into main by Yun-Chen Cheng · 11 months ago
  36. 69b8360 No-op refactoring for TrafficStats APIs by Yun-Chen Cheng · 11 months ago
  37. 7089617 Merge changes Id9799762,I9d749393 into main by Paul Hu · 11 months ago
  38. f7e7b42 Introduce FlagOverrideProvider#getIntValueForTest by Paul Hu · 12 months ago
  39. 61a220e Add DiscoveryExecutor#executeDelayed by Paul Hu · 12 months ago
  40. 8640338 Minor Fix in NetworkStatsService by Junyu Lai · 1 year, 2 months ago
  41. 435ca43 Merge "Shedule task with current run if there is a service in the cache" into main by Paul Hu · 12 months ago
  42. 89abf53 Shedule task with current run if there is a service in the cache by Paul Hu · 1 year, 1 month ago
  43. 1022c38 Dump cached services by Paul Hu · 1 year ago
  44. d52637f Style changes for avoidAdvertisingEmptyTxtRecords by Remi NGUYEN VAN · 12 months ago
  45. 9ffc068 Add boilerplate code for CertificateTransparencyService by Sandro Montanari · 1 year ago
  46. fecc2ec Unit test for intent spam by Yun-Chen Cheng · 1 year ago
  47. 0682bdc Fix spamming of network stats updated intent by Junyu Lai · 1 year, 2 months ago
  48. 73889ed Merge "Add removeServices method in MdnsServiceCache" into main by Paul Hu · 1 year ago
  49. d90f318 Add removeServices method in MdnsServiceCache by Paul Hu · 1 year ago
  50. 89b87e1 Fix ktlint errors by Remi NGUYEN VAN · 1 year ago
  51. 9ecc570 Do not send empty TXT records by Remi NGUYEN VAN · 1 year, 1 month ago
  52. 6ade6e2 Merge "Update the QueryTaskConfig constructor" into main by Paul Hu · 1 year, 1 month ago
  53. e0051d4 Modify DnsUtils to use uppercase DNS label conversion by Yuyang Huang · 1 year, 1 month ago
  54. 8c5dc51 Update the QueryTaskConfig constructor by Paul Hu · 1 year, 1 month ago
  55. d851a04 Consolidate DNS label comparison functions in DnsUtils by Yuyang Huang · 1 year, 1 month ago
  56. c5ba281 Merge "Display correct expiration time of service record" into main by Treehugger Robot · 1 year, 1 month ago
  57. a428c1f Display correct expiration time of service record by Paul Hu · 1 year, 1 month ago
  58. 2bbcc34 Ensure all DatagramPackets with the same destination address by Paul Hu · 1 year, 4 months ago
  59. 58526e4 Merge changes I76b0a7ba,If7308f1a,Ica8faced,Ia8f42ed0,I975afb45, ... into main by Treehugger Robot · 1 year, 2 months ago
  60. d4c6516 Add some documentation to EthernetInterfaceStateMachine by Patrick Rohr · 1 year, 2 months ago
  61. 0129a7a Add support for link state tracking by Patrick Rohr · 1 year, 2 months ago
  62. 990ea86 Add missing call to add states to state machine by Patrick Rohr · 1 year, 2 months ago
  63. e3e9d4b Make class testable by Patrick Rohr · 1 year, 2 months ago
  64. 903f230 Log.wtf if block times out by Patrick Rohr · 1 year, 2 months ago
  65. 49cea0f Wait on IpClient#onQuit in StartedState#exit by Patrick Rohr · 1 year, 2 months ago
  66. 2bdae82 Use TAG instead by Patrick Rohr · 1 year, 2 months ago
  67. a403056 Introduce CMD_ON_NETWORK_NEEDED and CMD_ON_NETWORK_UNNEEDED messages by Patrick Rohr · 1 year, 2 months ago
  68. 9cc02c2 Clean up and document state lifecycle by Patrick Rohr · 1 year, 2 months ago
  69. 3900b06 Implement NetworkOffer in EthernetInterfaceStateMachine by Patrick Rohr · 1 year, 2 months ago
  70. 4e66791 Add boilerplate to represent interface states in state machine by Patrick Rohr · 1 year, 2 months ago
  71. 3034cc6 Fix a comment in MdnsAdvertiser.java by Handa Wang · 1 year, 2 months ago
  72. ff989c9 Merge "Enable some mdns features as default" into main am: 4fd27d4089 by Treehugger Robot · 1 year, 2 months ago
  73. 6278e2d Enable some mdns features as default by Paul Hu · 1 year, 2 months ago
  74. 6587d6c Merge changes If3dbe234,Ia1299759 into main am: 67b67908a1 by Junyu Lai · 1 year, 2 months ago
  75. 67b6790 Merge changes If3dbe234,Ia1299759 into main by Junyu Lai · 1 year, 2 months ago
  76. 11681f9 Dump current max entries and cache duration even if the flags change by Junyu Lai · 1 year, 3 months ago
  77. 2b9afc1 Merge changes from topic "2nd-landing-fix" into main am: b82cabf8c9 by Junyu Lai · 1 year, 2 months ago
  78. b82cabf Merge changes from topic "2nd-landing-fix" into main by Junyu Lai · 1 year, 2 months ago
  79. cda42b8 Merge "Report isKnownService in discovery stop metrics" into main am: 4171348894 by Paul Hu · 1 year, 2 months ago
  80. b771670 Report isKnownService in discovery stop metrics by Paul Hu · 1 year, 2 months ago
  81. a9c4e57 Merge Android 24Q2 Release (ab/11526283) to aosp-main-future by Xin Li · 1 year, 3 months ago
  82. f53e9cf Check compat change flag for rate-limit cache by Junyu Lai · 1 year, 4 months ago
  83. b60b24f Merge "Revert "Allow MAC addresses to configure IP configurations"" into main by Treehugger Robot · 1 year, 3 months ago
  84. 1ad35a9 Revert "Allow MAC addresses to configure IP configurations" by Patrick Rohr · 1 year, 3 months ago
  85. 034705d [mdns] Skip conflict check for incoming mDNS answer records which are by Handa Wang · 1 year, 3 months ago
  86. e79015a Revert "Temporary disable rate-limit cache for TrafficStats" by Junyu Lai · 1 year, 3 months ago
  87. 414e959 Handle closed SAs in requestIpSecTransformState by Yan Yan · 1 year, 3 months ago
  88. 8b74e11 [mdns] allow only one registration to have addresses for a hostname by Handa Wang · 1 year, 4 months ago
  89. 52497d6 [mdns] service implementation for public key by Handa Wang · 1 year, 7 months ago
  90. a1a80ad [mdns] add elapsedRealTime() to Dependencies for MdnsRecordRepository by Handa Wang · 1 year, 4 months ago
  91. c8de4cb [mdns] separate the multicast reply quota for IPv4 and IPv6 by Handa Wang · 1 year, 4 months ago
  92. fd207b8 Merge "Allow MAC addresses to configure IP configurations" into main by Treehugger Robot · 1 year, 4 months ago
  93. dbbada4 Allow MAC addresses to configure IP configurations by Chris Desir · 1 year, 4 months ago
  94. f41e601 Merge "[mdns] allow hostnames beginning with a digit" into main by Handa Wang · 1 year, 4 months ago
  95. 8310a5e [mdns] allow hostnames beginning with a digit by Handa Wang · 1 year, 4 months ago
  96. 21b36d8 Temporary disable rate-limit cache for TrafficStats by Junyu Lai · 1 year, 4 months ago
  97. cede654 Merge "Report sent query count in resolution stop metrics" into main by Paul Hu · 1 year, 4 months ago
  98. 47c8196 Merge changes from topic "rate-limit-trafficstats" into main by Treehugger Robot · 1 year, 4 months ago
  99. edaeecd Report sent query count in resolution stop metrics by Paul Hu · 1 year, 4 months ago
  100. 233362b Make cache duration and max entries configurable by Junyu Lai · 1 year, 4 months ago