1. 7611b99 Adding logging to MTRDeviceController (#34320) by Justin Wood · 8 months ago
  2. 2d789f4 Fixing crashes when comparing objects to nil (#34321) by Justin Wood · 8 months ago
  3. 707e431 Clear data from MTRDevice's ClusterStateCache when elements are removed. (#34212) by Boris Zbarsky · 8 months ago
  4. 9609dff Update Darwin availability annotations. (#34292) by Boris Zbarsky · 8 months ago
  5. 76a7b0b [Metrics] Fixed incorrect key values for metrics in darwin (#34271) by Anush Nadathur · 8 months ago
  6. 3c96d5b Revert "Darwin: Prohibit static initializers in Matter.framework" (#34286) by Justin Wood · 8 months ago
  7. 717b248 Add XML definition for Commissioner Control Cluster (#34242) by Yufeng Wang · 8 months ago
  8. d38ab9a [Darwin] MTRDeviceController getSessionForNode should always use live MTRDevice object (#34269) by Jeff Tung · 8 months ago
  9. 171843d Adding logging to Darwin (#34241) by Justin Wood · 8 months ago
  10. 82eb063 Update energy management clusters xml for 1.4 (#33673) by jamesharrow · 8 months ago
  11. ecfa07a Fix numbering and maturity level of TBR Management XML (#34261) by Tennessee Carmel-Veilleux · 8 months ago
  12. 90310f2 Disabling this darwin feature, doesn't seem to be of use, and is crashing (#34238) by Justin Wood · 8 months ago
  13. 1ca9ac0 [DRYERCTRL] Align description with spec (#34236) by Rob Bultman · 8 months ago
  14. 5a634f5 [Scenes] AttributeValue refactor (#33260) by lpbeliveau-silabs · 8 months ago
  15. 76d68c1 Fix more random Darwin test failures due to timing dependency. (#34210) by Boris Zbarsky · 8 months ago
  16. f779369 Darwin: Ensure we tell the OTA delegate when a transfer ends (#34190) by Karsten Sperling · 8 months ago
  17. f199ba4 Darwin: Prohibit static initializers in Matter.framework (#34168) by Karsten Sperling · 8 months ago
  18. 5a6d0f9 Add Darwin availability annotations for some new features. (#34167) by Boris Zbarsky · 8 months ago
  19. fba5793 XML changes for OccupancySensing rev 5 (#34163) by Tennessee Carmel-Veilleux · 8 months ago
  20. aa4250b Add a String Echo Request and Echo Response Command to the Unit testing cluster by Pradip De · 9 months ago
  21. cde0b92 [ICD] Add ClientType support to the ICDManager and ICD Management cluster (#33811) by mkardous-silabs · 8 months ago
  22. d7028ab Add ServiceArea cluster to Darwin availability annotations. (#34118) by Boris Zbarsky · 9 months ago
  23. ce71ed5 Add xml definition for service area cluster (#33752) by William · 9 months ago
  24. 2829a87 Fix cluster index key name for Darwin attribute cache. (#34078) by Boris Zbarsky · 9 months ago
  25. 9d56786 Moving to NSMapTable to avoid dangling MTRDevices (#33932) by Justin Wood · 9 months ago
  26. c269f62 Fix typo in MTRDevice comment. (#34006) by Boris Zbarsky · 9 months ago
  27. f6ac926 [Metrics] Added additional metrics for CASE and Subscription (#33934) by Anush Nadathur · 9 months ago
  28. 48f6bc1 Update Darwin availability annotations for new features. (#33929) by Boris Zbarsky · 9 months ago
  29. a12a0c0 [XML] Add Matter 1.4 Switch cluster AS feature (#33927) by Tennessee Carmel-Veilleux · 9 months ago
  30. f0bf341 [Darwin] MTRDeviceController getSessionForNode: to use subscription pool as needed (#33856) by Jeff Tung · 9 months ago
  31. 3271a8e Update device-energy-management-cluster.xml based on latest cluster spec (#33771) by PeterC1965 · 9 months ago
  32. bbd3419 [Darwin] MTRDevice should support multiple delegates (#32491) by Jeff Tung · 9 months ago
  33. 23ec1b0 Initialize thread border router management xml template file and run zap_generate_all.py (#33610) by Wang Qixiang · 9 months ago
  34. 23e0f3b Modified wifi network diagnostics cluster name, WiFi to Wi-Fi to match the SPEC (#33746) by cdj · 9 months ago
  35. 5ee4ef6 [Darwin] MTRDevice subscription pool test timeout should be increased (#33812) by Jeff Tung · 9 months ago
  36. c1a6391 Update more Darwin availability annotations. (#33810) by Boris Zbarsky · 9 months ago
  37. dad6154 Stop using MSEC_PER_SEC without directly including relevant headers. (#33795) by Boris Zbarsky · 9 months ago
  38. 3d7e23e Add better APIs for handling FeatureMap in MTRServerAttribute. (#33760) by Boris Zbarsky · 9 months ago
  39. a2a25fb Make removeDevice drop the subscription for an MTRDevice. (#33767) by Boris Zbarsky · 9 months ago
  40. 8b8dadd Fix some random Darwin test failures due to timing dependency. (#33761) by Boris Zbarsky · 9 months ago
  41. d4d9054 Fix Darwin server cluster checks for wildcard read to check received values. (#33737) by Boris Zbarsky · 9 months ago
  42. 2005be9 Make subscription latency estimation in MTRDevice a bit less noisy. (#33717) by Boris Zbarsky · 9 months ago
  43. 24bbdf4 Added secondary network interface device type (#33682) by cdj · 9 months ago
  44. 994a98d Darwin: add helpers for essential attributes for logging; log unexpected C-quality attributes (#33560) by Kiel Oleson · 9 months ago
  45. 923854b Add Thread Network Directory Cluster definition (#33683) by Karsten Sperling · 9 months ago
  46. 294dc18 Add some braces that went missing while applying review suggestions. (#33699) by Boris Zbarsky · 9 months ago
  47. defde89 Fixing crash in darwin framework (#33698) by Justin Wood · 9 months ago
  48. c1e1e6e Add support to intercept attribute report and prune any removed… (#33523) by Nivi Sarkar · 9 months ago
  49. 55012bf Stop using human-readable release names in Darwin availability.yaml. (#33677) by Boris Zbarsky · 9 months ago
  50. 1057daf Darwin: Keep MTRCommissionableBrowser around until OnBleScanStopped (#33674) by Karsten Sperling · 9 months ago
  51. a76d162 [Darwin] MTRDeviceConnectivityMonitor stopMonitoring crash fix (#33666) by Jeff Tung · 9 months ago
  52. fc3591d Add Wi-Fi Network Management Cluster and use correct NIM device type id (#33519) by Karsten Sperling · 10 months ago
  53. 6368d7d Fix up guarantees around the "device cache primed" notification. (#33600) by Boris Zbarsky · 10 months ago
  54. 5656870 Start the helper apps for the MTRDevice pool test as part of the test. (#33604) by Boris Zbarsky · 10 months ago
  55. 3e93ba6 Improve our various round-trip timeout computations. (#33587) by Boris Zbarsky · 10 months ago
  56. 946366a Remove racy Darwin test. (#33594) by Boris Zbarsky · 10 months ago
  57. 638aa28 Updating format strings per feedback in Darwin (#33584) by Justin Wood · 10 months ago
  58. 10f7aa9 Fixing darwin build (#33586) by Justin Wood · 10 months ago
  59. 32a84b4 Building some internal hooks for automation (#33581) by Justin Wood · 10 months ago
  60. 625f5c2 [Darwin] MTRDevice should throttle writes to the attribute storage (#33535) by Jeff Tung · 10 months ago
  61. d5a74d0 Fixing usage of NSUserDefaults (#33576) by Justin Wood · 10 months ago
  62. 8fa5422 Address follow up review comments for not setting up subscription for… (#33573) by Nivi Sarkar · 10 months ago
  63. c3ef110 Do not set up subscription when setting a delegate for a MTRDevice wi… (#33559) by Nivi Sarkar · 10 months ago
  64. fb8d9e5 Consolidating logs on Darwin (#33553) by Justin Wood · 10 months ago
  65. 1bbc450 Darwin: Make MTRSetMessageReliabilityParameters thread-safe (#33527) by Karsten Sperling · 10 months ago
  66. dd55376 Updating logs in darwin framework to enable more by default (#33537) by Justin Wood · 10 months ago
  67. 6bd80b0 Updating min subscription time for darwin to 10 minutes (#33522) by Justin Wood · 10 months ago
  68. 443bb9c [Metrics] Metrics in core commissioning phase (#33247) by Anush Nadathur · 10 months ago
  69. 9b778f3 Darwin: remove `_handleAttributeReport` convenience method (#33489) by Kiel Oleson · 10 months ago
  70. c8abcfd Factor out support for running helper server apps in Darwin tests. (#33506) by Boris Zbarsky · 10 months ago
  71. 7b2f729 Fixing darwin build on mac (#33495) by Justin Wood · 10 months ago
  72. 28b896a Provide an estimate of subscription latency in MTRDevice. (#33490) by Boris Zbarsky · 10 months ago
  73. 3b648b6 [Darwin] MTRDeviceController to limit concurrent subscriptions to Thread-enabled devices (#33472) by Jeff Tung · 10 months ago
  74. 4c6e8bc Darwin: MTRDevice should not persist non-priming attribute values for attributes with Changes Omitted Quality (#33408) by Kiel Oleson · 10 months ago
  75. bb12311 Fix historical event detection in MTRDevice. (#33462) by Boris Zbarsky · 10 months ago
  76. f4e02d4 Only store data version if the readCache changed (#33466) by Justin Wood · 10 months ago
  77. 3186155 Darwin: Namespace common class names (#33459) by Kiel Oleson · 10 months ago
  78. 42c0aa5 [Darwin] Disable metric collector debug logging (#33458) by Anush Nadathur · 10 months ago
  79. 517d5cb Fix Darwin tests in newer Xcode versions. (#33456) by Boris Zbarsky · 10 months ago
  80. 3219a5f Ember compatibility layer - split out GlobalAttributeAccessInterface and the I/O buffer (#33396) by Andrei Litvin · 10 months ago
  81. c291336 Updating documentation to make this more clear how to use CHIPTool (#33431) by Justin Wood · 10 months ago
  82. fb0394d Darwin: Add missing import (#33429) by Karsten Sperling · 10 months ago
  83. 70d9a61 [Darwin] Fix MTRDeviceConnectivityMonitor DNSServiceRefDeallocate call on the correct queue (#33410) by Jeff Tung · 10 months ago
  84. 2d6d403 Update Darwin availability annotations. (#33405) by Boris Zbarsky · 10 months ago
  85. 0d67568 Darwin: Address various MTRSetupPayload issues (#33286) by Karsten Sperling · 10 months ago
  86. 550b1c1 [Darwin] MTRDeviceConnectivityMonitor should weakify before using self in a handler block (#33395) by Jeff Tung · 10 months ago
  87. d653df1 Darwin `ValveConfigurationAndControl` introduction (#33370) by Kiel Oleson · 10 months ago
  88. 7be4e8b Darwin: promote `BooleanStateConfiguration` from Provisional to Introduced (#33323) by Kiel Oleson · 10 months ago
  89. ab22a01 Darwin Tests: Add missing os/lock.h import (#33349) by Karsten Sperling · 10 months ago
  90. bc0f5ee [mrp] Increase default retry interval for Thread (#33314) by Damian Królik · 10 months ago
  91. 408eaf6 Move config header dependencies from platform to platform_base (#33324) by Karsten Sperling · 10 months ago
  92. 457c600 Darwin: promote ElectricalEnergyMeasurement out of Provisional to Introduced (#33322) by Kiel Oleson · 10 months ago
  93. d776522 [Darwin] Add optional concurrent execution to MTRAsyncWorkQueue (#33154) by Jeff Tung · 10 months ago
  94. 98b14ed Matter.framework should explicitly look for things in the SRP domain. (#33319) by Boris Zbarsky · 10 months ago
  95. e01eb4e Darwin: Promote Electrical Power Measurement out of Provisional to Introduced (#33316) by Kiel Oleson · 10 months ago
  96. 062e063 Remove Darwin provisional markings for concentration measurement clusters. (#33304) by Boris Zbarsky · 10 months ago
  97. 98c10ee Re-enable the leak detection in MTRTestCase, now that the test leaks are fixed. (#33277) by Boris Zbarsky · 10 months ago
  98. f0ba374 Remove Darwin provisional markings for resource monitoring clusters. (#33297) by Boris Zbarsky · 10 months ago
  99. 0afc132 Fix leak in MTRBaseDevice tests. (#33275) by Boris Zbarsky · 10 months ago
  100. beb7f11 Remove provisional markings from SmokeCOAlarm and AirQuality in Matter.framework. (#33282) by Boris Zbarsky · 10 months ago