1. a712f77 [ICD] Add subscriber request max interval getter (#36021) by mkardous-silabs · 6 months ago
  2. 7b2adc6 API renames: `chip::app::InteractionModel::*` becomes `chip::app::DataModel` and renamed `DataModel` to `Provider` (#34520) by Andrei Litvin · 8 months ago
  3. 483af54 Update AttributePathExpandIterator to be able to use the IM/DM DataModel split (#34288) by Andrei Litvin · 9 months ago
  4. 1a8c6d2 Enable ReadHandler to support large payloads (#33814) by Pradip De · 10 months ago
  5. a30b439 Some interface cleanup and make AttributeValueEncoder/Decoder more similar (#33028) by Andrei Litvin · 11 months ago
  6. 5727ff0 Split out `AttributeAccessInterface.h` into separate headers/cpp for each underlying class (#32984) by Andrei Litvin · 12 months ago
  7. 96329ae [ICD] Add Check-In message at boot logic and persistent subscription checks (#32613) by mkardous-silabs · 12 months ago
  8. a3d0a86 Add more files to be managed and known by GN (#32140) by Andrei Litvin · 1 year, 1 month ago
  9. bdbcf07 Finish remaning ICD configs from Interval to Duration (#32109) by mkardous-silabs · 1 year, 2 months ago
  10. 2576913 Inject InteractionModelEngine into ReadHandler and reporting/Engine (#31494) by Yuanyao Zhong · 1 year, 2 months ago
  11. 371756b IM: Create ReadHandler after Session Establishment for Subscription Resumption (#30491) by Wang Qixiang · 1 year, 3 months ago
  12. b15a6e6 Make constexpr constants in headers inline constexpr (#29279) by Karsten Sperling · 1 year, 7 months ago
  13. d62d80b [ReadHandler] Removed Scheduling of report from OnReadHandlerCreated (#28536) by lpbeliveau-silabs · 1 year, 8 months ago
  14. e059202 [ICD] Subscription report emission when becoming active (#28266) by lpbeliveau-silabs · 1 year, 8 months ago
  15. c9ce7f2 [ReadHandler] Integration of ReportScheduler into the ReadHandler and IM engine. (#28104) by lpbeliveau-silabs · 1 year, 8 months ago
  16. 60faf71 ICD: Publisher-selected maximum subscription interval. (#27272) by Ricardo Casallas · 1 year, 9 months ago
  17. edbdf8a [ReadHandler] Report Scheduler class (#27553) by lpbeliveau-silabs · 1 year, 9 months ago
  18. ffaaf70 [ReadHandler] Rename and comment (#27269) by lpbeliveau-silabs · 1 year, 10 months ago
  19. 37919a1 [ICD] Server side subscription persistence and resumption (#24361) by Jeff Tung · 2 years, 2 months ago
  20. 82bfcd5 [tlv] Cleanup TLV module naming (remove CHIP from filenames). (#24312) by Martin Turon · 2 years, 3 months ago
  21. 23f0824 Fix management of the mNumReportsInFlight count in reporting engine. (#24093) by Boris Zbarsky · 2 years, 4 months ago
  22. 4115fc3 Fix CASE Churn caused by subscriptions on tv (#23616) by chrisdecenzo · 2 years, 4 months ago
  23. 293c470 Fix delivery of urgent events to actually work correctly. (#23240) by Boris Zbarsky · 2 years, 6 months ago
  24. e74bb94 Prevent Reads/Subscription to attributes with no access privilege (#22349) by yunhanw-google · 2 years, 7 months ago
  25. f740b75 urgent event needs to honor min interval for subscription. (#21938) by yunhanw-google · 2 years, 7 months ago
  26. 3f2cf1d Add missing includes (#21790) by Michael Spang · 2 years, 8 months ago
  27. 29a2a29 Fix status report handling in read handler (#21374) by yunhanw-google · 2 years, 8 months ago
  28. e1110c1 ExchangeHolder: A RAII'fied, safer, hands-free construct for EC clean-up management (#20237) by Jerry Johns · 2 years, 9 months ago
  29. e98afba [IM] Update read transaction resource minimas (#18884) by Song GUO · 2 years, 10 months ago
  30. 8066e35 Fix computation of min/max interval for subscriptions to be spec comp… (#19262) by yunhanw-google · 2 years, 10 months ago
  31. e76c929 [IM] Reduce the size of read handlers (#18072) by Song GUO · 2 years, 11 months ago
  32. 6e22467 [IM] Change type of SubscriptionId-s to uint32_t per spec (#18410) by Song GUO · 2 years, 11 months ago
  33. 9ff658c Fix bug with ReportingEngine not being run with short/0 min-reporting intervals (#17426) by Jerry Johns · 2 years, 11 months ago
  34. 077e44e [IM] Update resource minimas for IM as per spec (#16811) by Song GUO · 3 years ago
  35. b697b29 Add Application Callback for Subscription Handling (#16517) by Jerry Johns · 3 years ago
  36. 125e73c [IM] Record LastReportTick and DirtyTick in ReadHandler (#16060) by Song GUO · 3 years ago
  37. 07fc8cd Use AttributePathParams Pool, EventPathParams Pool and DataVersionFilter Pool instead. Roughly there is no logical change. (#16467) by yunhanw-google · 3 years ago
  38. d43e6a7 use clang-tidy to readability-make-member-function-const (#16309) by Andrei Litvin · 3 years, 1 month ago
  39. d80d593 use clang-tidy to modernize-use-override (#16307) by Andrei Litvin · 3 years, 1 month ago
  40. a314baa Fix issue 14566 (#15222) by yunhanw-google · 3 years, 2 months ago
  41. 0edb9f9 Add DataVersionFilter for read/subscribe (#14711) by yunhanw-google · 3 years, 2 months ago
  42. 6fa8e4c [Documentation Warnings] Fix some documentations warnings (#15028) by Vivien Nicolas · 3 years, 2 months ago
  43. 0a6a012 Remove now-unused InteractionModelDelegate (#14594) by Boris Zbarsky · 3 years, 2 months ago
  44. 12db26d Heap-ify ReadHandler pool on the Server (#13066) by Jerry Johns · 3 years, 2 months ago
  45. e17d767 [IM] Fix Fabric filtered reading (#13404) by Song GUO · 3 years, 2 months ago
  46. a11413e Document mHoldSync and mHoldReport (#13476) by yunhanw-google · 3 years, 3 months ago
  47. 7a4028d Refactor SessionHandle (#13330) by Zang MingJie · 3 years, 3 months ago
  48. 41700bd Schedule event delivery when event buffer is overfilled (#12781) by yunhanw-google · 3 years, 4 months ago
  49. 9a74bae Shift event number from priority-based to global-based (#13021) by yunhanw-google · 3 years, 4 months ago
  50. 2400884 Add subject descriptor plumbing (#12756) by Marc Lepage · 3 years, 4 months ago
  51. 0089995 Fix mSelfProcessedEvents init/cleanup bug (#12829) by yunhanw-google · 3 years, 4 months ago
  52. bfdbd45 [IM] Implement list chunking feature (#12019) by Song GUO · 3 years, 4 months ago
  53. f111727 Rename several IM IB in MessageDef (#12516) by yunhanw-google · 3 years, 4 months ago
  54. 07dbf82 add urgent IM event support (#12459) by yunhanw-google · 3 years, 4 months ago
  55. 2072f8e Optimize report delivery timing for subscribe (#12398) by yunhanw-google · 3 years, 4 months ago
  56. db8fbfb Fix subscription liveness check (#11795) by yunhanw-google · 3 years, 4 months ago
  57. f58ad86 Correctly call OnReportBegin/End. (#12071) by Jerry Johns · 3 years, 4 months ago
  58. 0a66cda Rename ReadHandler::GetFabricIndex to GetAccessingFabricIndex. (#12043) by Boris Zbarsky · 3 years, 4 months ago
  59. 494fb9b update encoding for read/subscribe/write request (#11856) by yunhanw-google · 3 years, 5 months ago
  60. 4efa5de [IM] Wildcard read and chunking (#11304) by Song GUO · 3 years, 5 months ago
  61. b717b36 Refresh IM attribute encoding for attributeData and attribute report and corresponding read/write logic (#11514) by yunhanw-google · 3 years, 5 months ago
  62. 64ffda0 Update/Rename attributePath/AttributePaths/AttributeStatus/WriteResponse with latest encoding spec (#11409) by yunhanw-google · 3 years, 5 months ago
  63. 2fe9024 Rename EventPath and EventPathList (#11278) by yunhanw-google · 3 years, 5 months ago
  64. 6a9cd5f add inital keepSubscription feature (#10339) by yunhanw-google · 3 years, 6 months ago
  65. 1516dfd Add IM status response support (#9706) by yunhanw-google · 3 years, 7 months ago
  66. ec5f5dc Add and Enable IM subscription support (#9510) by yunhanw-google · 3 years, 7 months ago
  67. 2b2622f Remove packet header argument of ExchangeDelegate interface (#8726) by Zang MingJie · 3 years, 7 months ago
  68. ef159d5 Cleanup Read (#9450) by yunhanw-google · 3 years, 7 months ago
  69. 53dd583 Force include lib/ files with full path (#9387) by Zang MingJie · 3 years, 7 months ago
  70. 50feebe Remove default constructor of SessionHandle, reduce dangling session handle (#9225) by Zang MingJie · 3 years, 7 months ago
  71. c054c9f Remove duplicate path in IM Read (#9389) by yunhanw-google · 3 years, 7 months ago
  72. 3bbbc69 Add read attribute positive and negative unit tests (#9317) by yunhanw-google · 3 years, 7 months ago
  73. d7208a6 follow-up for pr9195 (#9251) by yunhanw-google · 3 years, 7 months ago
  74. 9c056ef add IM status report support for IM read (#9195) by yunhanw-google · 3 years, 7 months ago
  75. 5da31a9 Close exchanges automatically after a message send if no response is expected (#8459) by Boris Zbarsky · 3 years, 8 months ago
  76. 289ec6e Add IM read event e2e test and fix the found bug (#8338) by yunhanw-google · 3 years, 9 months ago
  77. 860a204 Reduce memory usage by using rref instead of move-copy (#6874) by Zang MingJie · 3 years, 11 months ago
  78. 3bdeaf6 Refactor exchange usage in IM to improve cirque stability (#6730) by Yufeng Wang · 3 years, 11 months ago
  79. 05eca3a Fix darwin warnings due to invalid doxygen syntax (#6747) by Boris Zbarsky · 3 years, 11 months ago
  80. 8ddfb87 Add support to send IM events (#6594) by yunhanw-google · 4 years ago
  81. f582155 Add IM/Ember Read/Writer Interface and attribute read for IM (#6214) by yunhanw-google · 4 years ago
  82. dedd3d0 Add reporting engine to genreate IM report (#5502) by yunhanw-google · 4 years ago
  83. 3c64a7b Revert "Split Die/Exit/Return macros out of CodeUtils.h (#5578)" (#5650) by Justin Wood · 4 years ago
  84. 792ceb9 Split Die/Exit/Return macros out of CodeUtils.h (#5578) by Kevin Schoedel · 4 years ago
  85. 0856624 Add ReadClient and ReaderHandler and interactionModelDelegate (#5198) by yunhanw-google · 4 years, 1 month ago