1. 3dbb78f Fix incorrectly reported NoReponse when single batch command sent to … (#32362) by Terence Hampson · 10 months ago
  2. 8753139 CommandSender: For batch commands, track requests are responded to (#32105) by Terence Hampson · 10 months ago
  3. adc838f Refactor CommandSender newly added APIs to be more extendable (#31837) by Terence Hampson · 10 months ago
  4. 21b998a Allow chip-repl to know how many InvokeResponseMessages were recieved (#31781) by Terence Hampson · 10 months ago
  5. 84117dd Move `CommandSender::Callback` into CommandSenderLegacyCallback.h (#31370) by Terence Hampson · 11 months ago
  6. 166c4b5 Union pointers to save space in `CommandSender` (#31609) by Terence Hampson · 11 months ago
  7. c02da00 Enabling MoreChunkedMessages for Invoke Interaction (#31378) by Terence Hampson · 11 months ago
  8. 30ebce4 Introduce CommandSender::ExtendedCallback (#31324) by Terence Hampson · 11 months ago
  9. ee90b75 Address post merge PR review comment in CommandSender (#30923) by Terence Hampson · 1 year ago
  10. 1b11535 Update `CommandSender` to support sending batch commands (#30675) by Terence Hampson · 1 year ago
  11. 25fc34d Fix chip-tool threading asserts if an interactive command times out. (#29277) by Boris Zbarsky · 1 year, 3 months ago
  12. 5d2beb7 TC-IDM-1.2 (#27024) by C Freeman · 1 year, 5 months ago
  13. e434c6a Make it easier to create TLV context tags fron enum class values. (#25381) by Boris Zbarsky · 1 year, 10 months ago
  14. 82bfcd5 [tlv] Cleanup TLV module naming (remove CHIP from filenames). (#24312) by Martin Turon · 2 years ago
  15. 73d0fae Improve ProcessStatusResponse (#21331) by yunhanw-google · 2 years, 5 months ago
  16. 251d49f Move CommandSender/Handler and WriteClient/Handler over to `ExchangeHolder` (#21081) by Jerry Johns · 2 years, 5 months ago
  17. 48606c6 Rename CONFIG_IM_BUILD_FOR_UNIT_TEST to CONFIG_BUILD_FOR_HOST_UNIT_TEST (#19689) by tehampson · 2 years, 6 months ago
  18. 731ae5a Improve IM Message encoding (#19016) by yunhanw-google · 2 years, 7 months ago
  19. d80d593 use clang-tidy to modernize-use-override (#16307) by Andrei Litvin · 2 years, 9 months ago
  20. d2f5008 [EFR32][Groups] Add group commands support to light-switch example (#15727) by mkardous-silabs · 2 years, 10 months ago
  21. 2b4e22d [chip-tool] Add an optional suppressResponse argument to chip-tool command line for cluster commands and write commands (#15792) by Vivien Nicolas · 2 years, 10 months ago
  22. 6fa8e4c [Documentation Warnings] Fix some documentations warnings (#15028) by Vivien Nicolas · 2 years, 10 months ago
  23. 0a6a012 Remove now-unused InteractionModelDelegate (#14594) by Boris Zbarsky · 2 years, 11 months ago
  24. 8bc5129 Switch Interaction Model client error reporting to just CHIP_ERROR. (#13888) by Boris Zbarsky · 2 years, 11 months ago
  25. 7abbe5f [Group] Added ondone logic for command sending (#13584) by mkardous-silabs · 2 years, 11 months ago
  26. 8ee96e4 Timeouts on clusters (#13562) by C Freeman · 2 years, 11 months ago
  27. 9f3493d [python] Add timed request support (#13318) by Song GUO · 3 years ago
  28. d24eff1 [spell] Fix slew of spelling errors. (#13043) by Martin Turon · 3 years ago
  29. 9a595a4 Fix SessionHandle args so they are const ref (#13053) by Marc Lepage · 3 years ago
  30. 4584707 Cleanup IM (#12716) by yunhanw-google · 3 years ago
  31. 3397fdc Implement the client side of timed write. (#12567) by Boris Zbarsky · 3 years ago
  32. 70af2c4 Fix IM client-side APIs to allow timed invoke. (#12465) by Boris Zbarsky · 3 years, 1 month ago
  33. 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, 1 month ago
  34. 56db602 [Warnings] Fix some warnings found while compiling with xcode (#11576) by Vivien Nicolas · 3 years, 1 month ago
  35. 36e61e3 Refresh IM Invoke encoding with latest spec (#11169) by yunhanw-google · 3 years, 2 months ago
  36. 36329e1 app: Use SessionHandle instead of node id for IM APIs (#10916) by Zang MingJie · 3 years, 2 months ago
  37. 6e1709c Add initial cluster status support (#10732) by yunhanw-google · 3 years, 2 months ago
  38. fe3cf84 [Warnings] Update the documentation of some files in src/app to avoid a warning when compiling with XCode (#10901) by Vivien Nicolas · 3 years, 2 months ago
  39. f954d70 Use System::Clock::Timeout for ExchangeContext::Timeout (#10846) by Kevin Schoedel · 3 years, 2 months ago
  40. 67f74a3 Rename CommandDataElement to CommandDataIB (#10695) by yunhanw-google · 3 years, 2 months ago
  41. 8c2638c Update CommandPathIB (#10486) by yunhanw-google · 3 years, 2 months ago
  42. 4d08683 Support for cluster object-based commands on the client. (#10362) by Jerry Johns · 3 years, 2 months ago
  43. 35e6717 Rename StatusElement to StatusIB (#10395) by yunhanw-google · 3 years, 2 months ago
  44. 2792d78 Remove unnecessary exchange manager from CommandHandler. (#10351) by Boris Zbarsky · 3 years, 2 months ago
  45. 6f73ebc [IM] Remove CommandSender object pool in interaction model engine (#9877) by Song GUO · 3 years, 2 months ago
  46. 2b2622f Remove packet header argument of ExchangeDelegate interface (#8726) by Zang MingJie · 3 years, 3 months ago
  47. 53dd583 Force include lib/ files with full path (#9387) by Zang MingJie · 3 years, 4 months ago
  48. 50feebe Remove default constructor of SessionHandle, reduce dangling session handle (#9225) by Zang MingJie · 3 years, 4 months ago
  49. f03b037 [IM]: Fix OnResponseTimeout is never fired when SendMessage fails (#9133) by Yufeng Wang · 3 years, 4 months ago
  50. 17a00b0 Update the exchange match logic to align with the latest spec proposal (#8441) by Yufeng Wang · 3 years, 4 months ago
  51. 2a63309 Rename admin pairing class and usage to fabric (#8479) by Pankaj Garg · 3 years, 5 months ago
  52. 475ae27 Make OnMessageReceived return error (#7855) by yunhanw-google · 3 years, 6 months ago
  53. 0d14370 Clearly document lifetime expectations for CommandSender. (#7067) by Boris Zbarsky · 3 years, 7 months ago
  54. 860a204 Reduce memory usage by using rref instead of move-copy (#6874) by Zang MingJie · 3 years, 7 months ago
  55. 6d42abd Allow sending IM commands to different peer key id (#6768) by cecille · 3 years, 7 months ago
  56. 3c64a7b Revert "Split Die/Exit/Return macros out of CodeUtils.h (#5578)" (#5650) by Justin Wood · 3 years, 9 months ago
  57. 792ceb9 Split Die/Exit/Return macros out of CodeUtils.h (#5578) by Kevin Schoedel · 3 years, 9 months ago
  58. 6d03f64 Cleanup IM command (#5145) by yunhanw-google · 3 years, 10 months ago
  59. dba41f2 Fix uninitialized adminId (#4827) by yunhanw-google · 3 years, 10 months ago
  60. fda8e09 Use enum class to define protocols message type for strong typing (#4593) by Yufeng Wang · 3 years, 11 months ago
  61. 0c18355 Add Read request in interaction model (#4431) by yunhanw-google · 4 years ago
  62. e430b1d Add initial IM invoke command integration (#4241) by yunhanw-google · 4 years ago