1. ad344f5 Add new AddStatus overloads using ClusterStatusCode (#33904) by Tennessee Carmel-Veilleux · 10 months ago
  2. 405a083 Add Compare IPAddress in OndiscoveredNode (#33583) by joonhaengHeo · 10 months ago
  3. 0180ee6 Converted src/controller/tests from NL to PW unit tests. (#33351) by feasel · 11 months ago
  4. 6be6e5b Converted unit tests in src/controller/tests/data_model from NL to PW. (#33371) by feasel · 11 months ago
  5. 4c30c82 Clean up AppConfig dependencies (#33333) by mkardous-silabs · 11 months ago
  6. 3c5b92c Make test setup functions terminate on error (#33002) by Maksymilian Knust · 11 months ago
  7. a30b439 Some interface cleanup and make AttributeValueEncoder/Decoder more similar (#33028) by Andrei Litvin · 11 months ago
  8. f4dbc23 [Dnssd] Refactored DiscoveredNodeData definition and usage (#33025) by Suhas Shankar · 11 months ago
  9. 5727ff0 Split out `AttributeAccessInterface.h` into separate headers/cpp for each underlying class (#32984) by Andrei Litvin · 12 months ago
  10. 07f4b35 Separate out attribute access interface registry/cache, remove free functions from InteractionModelEngine.h (#32954) by Andrei Litvin · 12 months ago
  11. f92178b Refactored mDNS Browse Interface (#32866) by Suhas Shankar · 12 months ago
  12. 660c928 Move declarations from `af.h` into the corresponding storage/table/... headers (#32776) by Andrei Litvin · 12 months ago
  13. f72008c Correctly annotate things that are unused when logging is disabled. (#32141) by Boris Zbarsky · 1 year, 1 month ago
  14. 254010c Add orphan header files from `src/controller` to gn (#31882) by Andrei Litvin · 1 year, 2 months ago
  15. 88c0d58 [ICD] Add OnPeerTypeChange for dynamic ICD (#31340) by Song GUO · 1 year, 2 months ago
  16. 4676d27 Remove dependency between chip-tool and the nlunit-test (#31234) by Jakub Latusek · 1 year, 3 months ago
  17. 55f8b88 [icd] add IdleSubscription to ReadClient to support LIT ICD (#30812) by Song GUO · 1 year, 3 months ago
  18. 93be827 Clean-up time conversions on the way to fix #30990 (#31021) by Tennessee Carmel-Veilleux · 1 year, 4 months ago
  19. d389403 Fixed DECLARE_DYNAMIC_CLUSTER to support CLIENT role as well. (#30873) by Kamil Kasperczyk · 1 year, 4 months ago
  20. e9df864 Use global and local setup/terdown when using chip::Test::AppContext (#30657) by Arkadiusz Bokowy · 1 year, 4 months ago
  21. 1d37eb0 [dns-sd] Untangle dependencies between Resolver and ResolverProxy (#30563) by Damian Królik · 1 year, 4 months ago
  22. f0e6fc9 [ICD] Enable ICD run for unit tests (#30097) by mkardous-silabs · 1 year, 5 months ago
  23. 43159a8 Add pw_unit_test support to build configuration (#29479) by Maksymilian Knust · 1 year, 6 months ago
  24. 9dee693 Split out CHIPErrror into a separate source set. (#29494) by Boris Zbarsky · 1 year, 6 months ago
  25. 2b805b2 Re-create "Make AddStatus generally VerifyOrDie and have centralized logging". (#28800) by Andrei Litvin · 1 year, 7 months ago
  26. 9a35c44 Revert "Make AddStatus generally VerifyOrDie and have centralized logging (#28634)" (#28661) by Boris Zbarsky · 1 year, 8 months ago
  27. a98bc64 Make AddStatus generally VerifyOrDie and have centralized logging (#28634) by Andrei Litvin · 1 year, 8 months ago
  28. 40f39f7 Improve size calculation for our packets. (#28563) by Boris Zbarsky · 1 year, 8 months ago
  29. 0c60008 Improve encoding of lists where first item can't fit in packet. (#28346) by Boris Zbarsky · 1 year, 8 months ago
  30. dc59a15 Add missing validity checks to GroupKeyManagement cluster (#28379) by Tennessee Carmel-Veilleux · 1 year, 8 months ago
  31. d9a747b Fix handling of cluster state cache min event number. (#28273) by Boris Zbarsky · 1 year, 8 months ago
  32. 47bd885 [ICD]Add SAT Common TXT key (#28123) by Junior Martinez · 1 year, 8 months ago
  33. edbdf8a [ReadHandler] Report Scheduler class (#27553) by lpbeliveau-silabs · 1 year, 9 months ago
  34. 3e8d8b01 Increase our "waiting for subscription to time out" timer slack. (#27870) by Boris Zbarsky · 1 year, 9 months ago
  35. f467d6f Increase the timer slack TestRead allows to 100ms. (#27443) by Boris Zbarsky · 1 year, 9 months ago
  36. 8d2516a Do proper ACL checks on event reads/subscriptions. (#26761) by Boris Zbarsky · 1 year, 10 months ago
  37. df1f7a8 Fix the various MessageDef EndOf* functions to return CHIP_ERROR. (#26910) by Boris Zbarsky · 1 year, 10 months ago
  38. a8b42c1 Fix java im sub crash (#25505) by yunhanw-google · 2 years, 1 month ago
  39. 99cbba0 Fix subscription liveness timeout computation to include MRP backoff. (#25593) by Boris Zbarsky · 2 years, 1 month ago
  40. e434c6a Make it easier to create TLV context tags fron enum class values. (#25381) by Boris Zbarsky · 2 years, 1 month ago
  41. 511044b Fix some -Wconversion warnings in src/controller. (#25325) by Boris Zbarsky · 2 years, 1 month ago
  42. b89e83b Implemented Feature Flag to Enable/Disable Global EventList Attribute (#25294) by Evgeny Margolis · 2 years, 1 month ago
  43. 0edb83a Remove EmberAfClusterCommand and a bunch of things it entrained. (#25145) by Boris Zbarsky · 2 years, 1 month ago
  44. 2e0737c Implement Global EventList Support (#24862) by Evgeny Margolis · 2 years, 2 months ago
  45. 5a845c6 [icd] Defer subscription resumption (#24725) by Damian Królik · 2 years, 2 months ago
  46. 0e896b4 Add flag to enable/disable dataCache in ClusterStateCache (#24712) by yunhanw-google · 2 years, 2 months ago
  47. 82bfcd5 [tlv] Cleanup TLV module naming (remove CHIP from filenames). (#24312) by Martin Turon · 2 years, 3 months ago
  48. 9e371e6 Add a way for Resolver consumers to cancel operational resolve attempts. (#24010) by Boris Zbarsky · 2 years, 4 months ago
  49. 1c691ec Remove the address type argument from ResolveNodeId. (#24006) by Boris Zbarsky · 2 years, 4 months ago
  50. 0efd318 [OIS] Platform and examples implementation (#23382) by Artur Tynecki · 2 years, 4 months ago
  51. cf32330 Rename 'Test Cluster' to 'Unit Testing' to unstutter class and item naming (#23495) by Andrei Litvin · 2 years, 5 months ago
  52. 72f0471 clang-tidy: apply modernize-loop-convert over a set of files (#23443) by Andrei Litvin · 2 years, 5 months ago
  53. 96b4c0d [darwin] Use DNSServiceReconfirmRecord for A and AAAA records to miti… (#23067) by Vivien Nicolas · 2 years, 5 months ago
  54. a9399de Set of fixes to unit-tests code (#23071) by Artur Tynecki · 2 years, 5 months ago
  55. d520b39 [compiler] Add -Wshorten-64-to-32 compiler flag for is_clang (#23111) by Vivien Nicolas · 2 years, 6 months ago
  56. bd83c1a Add an API to stop a DNS-SD browse operation. (#22823) by Boris Zbarsky · 2 years, 6 months ago
  57. 61b9498 Fix KeepSubscription flag handling (#22805) by Jerry Johns · 2 years, 6 months ago
  58. 15ac917 Use CopyString() Instead strncpy() (#22708) by Evgeny Margolis · 2 years, 6 months ago
  59. e4c075f Fix Descriptor cluster XML to be aligned with spec. (#22508) by Boris Zbarsky · 2 years, 7 months ago
  60. e74bb94 Prevent Reads/Subscription to attributes with no access privilege (#22349) by yunhanw-google · 2 years, 7 months ago
  61. 1972342 Fix timer cancellation to be reliable in LayerImplSelect. (#22375) by Boris Zbarsky · 2 years, 7 months ago
  62. a1643ee Fix liveness timer not firing for subscriptions (#21693) by Jerry Johns · 2 years, 8 months ago
  63. 6cd4676 Establish CASE on re-subscription (#20080) by Jerry Johns · 2 years, 8 months ago
  64. 641e3ad Add #if CHIP_HAVE_CONFIG around *BuildConfig headers (#21169) by Daniel Nicoara · 2 years, 8 months ago
  65. 1807fb1 Rename commissioner/commissionable find to discover (#20429) by Arkadiusz Bokowy · 2 years, 9 months ago
  66. 33b87c6 Ensure that Controller convenience APIs don't notify more than once. (#20241) by Boris Zbarsky · 2 years, 9 months ago
  67. dacfe1b Move unit tests context to platform heap instead of stack/static (#19931) by Andrei Litvin · 2 years, 9 months ago
  68. e98afba [IM] Update read transaction resource minimas (#18884) by Song GUO · 2 years, 10 months ago
  69. 8066e35 Fix computation of min/max interval for subscriptions to be spec comp… (#19262) by yunhanw-google · 2 years, 10 months ago
  70. 668938e Update TestListStructOctet to use member names that are generic (#19321) by tehampson · 2 years, 10 months ago
  71. ac7e2f7 Make test cluster code an "manufacturer extension cluster" (#19288) by Andrei Litvin · 2 years, 10 months ago
  72. dce8007 Add onResubscriptionAttemptedCallback (#19196) by yunhanw-google · 2 years, 10 months ago
  73. b2fe30f Fix typo in TestRead.cpp (#19297) by Song GUO · 2 years, 10 months ago
  74. 2f6de7b [IM] Calculate interaction model timeout accoring to RMP timeouts (#18744) by Song GUO · 2 years, 10 months ago
  75. 50d1c8e Multiple spec compliance fixes to NOC cluster (#18965) by Tennessee Carmel-Veilleux · 2 years, 10 months ago
  76. dbc91b7 Fix ReadInteraction.h (#18825) by yunhanw-google · 2 years, 10 months ago
  77. ebc8c17 [IM] Fix EnsureResourceForSubscription (#18533) by Song GUO · 2 years, 10 months ago
  78. 6c86c94 Pass the ReadClient to ReadClient::Callback::OnDone. (#18740) by Boris Zbarsky · 2 years, 10 months ago
  79. 9490a5f Fix clusterStateCache dataVersion bug (#18593) by yunhanw-google · 2 years, 11 months ago
  80. 3ef81a8 Fix the oversized list handling in ClusterStateCache (#18187) by yunhanw-google · 2 years, 11 months ago
  81. f662b71 Fix the status codes returned from failed Read interactions. (#18575) by Boris Zbarsky · 2 years, 11 months ago
  82. 6b82aee Modify helper endpoint config 4byte default (#18478) by tehampson · 2 years, 11 months ago
  83. 6e22467 [IM] Change type of SubscriptionId-s to uint32_t per spec (#18410) by Song GUO · 2 years, 11 months ago
  84. ab57289 Update DNSSD records for resolve/browse on common vs commission/operational data (#18266) by Andrei Litvin · 2 years, 11 months ago
  85. 05d9ff3 [Test] Add multi-fabric test for 15831 (#17729) by Song GUO · 2 years, 11 months ago
  86. 0b748ff [support] Templatize Counter class (#17883) by Song GUO · 2 years, 11 months ago
  87. e32b749 Only Cache the path with wildcard attribute (#17887) by yunhanw-google · 3 years ago
  88. 077e44e [IM] Update resource minimas for IM as per spec (#16811) by Song GUO · 3 years ago
  89. 4aa0d5f Use async loopback transport for all tests (#17622) by Zang MingJie · 3 years ago
  90. 57471cb Stop using PRI*16 and %zu format specifiers (#17502) by andrei-menzopol · 3 years ago
  91. faf9ed4 Use cached event number in ReadClient (#17442) by yunhanw-google · 3 years ago
  92. 737b702 Fix build breakage (#17421) by Jerry Johns · 3 years ago
  93. cc3a98c Switch PersistedCounter over to using a PersistentStorageDelegate. (#17377) by Boris Zbarsky · 3 years ago
  94. 964adbc Add support for caching events to the `AttributeCache` (#17030) by Jerry Johns · 3 years ago
  95. 57a2df3 AttributeCache should cache data versions and use them in subsequent … (#16602) by yunhanw-google · 3 years ago
  96. 1866f46 Apply clang-tidy readability-else-after-return (#17125) by Andrei Litvin · 3 years ago
  97. 01b5137 [IM] Notify AttributeAccessInterface for end of list (#16670) by Song GUO · 3 years ago
  98. 0c06ba5 Clang tidy readability-redundant-* (#17121) by Andrei Litvin · 3 years ago
  99. 40b08b9 Multi-Device Type Support (#16880) by Jerry Johns · 3 years ago
  100. 589205e Add a way for CommandHandlerInterface to provide a list of accepted/generated command ids. (#16947) by Boris Zbarsky · 3 years ago