1. 061ff86 Remove duplicate energy management files from all clusters app (#31155) by jamesharrow · 1 year, 3 months ago
  2. 6c6fe0a Add EnergyEvse to all-clusters-app (#30857) by jamesharrow · 1 year, 4 months ago
  3. 75de58d Add a lint for use of PRI*64 macros. (#30541) by Boris Zbarsky · 1 year, 5 months ago
  4. b15a6e6 Make constexpr constants in headers inline constexpr (#29279) by Karsten Sperling · 1 year, 7 months ago
  5. 701fcb2 Add server implementation of temperature-control cluster. (#26566) by Rohit Jadhav · 1 year, 9 months ago
  6. 0da8dc4 Add Smoke CO Cluster to All Clusters App (#27124) by EricZijian_Siter · 1 year, 9 months ago
  7. 753fa1c Enable -Wconversion in a few places in examples/. (#25324) by Boris Zbarsky · 2 years, 1 month ago
  8. 543ae30 address PR22049 post-merge commments (#22085) by jmartinez-silabs · 2 years, 7 months ago
  9. a71a002 More cleanup for the openthread build targets and EFR32 (#22049) by jmartinez-silabs · 2 years, 7 months ago
  10. 012ec2e Remove shell cmd_ping/cmd_send that were obsolete (#19987) by Tennessee Carmel-Veilleux · 2 years, 9 months ago
  11. e5e09f5 Implement shadow fail-safe data in FabricTable (#19819) by Tennessee Carmel-Veilleux · 2 years, 9 months ago
  12. ecabce0 Add a lint for 0x used with non-hex format strings. (#19913) by Boris Zbarsky · 2 years, 9 months ago
  13. 7dec705 Remove raw `SessionHolder::Get` (#18490) by Jerry Johns · 2 years, 11 months ago
  14. 6c54ab8 Enable several more clang-tidy checks. Fix a set of 'loop variable too small' errors. (#17690) by Andrei Litvin · 3 years ago
  15. a3f636d Add an API to create session for tests instead of NewPairing (#17411) by Zang MingJie · 3 years ago
  16. 1866f46 Apply clang-tidy readability-else-after-return (#17125) by Andrei Litvin · 3 years ago
  17. 697b155 Modernize use nullptr (#17113) by Andrei Litvin · 3 years ago
  18. def1881 Allow Storage, Groups and Access Delegate injection on Server::Init() (#16956) by Tennessee Carmel-Veilleux · 3 years ago
  19. 06be401 Access FabricTable in SessionManager (#15774) by Zang MingJie · 3 years, 1 month ago
  20. c275d1f Make group session ephemeral (#15708) by Zang MingJie · 3 years, 1 month ago
  21. 63c06b6 fix ot-cli shell commissioning issue (#15165) by mkardous-silabs · 3 years, 1 month ago
  22. 33f6280 Add persistent storage to session manager (#15062) by Jean-Francois Penven · 3 years, 2 months ago
  23. 90cf66a Stop casting away const for readonly cluster data. (#14517) by Boris Zbarsky · 3 years, 2 months ago
  24. ba45194 Revert "add CLI tab-to-autocomplete ability and implement for nrfconnect (#13630)" (#14384) by Justin Wood · 3 years, 2 months ago
  25. c62489b add CLI tab-to-autocomplete ability and implement for nrfconnect (#13630) by xBill · 3 years, 2 months ago
  26. 5394388 cli: lock Thread stack when calling OpenThread API (#13806) by Jiacheng Guo · 3 years, 2 months ago
  27. 628e86a * [OTA] enable ota-requestor cluster in chip data model build (#13256) by Timothy Maes · 3 years, 3 months ago
  28. 8c653eb [shell] Improve session pretty print to properly handle all types. (#13386) by Martin Turon · 3 years, 3 months ago
  29. c25c4b3 Fix #13377 for compatibility with #13330 (#13382) by Michael Sandstedt · 3 years, 3 months ago
  30. 585cdcb [shell] Add 'server' command to shell app. (#13377) by Martin Turon · 3 years, 3 months ago
  31. 16bdace2 Revert "[shell] Add 'server' command to shell app. (#13060)" (#13368) by Andrei Litvin · 3 years, 3 months ago
  32. 6bfde31 [shell] Add 'server' command to shell app. (#13060) by Martin Turon · 3 years, 3 months ago
  33. b210aa3 Using SessionHolder to store a session (#12871) by Zang MingJie · 3 years, 4 months ago
  34. 8e5eb8a [Inet] Remove InetLayer class (#12727) by Kevin Schoedel · 3 years, 4 months ago
  35. b7598a0 [build] add OpenThread device type config in gn (#12786) by Jiacheng Guo · 3 years, 4 months ago
  36. 5f847e0 Remove System::Object (#12051) by Kevin Schoedel · 3 years, 4 months ago
  37. 2d4ac39 Fix issues with Shell app example (#11346) by jmartinez-silabs · 3 years, 5 months ago
  38. 979f780 InetLayer/SystemLayer use C++11 singleton patter instead of global variable (#11184) by Zang MingJie · 3 years, 5 months ago
  39. eddd4f7 Rename System::Clock::Zero to System::Clock::kZero (#11327) by Kevin Schoedel · 3 years, 5 months ago
  40. 94d0e9e Replace and remove weakly-typed System::Clock code (#11238) by Kevin Schoedel · 3 years, 5 months ago
  41. 014d85c Convert Inet::InterfaceId to a class (#10979) by Kevin Schoedel · 3 years, 5 months ago
  42. f954d70 Use System::Clock::Timeout for ExchangeContext::Timeout (#10846) by Kevin Schoedel · 3 years, 5 months ago
  43. ea1b443 Use safe System::Clock types for system timers (#10779) by Kevin Schoedel · 3 years, 5 months ago
  44. 1cb7d96 Update Message Header with spec (#10325) by jepenven-silabs · 3 years, 6 months ago
  45. 267951c Make RandUtils.h use DRBG_get_bytes() (#10465) by Tennessee Carmel-Veilleux · 3 years, 6 months ago
  46. 08fe66d Indirect access for System::Clock functions (#10056) by Kevin Schoedel · 3 years, 6 months ago
  47. 5d4d073 Remove unnecessary dependencies on FabricTable objects (#10126) by Pankaj Garg · 3 years, 6 months ago
  48. eca9bff Rename classes in transport layer (#9814) by Zang MingJie · 3 years, 6 months ago
  49. 2b2622f Remove packet header argument of ExchangeDelegate interface (#8726) by Zang MingJie · 3 years, 7 months ago
  50. 86eb040 Make System::Layer mockable (#9546) by Kevin Schoedel · 3 years, 7 months ago
  51. 53dd583 Force include lib/ files with full path (#9387) by Zang MingJie · 3 years, 7 months ago
  52. 17a00b0 Update the exchange match logic to align with the latest spec proposal (#8441) by Yufeng Wang · 3 years, 8 months ago
  53. 6a36256 Use node ID provided in the NOC (#8826) by Pankaj Garg · 3 years, 8 months ago
  54. 7359d19 Remove CHIP_ERROR parameter from timer OnCompleteFunct (#8907) by Kevin Schoedel · 3 years, 8 months ago
  55. 0fe17ec Add CHIP_ERROR object methods (#8784) by Kevin Schoedel · 3 years, 8 months ago
  56. 1d420e1 Remove SecureSessionMgr::mLocalNodeId (#8700) by Zang MingJie · 3 years, 8 months ago
  57. fcbe2e0 Make CHIP_ERROR a class type on nrfconnect (#8652) by Kevin Schoedel · 3 years, 8 months ago
  58. 5da31a9 Close exchanges automatically after a message send if no response is expected (#8459) by Boris Zbarsky · 3 years, 8 months ago
  59. 2a63309 Rename admin pairing class and usage to fabric (#8479) by Pankaj Garg · 3 years, 8 months ago
  60. 94ce2b0 Auto-close exchanges on response timeout, unless consumer says otherwise. (#8350) by Boris Zbarsky · 3 years, 9 months ago
  61. a70c659 Revise System Layer clock code (#8266) by Kevin Schoedel · 3 years, 9 months ago
  62. 6c172a2 Make exchanges handle closing on message receipt more automatically. (#8050) by Boris Zbarsky · 3 years, 9 months ago
  63. 9c01258 Consolidate error types (#7916) by Kevin Schoedel · 3 years, 9 months ago
  64. 475ae27 Make OnMessageReceived return error (#7855) by yunhanw-google · 3 years, 9 months ago
  65. 82f9a7b Shut down the echo client if SendEchoRequest failed within EchoTimerHandler (#7702) by Yufeng Wang · 3 years, 10 months ago
  66. 41d5696 [shell] make shell ping command asynchronous (#7544) by Jiacheng Guo · 3 years, 10 months ago
  67. 7124079 Remove CHIP buffer size check within shell and leave this it to lower layer (#7523) by Yufeng Wang · 3 years, 10 months ago
  68. 99b93a7 [nrfconnect] Update nRF Connect SDK version (#7393) by Damian Królik · 3 years, 10 months ago
  69. 502549e Shell example: OT-CLI compilation error fixed for EFR32 boards. (#7275) by ricardo-casallas · 3 years, 10 months ago
  70. 43077a5 Rename CRMP to MRP (Message Reliability Protocol) (#7351) by Yufeng Wang · 3 years, 10 months ago
  71. c8f286f [shell] enable shell as an optional module in apps (#7080) by Jiacheng Guo · 3 years, 10 months ago
  72. 860a204 Reduce memory usage by using rref instead of move-copy (#6874) by Zang MingJie · 3 years, 11 months ago
  73. a9b8ade [shell] move common shell commands to common library (#6765) by Jiacheng Guo · 3 years, 11 months ago
  74. c64d9d1 Message counter implementation (#5389) by Zang MingJie · 3 years, 11 months ago
  75. 983f66c Update secure session key derivation to follow CHIP spec (#6562) by Pankaj Garg · 3 years, 11 months ago
  76. a5b7050 [shell] Add send cmd to allow send any CHIP message for testing (#6239) by Yufeng Wang · 4 years ago
  77. 40a536c [esp32] Added CHIP esp32 shell for testing purposes (#6253) by Jiacheng Guo · 4 years ago
  78. e52a08e Return correct error code when sending large ping (#6244) by Pankaj Garg · 4 years ago
  79. 07c3947 [nrfconnect] Added CHIP Zephyr shell for testing purposes. (#6050) by Kamil Kasperczyk · 4 years ago
  80. 362c5f2 Use exchange for session establishment and provisioning (#5938) by Pankaj Garg · 4 years ago
  81. 9cbbaf3 Clean up examples build files a bit (#5917) by Michael Spang · 4 years ago
  82. 1bbbed1 Fix ping failure error after running ping command repetitively. (#5697) by Yufeng Wang · 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. 0f61461 [TE2] Add a option to set the size of payload in CHIP request message (#5553) by Yufeng Wang · 4 years ago
  86. 340c9bf Fix Echo end-to-end testing failure on TCP connection (#5599) by Yufeng Wang · 4 years ago
  87. 0022e42 Remove POSIX code from shell_common to allow it compiles on embedded platforms (#5401) by Yufeng Wang · 4 years ago
  88. 6f251bd Fix help info in shell is not correctly shown issue (#5360) by Yufeng Wang · 4 years, 1 month ago
  89. 0b19aa2 Remove unnecessary "sys/" from errno.h include. (#5326) by Boris Zbarsky · 4 years, 1 month ago
  90. 70449a4 Fix mac build by including errno.h (#5323) by Boris Zbarsky · 4 years, 1 month ago
  91. d8a2d1f [TE1]: Provide test interface in chip-shell to test CRMP. (#5228) by Yufeng Wang · 4 years, 1 month ago
  92. ec504be Fix generating qpg6100 without another thread config (#4250) by Michael Spang · 4 years, 3 months ago
  93. 1ad6f09 Disable WPA initialization by default on Linux platform (#4186) by Yufeng Wang · 4 years, 4 months ago
  94. 8a75ed7 [shell]:Start CHIP event-loop by default during initialization. (#4185) by Yufeng Wang · 4 years, 4 months ago
  95. dfd5015 [shell]:Implement set commands for WiFi STA on Linux platform (#4131) by Yufeng Wang · 4 years, 4 months ago
  96. 0abf731 [shell]:Add commands to control device in SoftAP mode (#3914) by Yufeng Wang · 4 years, 4 months ago
  97. b9cfe6b [shell] Add command to join a network with the given SSID and PSK (#3838) by Yufeng Wang · 4 years, 5 months ago
  98. 39cbaf7 Enable BLE advertising start/stop command in shell application (#3714) by Timothy Maes · 4 years, 5 months ago
  99. 56ea6a5 Fix build with chip_config_network_layer_ble=false (#3247) by Damian Królik · 4 years, 6 months ago
  100. 1873e8c Use pragma once in more places (#3182) by Andrei Litvin · 4 years, 6 months ago