- ad344f5 Add new AddStatus overloads using ClusterStatusCode (#33904) by Tennessee Carmel-Veilleux · 9 months ago
- 10886ac Add equality operator to StatusIB (#33156) by Matthew Swartwout · 11 months ago
- aa67091 Log signed vs unsigned for TLV payloads. (#32540) by Boris Zbarsky · 12 months ago
- d8aaa1c Move `MessageDef:events` back to `app:events` (#32442) by Andrei Litvin · 1 year ago
- 5c59934 Move EventLoggingTypes.h and EventHeader.h to be seen by GN (#32416) by Andrei Litvin · 1 year ago
- a6fd6ce Create a separate 'constants' source set in `src/app` (#32228) by Andrei Litvin · 1 year, 1 month ago
- 0ba1b7c Move messagedef to its own buildfile (#31972) by Andrei Litvin · 1 year, 1 month ago
- 158502f Allow reserving space for MoreChunkedMessages in InvokeResponseMessage (#31301) by Terence Hampson · 1 year, 2 months ago
- d2de5d5 CommandSender and CommandHandler reserves space for Finalize to succeed (#31077) by Terence Hampson · 1 year, 2 months ago
- 547b587 Fix improperly mutable pointers to string constants (#30804) by Michael Spang · 1 year, 3 months ago
- 2937f3a Changes to InvokeResponseMessage to reflect 1.3 spec (#30639) by Terence Hampson · 1 year, 3 months ago
- 4e2d489 Changes to CommandStatusIB to reflect 1.3 spec (#30595) by Terence Hampson · 1 year, 4 months ago
- 0d16348 Make client handling of invalid IDs a bit more lenient. (#30452) by Boris Zbarsky · 1 year, 4 months ago
- 75de58d Add a lint for use of PRI*64 macros. (#30541) by Boris Zbarsky · 1 year, 4 months ago
- c6b6fb3 Clean up inclusion of private BuildConfig headers (#30531) by Michael Spang · 1 year, 4 months ago
- 0956d9e Changes to CommandDataIB to reflect 1.3 spec (#30522) by Terence Hampson · 1 year, 4 months ago
- 38d6a48 Restyle C(++) code after upgrade to clang-format 16 (#29496) by Karsten Sperling · 1 year, 5 months ago
- 38d715d Check for valid ids in command and write paths. (#29461) by Boris Zbarsky · 1 year, 5 months ago
- 45e7589 Fix few format specifiers (#27657) by Shubham Patil · 1 year, 8 months ago
- a669fc0 Rollback() on data model builder should reset the error on the builder. (#26982) by Boris Zbarsky · 1 year, 9 months ago
- df1f7a8 Fix the various MessageDef EndOf* functions to return CHIP_ERROR. (#26910) by Boris Zbarsky · 1 year, 10 months ago
- e434c6a Make it easier to create TLV context tags fron enum class values. (#25381) by Boris Zbarsky · 2 years ago
- 2bfd573 Add a way to read a concrete attribute path from AttributePathIB::Parser. (#25293) by Boris Zbarsky · 2 years ago
- 82bfcd5 [tlv] Cleanup TLV module naming (remove CHIP from filenames). (#24312) by Martin Turon · 2 years, 2 months ago
- 20f55ec Remove write-only variables. (#23860) by Boris Zbarsky · 2 years, 3 months ago
- 751d0dd Repurpose the checkSchemaValidity to PrettyPrint only (#21987) by yunhanw-google · 2 years, 4 months ago
- 21b708e Make MessageDef byte string logging nicer. (#22707) by Boris Zbarsky · 2 years, 6 months ago
- e74bb94 Prevent Reads/Subscription to attributes with no access privilege (#22349) by yunhanw-google · 2 years, 6 months ago
- 19cc9e7 Fix ACL Check on IM event per path basis (#21116) by yunhanw-google · 2 years, 7 months ago
- 641e3ad Add #if CHIP_HAVE_CONFIG around *BuildConfig headers (#21169) by Daniel Nicoara · 2 years, 8 months ago
- a488d9a Log lengths of strings in payload logging. (#20934) by Boris Zbarsky · 2 years, 8 months ago
- 5e9d413 [logging] Use CHIP_ERROR_FORMAT in more places (#19983) by Damian Królik · 2 years, 9 months ago
- 635f487 Fix messagedef IM data value logging to be consistent. (#19569) by Boris Zbarsky · 2 years, 9 months ago
- 8066e35 Fix computation of min/max interval for subscriptions to be spec comp… (#19262) by yunhanw-google · 2 years, 9 months ago
- caacbde Add chip-trace-decoder program and get more messages logging from chip-tool and application based on examples/platform/linux (#18893) by Vivien Nicolas · 2 years, 9 months ago
- 6c4b54e Add an ENFORCE_FORMAT annotation to the declaration of PrettyPrintIM. (#18998) by Boris Zbarsky · 2 years, 9 months ago
- ee638e1 temporarily remove endpointid check for command path IB (#19085) by yunhanw-google · 2 years, 9 months ago
- 731ae5a Improve IM Message encoding (#19016) by yunhanw-google · 2 years, 9 months ago
- a08c59b Include what you use: add direct includes in files (#18570) by wendythewan · 2 years, 10 months ago
- 6e22467 [IM] Change type of SubscriptionId-s to uint32_t per spec (#18410) by Song GUO · 2 years, 10 months ago
- 588d4c9 Allow empty events in report (#18350) by yunhanw-google · 2 years, 10 months ago
- 4432d08 Ignore non-context tags in IM encoding instead of erroring out. (#17665) by Boris Zbarsky · 2 years, 11 months ago
- 3a7f03a Ensure that read attribute paths are valid paths. (#17664) by Boris Zbarsky · 2 years, 11 months ago
- 57471cb Stop using PRI*16 and %zu format specifiers (#17502) by andrei-menzopol · 2 years, 11 months ago
- faf9ed4 Use cached event number in ReadClient (#17442) by yunhanw-google · 2 years, 11 months ago
- 57a2df3 AttributeCache should cache data versions and use them in subsequent … (#16602) by yunhanw-google · 2 years, 11 months ago
- 7dce058 Add nicer logging for InteractionModel::Status. (#16855) by Boris Zbarsky · 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
- ba133af Modernize use nullptr (#16306) by Andrei Litvin · 3 years ago
- cd44f9b Fix urgent event support (#15884) by yunhanw-google · 3 years ago
- 579b8e7 Fix documentation to align with code. (#15886) by Boris Zbarsky · 3 years ago
- 2aba12f Revert "Fix documentation to align with code. (#15872)" (#15881) by Justin Wood · 3 years ago
- a9741c6 Fix documentation to align with code. (#15872) by Boris Zbarsky · 3 years ago
- 1ccc2af [AccessControl] Add Access Control checks to event management (#15376) by Song GUO · 3 years ago
- 4394fcb Fix MessageDef parsing of messages (#15270) by yunhanw-google · 3 years, 1 month ago
- 6269646 [IM] Remove IsFabricFiltered flag from WriteRequestBuilder (#15178) by Song GUO · 3 years, 1 month ago
- 2155328 Stop using PRI*8 printf formats. (#15099) by Boris Zbarsky · 3 years, 1 month ago
- 0edb9f9 Add DataVersionFilter for read/subscribe (#14711) by yunhanw-google · 3 years, 1 month ago
- 6fa8e4c [Documentation Warnings] Fix some documentations warnings (#15028) by Vivien Nicolas · 3 years, 1 month ago
- 56634bf [IM] Write Chunking Support (#13641) by Song GUO · 3 years, 1 month ago
- 6c00d7a Implement data model revision attribute for Basic Information Cluster (#14728) by Yufeng Wang · 3 years, 1 month ago
- 86b7b7f add im revision support (#14479) by yunhanw-google · 3 years, 1 month ago
- e8d8906 Allow AttributeAccessInterface implementations to return a StatusIB (#13950) by Boris Zbarsky · 3 years, 1 month ago
- 8bc5129 Switch Interaction Model client error reporting to just CHIP_ERROR. (#13888) by Boris Zbarsky · 3 years, 1 month ago
- 2926d14 Fix cluster-status printing (#13883) by Jerry Johns · 3 years, 1 month ago
- faa6043 Add an error formatter for StatusIB encapsulated in CHIP_ERROR. (#13568) by Boris Zbarsky · 3 years, 2 months ago
- a5555d2 Add a way to encapsulate a StatusIB in a CHIP_ERROR. (#13475) by Boris Zbarsky · 3 years, 2 months ago
- 0e14979 Adding -Wformat-nonliteral check (#12763) by Justin Wood · 3 years, 2 months ago
- 5c096ec Switch TLV::Tag to being a struct (#13219) by Boris Zbarsky · 3 years, 3 months ago
- 4584707 Cleanup IM (#12716) by yunhanw-google · 3 years, 3 months ago
- a1cb341 Add IM DataVersionFilter encoding support for read/subscribe request (#12569) by yunhanw-google · 3 years, 3 months ago
- 299393b Cleanup IM (#12606) by yunhanw-google · 3 years, 3 months ago
- bfdbd45 [IM] Implement list chunking feature (#12019) by Song GUO · 3 years, 3 months ago
- 51db97b Add strict IM encoding ordering check (#12549) by yunhanw-google · 3 years, 3 months ago
- f111727 Rename several IM IB in MessageDef (#12516) by yunhanw-google · 3 years, 3 months ago
- 1a7c435 Add python IM event client code (#12194) by yunhanw-google · 3 years, 3 months ago
- ffee2a9 Implement the server side of timed invoke. (#12389) by Boris Zbarsky · 3 years, 3 months ago
- f58faac Fix wildcard reads + chunking (#12140) by Jerry Johns · 3 years, 3 months ago
- c79b67b Add initial event wildcard support (#12145) by yunhanw-google · 3 years, 4 months ago
- f3d6b7c Add IM event processing function and callback interface in client side (#11615) by yunhanw-google · 3 years, 4 months ago
- 494fb9b update encoding for read/subscribe/write request (#11856) by yunhanw-google · 3 years, 4 months ago
- 33a869d Cleanup IM messagedef (#11811) by yunhanw-google · 3 years, 4 months ago
- a7d17ac [Warnings] Update the documentation of some files in src/app and src/protocols to avoid some warnings when compiling with XCode (#11626) by Vivien Nicolas · 3 years, 4 months ago
- 56db602 [Warnings] Fix some warnings found while compiling with xcode (#11576) by Vivien Nicolas · 3 years, 4 months ago
- b717b36 Refresh IM attribute encoding for attributeData and attribute report and corresponding read/write logic (#11514) by yunhanw-google · 3 years, 4 months ago
- 64ffda0 Update/Rename attributePath/AttributePaths/AttributeStatus/WriteResponse with latest encoding spec (#11409) by yunhanw-google · 3 years, 4 months ago
- f5ec35d [im] Fix wildcard path support per spec (#11115) by Song GUO · 3 years, 4 months ago
- 3bec0f9 update eventDataIB and add eventReport, eventReports (#11383) by yunhanw-google · 3 years, 4 months ago
- 1f6c6e6 add event status IB and update event path IB (#11307) by yunhanw-google · 3 years, 4 months ago
- 36e61e3 Refresh IM Invoke encoding with latest spec (#11169) by yunhanw-google · 3 years, 4 months ago
- 12ec702 Rename several IM message with Message postfix (#11289) by yunhanw-google · 3 years, 4 months ago
- 2fe9024 Rename EventPath and EventPathList (#11278) by yunhanw-google · 3 years, 4 months ago
- 7898b53 Add ListBuilder/Parser and StructBuilder/Parser (#11231) by yunhanw-google · 3 years, 4 months ago
- bf585f8 Add EventFilter encoding (#11178) by yunhanw-google · 3 years, 4 months ago
- 7f05fb6 Refresh TimedRequest (#11172) by yunhanw-google · 3 years, 4 months ago
- 9b9f6f3 [Im] Add ClusterObjects API for AttributeWrite in CHIPClusters.cpp (#10488) by Song GUO · 3 years, 5 months ago
- 67f74a3 Rename CommandDataElement to CommandDataIB (#10695) by yunhanw-google · 3 years, 5 months ago
- 8c2638c Update CommandPathIB (#10486) by yunhanw-google · 3 years, 5 months ago
- b9b50ca Update IM status code IB (#10460) by yunhanw-google · 3 years, 5 months ago
- 6a9cd5f add inital keepSubscription feature (#10339) by yunhanw-google · 3 years, 5 months ago