1. 8a08d57 Use standard std::min std::max functions (#36065) by Arkadiusz Bokowy · 6 months ago
  2. 6a29ee5 Refactoring random SetupPinCode generation into a method. (#36009) by Amine Alami · 6 months ago
  3. 2ed3f65 [RMP] Update the logs produce by the reliable message manager (#35649) by Vivien Nicolas · 6 months ago
  4. ac289ed fix: drop poll timer to avoid crash after TransferFacilitator destruction (#34538) by Anton Usmansky · 7 months ago
  5. bbc5248 Add GetNextAction API so that a caller that might want to implement a… (#35462) by Nivi Sarkar · 7 months ago
  6. 3e5b149 Abort BDX transfers as needed on controller shutdown. (#35466) by Boris Zbarsky · 7 months ago
  7. 401a2a0 M-ACL: switch from UnsupportedAccess to AccessRestricted (#35263) by Thomas Lea · 7 months ago
  8. 62255da Fix not sending CDC message when passcode is cancelled on TV app (#34507) by Lazar Kovacic · 8 months ago
  9. 852368c Define an `ActionReturnStatus` for DataModel::Provider action returns (#34708) by Andrei Litvin · 8 months ago
  10. c097d82 Add the missing implementation for BdxTransferSession::RejectTransfer. (#34484) by Andy Salisbury · 8 months ago
  11. 111f62f Link all unit tests with string adapters for CHIP_ERROR (#34332) by Arkadiusz Bokowy · 9 months ago
  12. fd5ebe6 Log the peer when we send a Sigma1 message. (#34268) by Boris Zbarsky · 9 months ago
  13. 74fa3f3 Updated AppContext, LoopbackMessagingContext, and UDPMessagingContext to serve as PW test fixture classes. (#34036) by feasel · 9 months ago
  14. f62d3bf Post SecureSessionEstablished event when secure session is established (#34051) by Wang Qixiang · 9 months ago
  15. f6ac926 [Metrics] Added additional metrics for CASE and Subscription (#33934) by Anush Nadathur · 9 months ago
  16. 3d78493 Fix python Wi-Fi/Thread setup with manual code (#33933) by Tennessee Carmel-Veilleux · 10 months ago
  17. ad344f5 Add new AddStatus overloads using ClusterStatusCode (#33904) by Tennessee Carmel-Veilleux · 10 months ago
  18. d3cac0c Android tv-casting-app v1.3 Commissioner-Generated passcode flow (#33680) by Philip Gregor · 10 months ago
  19. ca33a40 Increase the poll rate for BDX diagnostic log downloads. (#33741) by Boris Zbarsky · 10 months ago
  20. 3cc96a1 Replace nl-unit-test with pigweed for protocols/secure_channel (#33499) by Jakub Latusek · 10 months ago
  21. 3e93ba6 Improve our various round-trip timeout computations. (#33587) by Boris Zbarsky · 10 months ago
  22. 21e239e Break the dependency between tests that use MessagingContext (#33588) by Jakub Latusek · 10 months ago
  23. 82da364 Use data() instead of begin() in Protocols.cpp (#33476) by Matthew Swartwout · 11 months ago
  24. d594086 Make test suite setup and teardown functions static (#33330) by Maksymilian Knust · 11 months ago
  25. a2ded0f Linux tv-casting-app v1.3 IdentificationDeclaration message (#33283) by Philip Gregor · 11 months ago
  26. b791b75 [SecureChannel] Update Check-In Protocol Test vectors (#33272) by mkardous-silabs · 11 months ago
  27. bc0f5ee [mrp] Increase default retry interval for Thread (#33314) by Damian Królik · 11 months ago
  28. 3c5b92c Make test setup functions terminate on error (#33002) by Maksymilian Knust · 11 months ago
  29. a8cfbac TCP connection setup/management and CASESession association. by Pradip De · 11 months ago
  30. 9db03ee [ICD] Fix comment mistakes from post-merge reviews (#33225) by mkardous-silabs · 11 months ago
  31. dd5f6b7 [ICD] Add counter invalidation events to the ICD Test Event trigger handler (#33174) by mkardous-silabs · 11 months ago
  32. a4b59cb Bring PR #31776(Adjust storage for large payloads) from tcp branch to master (#33001) by Pradip De · 11 months ago
  33. 1174bdc Fix initialization-order-fiasco (#32854) by Matthew Swartwout · 11 months ago
  34. f9a3601 [crypto] PSA SPAKE2+ introduction (#32924) by Arkadiusz Bałys · 11 months ago
  35. 6d9dfe9 Replace nl-unit-test with pigweed for system user_directed_commissioning (#33163) by Jakub Latusek · 11 months ago
  36. d905835 Updated unit tests in src/protocols/bdx/tests/ to use PW instead of NL. (#33084) by feasel · 11 months ago
  37. f4dbc23 [Dnssd] Refactored DiscoveredNodeData definition and usage (#33025) by Suhas Shankar · 11 months ago
  38. c4699cf More IWYU across app/ & src/ (#32952) by achaulk-goog · 11 months ago
  39. be15c9b Interaction model to PW (#33160) by Jakub Latusek · 11 months ago
  40. 03d2fa8 Fix 32957 : Matter TV: commissioner passcode flow does not accept CommissionerPasscodeReady flag (#32958) by chrisdecenzo · 12 months ago
  41. f92178b Refactored mDNS Browse Interface (#32866) by Suhas Shankar · 12 months ago
  42. 220aa59 Log the node ID of the peer when we log that CASE timed out. (#32820) by Boris Zbarsky · 12 months ago
  43. c89090c Add a lint for toplevel "using namespace" in headers. (#32757) by Boris Zbarsky · 1 year ago
  44. 31fa02f Remove synchronous calls that can block from TV code (#32010) by chrisdecenzo · 1 year ago
  45. a97bad9 DeviceCommissioner: Track ExtendArmFailSafe conditionally and manage CASE callbacks accurately (#32522) by Karsten Sperling · 1 year, 1 month ago
  46. adcc07a Remove redundant SetValue() for Optional ExchangeHandle in CASESession.cpp. (#32535) by Pradip De · 1 year, 1 month ago
  47. bdb88bd Use Optional<ExchangeHandle> variable instead of ExchangeContext in PairingSession. (#32499) by Pradip De · 1 year, 1 month ago
  48. c554f44 Stop treating BUSY response as fatal when CASE re-attempts are enabled. (#32490) by Boris Zbarsky · 1 year, 1 month ago
  49. fa9bfbd [ICD] Add missing include for the ICD specific defines (#32386) by mkardous-silabs · 1 year, 1 month ago
  50. 2e8b3ae Have PairingSession::EncodeSessionParameters require local MRP values (#32324) by Terence Hampson · 1 year, 1 month ago
  51. a6fd6ce Create a separate 'constants' source set in `src/app` (#32228) by Andrei Litvin · 1 year, 1 month ago
  52. ef8ee32 [DiagnosticLogs] Allow TransferFileDesignator or size 0 (#32267) by Vivien Nicolas · 1 year, 1 month ago
  53. dbc6ed3 [Android]Pass write response status from jni to application (#32164) by yunhanw-google · 1 year, 1 month ago
  54. 42a1c72 Fix MRP SessionIdleInterval per spec to 500ms (#32124) by Abdul Samad · 1 year, 2 months ago
  55. 67f2ae5 [App] Removing af-enums.h (#32110) by Jean-Francois Penven · 1 year, 2 months ago
  56. f5b4caf [Diagnostic Logs] Followup for #31638 (#31833) by Vivien Nicolas · 1 year, 2 months ago
  57. a95af94 [Interaction Model]Sync AmberAfStatus to InteractionModel::Status (#32016) by Jean-Francois Penven · 1 year, 2 months ago
  58. 31903de [crypto] Add HKDF key handle and use it during PASE (#31311) by Damian Królik · 1 year, 2 months ago
  59. e882141 [ICD] Refactor ICDCounter logic (#31957) by mkardous-silabs · 1 year, 2 months ago
  60. f3a71ce Add "orphan" files from bdx to gn (#31874) by Andrei Litvin · 1 year, 2 months ago
  61. fd9ddb1 Add SessionParameters to gn. (#31876) by Andrei Litvin · 1 year, 2 months ago
  62. 446088c Adding a counter trace macro to the tracing for getting insights from counters in chip and implemented the macro for ESP32 platform... (#30591) by shripad621git · 1 year, 2 months ago
  63. f9ffe55 Add "orphaned" header files from src/lib/support into gn (#31807) by Andrei Litvin · 1 year, 2 months ago
  64. a77e01c Remove a lot of nlio dependencies, enable TestUDP (#31802) by Andrei Litvin · 1 year, 2 months ago
  65. b389c60 Add "orphaned" header files from src/lib/core into gn (#31810) by Andrei Litvin · 1 year, 2 months ago
  66. 5f955f4 [ICD] Move ICD server sources to the server directory (#31674) by mkardous-silabs · 1 year, 2 months ago
  67. db7d887 Add support for diagnostic logs server cluster with BDX support (#31198) by Vivien Nicolas · 1 year, 2 months ago
  68. 1c0d4b7 Added fabric, secure channel and cluster specfic traces for better tracing. (#31238) by shripad621git · 1 year, 2 months ago
  69. 7dbacc6 UDC handling and Commissioner Passcode TXT record (#31432) by chrisdecenzo · 1 year, 2 months ago
  70. 4676d27 Remove dependency between chip-tool and the nlunit-test (#31234) by Jakub Latusek · 1 year, 3 months ago
  71. 4838490 Icd handler (#30731) by thivya-amazon · 1 year, 3 months ago
  72. 5236f8d Fix some typos in a comment. (#31148) by Boris Zbarsky · 1 year, 3 months ago
  73. ad98820 Return ConnectionFailureException which contains the connection state (#29305) by Yufeng Wang · 1 year, 3 months ago
  74. f7cd2d6 Introduce a Status + Cluster Code abstraction (#31121) by Tennessee Carmel-Veilleux · 1 year, 3 months ago
  75. 9643ea4 [ICD] Add Nonce validation to Check-In protocol and parsing unit tests (#31080) by mkardous-silabs · 1 year, 3 months ago
  76. d405b70 [ICD] Add unit tests to validate Check-In message generation (#31040) by mkardous-silabs · 1 year, 4 months ago
  77. ff5b64d [ICD] Add Hmac Key handle to ICDCheckInSender to support PSA backend (#30926) by mkardous-silabs · 1 year, 4 months ago
  78. 4fe0f8d Fix TV commissioning and control (#30904) by chrisdecenzo · 1 year, 4 months ago
  79. 0373659 Add new IM Status NO_COMMAND_RESPONSE (#30921) by Terence Hampson · 1 year, 4 months ago
  80. 78fb77f Split Init into SetUp/SetUpTestSuite in LoopbackMessagingContext (#30892) by Arkadiusz Bokowy · 1 year, 4 months ago
  81. f67d9bc [Crypto] Add HMAC function using KeyHandle (#30751) by Jean-Francois Penven · 1 year, 4 months ago
  82. 8c45ed8 [Crypto] Add HMAC key handle support in Crypto PAL (#30829) by mkardous-silabs · 1 year, 4 months ago
  83. 547b587 Fix improperly mutable pointers to string constants (#30804) by Michael Spang · 1 year, 4 months ago
  84. db06afc [Crypto] Rename aes key byte array to symmetric key byte array (#30802) by mkardous-silabs · 1 year, 4 months ago
  85. c8bea78 Update UDC messages for 1.3 (#30585) by chrisdecenzo · 1 year, 4 months ago
  86. 6778d3e [ICD] Create ICDConfigurationData class with associated refactor (#30618) by mkardous-silabs · 1 year, 4 months ago
  87. a9d5b1a [ICD] Add ICD build config to encapsulate ICD related defines (#30661) by mkardous-silabs · 1 year, 4 months ago
  88. 83e2492 Allow plumbing of `SessionParameters` from `Session` (#30525) by Terence Hampson · 1 year, 4 months ago
  89. 75de58d Add a lint for use of PRI*64 macros. (#30541) by Boris Zbarsky · 1 year, 4 months ago
  90. 4460db1 Update session parameters to be inline with matter 1.3 spec (#30405) by Terence Hampson · 1 year, 5 months ago
  91. f0e6fc9 [ICD] Enable ICD run for unit tests (#30097) by mkardous-silabs · 1 year, 5 months ago
  92. 43159a8 Add pw_unit_test support to build configuration (#29479) by Maksymilian Knust · 1 year, 6 months ago
  93. 38d6a48 Restyle C(++) code after upgrade to clang-format 16 (#29496) by Karsten Sperling · 1 year, 6 months ago
  94. 59d2b7e Remove empty state from FixedSpan (#29240) by Karsten Sperling · 1 year, 6 months ago
  95. 76cd68d Add ICD check-in messageId 0x50 per spec (#29308) by yunhanw-google · 1 year, 6 months ago
  96. b15a6e6 Make constexpr constants in headers inline constexpr (#29279) by Karsten Sperling · 1 year, 7 months ago
  97. 9ebd18a Make test vectors ByteSpans (#29200) by Karsten Sperling · 1 year, 7 months ago
  98. 105b771 [ICD] Add Check-In payload generation (#27615) by Jean-Francois Penven · 1 year, 7 months ago
  99. c0ccbb1 Make sure we handle BUSY responses during CASE properly. (#28901) by Boris Zbarsky · 1 year, 7 months ago
  100. 55d1e8e Adding invalid in state to status code file (#28530) by abeck-whirlpool · 1 year, 8 months ago