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