- 87f6277 Managed ACL: Add AccessRestrictionList support (#34932) by Thomas Lea · 7 months ago
- cd04522 Fix test code build issues when INET_CONFIG_TCP_ENDPOINT is set to false (#35027) by Pradip De · 7 months ago
- 6c09236 Dump details about leaked ExchangeContexts before aborting (#34617) by Karsten Sperling · 8 months ago
- 45196ac Fix logging of received message sizes. (#34649) by Boris Zbarsky · 8 months ago
- 3a99423 Fix Bootstrap error in Darwin platform (#34608) by joonhaengHeo · 8 months ago
- e73be38 Log message sizes in Msg RX/TX logs. (#34382) by Boris Zbarsky · 8 months ago
- 111f62f Link all unit tests with string adapters for CHIP_ERROR (#34332) by Arkadiusz Bokowy · 8 months ago
- 3c96d5b Revert "Darwin: Prohibit static initializers in Matter.framework" (#34286) by Justin Wood · 8 months ago
- 74fa3f3 Updated AppContext, LoopbackMessagingContext, and UDPMessagingContext to serve as PW test fixture classes. (#34036) by feasel · 8 months ago
- f199ba4 Darwin: Prohibit static initializers in Matter.framework (#34168) by Karsten Sperling · 9 months ago
- 102faca ReadClient: Truncate data version list during encoding if necessary (#34111) by Karsten Sperling · 9 months ago
- b63c271 feat: possibility to get node id of the unsolicited message sender (#33704) by Anton Usmansky · 9 months ago
- 686e73b Choose logging backend on a per-target basis (#32119) by Maksymilian Knust · 9 months ago
- 674dca8 Fix shutdown ordering issue in Server.cpp. (#34035) by Boris Zbarsky · 9 months ago
- f6ac926 [Metrics] Added additional metrics for CASE and Subscription (#33934) by Anush Nadathur · 9 months ago
- 21e239e Break the dependency between tests that use MessagingContext (#33588) by Jakub Latusek · 10 months ago
- b5d13a7 Replace nl-unit-test with pigweed for messaging (#33500) by Jakub Latusek · 10 months ago
- f980f2c ESP32: Address -Wundef build errors and enable it for platform (#29728) by Shubham Patil · 10 months ago
- 61dd4f7 Make AddToRetransTable in the wrong state non-fatal (#33461) by Karsten Sperling · 10 months ago
- cf2d2bd [Silabs]Fix efr32 test driver event loop, run gtests, enable more test on efr… (#33430) by Junior Martinez · 10 months ago
- d594086 Make test suite setup and teardown functions static (#33330) by Maksymilian Knust · 10 months ago
- d9cbc1f Improve server logging on subscription failures. (#33372) by Boris Zbarsky · 10 months ago
- 0259b9a Fix efr32 assert due to missing init, renable RTT logs with pw-rcp enable. Temporaly remove TestExchange from efr32 (#33375) by Junior Martinez · 10 months ago
- 5078a93 [mrp] Make sure not all packet buffers are used for retransmissions (#33334) by Damian Królik · 10 months ago
- 7585d71 Add some unit tests for ExchangeContext and ExchangeMessageDispatch. (#33340) by Boris Zbarsky · 10 months ago
- 4c30c82 Clean up AppConfig dependencies (#33333) by mkardous-silabs · 10 months ago
- bc0f5ee [mrp] Increase default retry interval for Thread (#33314) by Damian Królik · 10 months ago
- 3c5b92c Make test setup functions terminate on error (#33002) by Maksymilian Knust · 10 months ago
- bd6ff65 [ICD] Convert TestICDManager to gtest (#33269) by mkardous-silabs · 11 months ago
- 3fa70cf Replace `DispatchSessionEvent` with `NotifySessionHang` on sessions. (#33259) by Andrei Litvin · 11 months ago
- a8cfbac TCP connection setup/management and CASESession association. by Pradip De · 11 months ago
- ffaeaa1 [mrp] Make GetBackoff() use Timeout instead of Timestamp type (#33093) by Damian Królik · 11 months ago
- a4b59cb Bring PR #31776(Adjust storage for large payloads) from tcp branch to master (#33001) by Pradip De · 11 months ago
- 8b1fd13 Fix handling of non-permitted messages in ExchangeContext. (#33148) by Boris Zbarsky · 11 months ago
- 67ac842 Replace nl-unit-test for pigweed for crypto (#33042) by Jakub Latusek · 11 months ago
- 2d97bb7 [ICD] Update and Document ICDManager interface (#33081) by mkardous-silabs · 11 months ago
- 96329ae [ICD] Add Check-In message at boot logic and persistent subscription checks (#32613) by mkardous-silabs · 12 months ago
- 907883f [NXP] Integrating code updates for RW61X and K32W platforms (#32615) by dinabenamar · 12 months ago
- bf7241d Add a Matter.framework API for configuring MRP parameters. (#32548) by Boris Zbarsky · 1 year ago
- 1c20301 Make it possible to dynamically set the "sender boost" for MRP. (#32537) by Boris Zbarsky · 1 year ago
- 64bf8cb Don't define __STDC_{FORMAT,LIMIT}_MACROS (#32542) by Karsten Sperling · 1 year ago
- bd42fb7 Make it possible to dynamically set MRP parameters. (#32446) by Boris Zbarsky · 1 year ago
- 6b026af Disable flaky MRP test (#32441) by C Freeman · 1 year ago
- fa9bfbd [ICD] Add missing include for the ICD specific defines (#32386) by mkardous-silabs · 1 year ago
- 42a1c72 Fix MRP SessionIdleInterval per spec to 500ms (#32124) by Abdul Samad · 1 year, 1 month ago
- bf46b08 Cleanup a few more files that were not recognized by gn (#31999) by Andrei Litvin · 1 year, 1 month ago
- 83e47bf [ICD] Refactor ICDManager to use System::Clock types (#31881) by mkardous-silabs · 1 year, 1 month ago
- fd9ddb1 Add SessionParameters to gn. (#31876) by Andrei Litvin · 1 year, 1 month ago
- 1fd56a8 Add orphan file to gn in src/messaging (#31843) by Andrei Litvin · 1 year, 1 month ago
- f9ffe55 Add "orphaned" header files from src/lib/support into gn (#31807) by Andrei Litvin · 1 year, 1 month ago
- a77e01c Remove a lot of nlio dependencies, enable TestUDP (#31802) by Andrei Litvin · 1 year, 1 month ago
- 5f955f4 [ICD] Move ICD server sources to the server directory (#31674) by mkardous-silabs · 1 year, 2 months ago
- 2582368 [ICD] Fix ordering issue when triggering a report on Active mode (#31524) by mkardous-silabs · 1 year, 2 months ago
- 4676d27 Remove dependency between chip-tool and the nlunit-test (#31234) by Jakub Latusek · 1 year, 2 months ago
- 78fb77f Split Init into SetUp/SetUpTestSuite in LoopbackMessagingContext (#30892) by Arkadiusz Bokowy · 1 year, 3 months ago
- e9df864 Use global and local setup/terdown when using chip::Test::AppContext (#30657) by Arkadiusz Bokowy · 1 year, 3 months ago
- 547b587 Fix improperly mutable pointers to string constants (#30804) by Michael Spang · 1 year, 3 months ago
- 6778d3e [ICD] Create ICDConfigurationData class with associated refactor (#30618) by mkardous-silabs · 1 year, 4 months ago
- a9d5b1a [ICD] Add ICD build config to encapsulate ICD related defines (#30661) by mkardous-silabs · 1 year, 4 months ago
- d82ce57 Ensure that MRP logic is not executed for messages over other Transports (#30124) by Pradip De · 1 year, 4 months ago
- c19f26f [ICD] Add Keep active during MDNS resolution ICD Check-In Sender (#30552) by Jean-Francois Penven · 1 year, 4 months ago
- 83e2492 Allow plumbing of `SessionParameters` from `Session` (#30525) by Terence Hampson · 1 year, 4 months ago
- 75de58d Add a lint for use of PRI*64 macros. (#30541) by Boris Zbarsky · 1 year, 4 months ago
- cd2cd09 Add ICD Sender Class (#30385) by Jean-Francois Penven · 1 year, 4 months ago
- f0e6fc9 [ICD] Enable ICD run for unit tests (#30097) by mkardous-silabs · 1 year, 5 months ago
- a8a9659 Add intelligence to the ExchangeContext to determine if a peer is active (#29549) by mkardous-silabs · 1 year, 5 months ago
- 78eb271 Align ICD nomenclature in the app/icd/ implementation (#29687) by Junior Martinez · 1 year, 5 months ago
- 7ecf00e [ICD-server] Replace the event/queue based logic with a notifier (#29546) by Junior Martinez · 1 year, 5 months ago
- 11c3dec Use progress-level logging for MRP resends. (#29638) by Boris Zbarsky · 1 year, 5 months ago
- 43159a8 Add pw_unit_test support to build configuration (#29479) by Maksymilian Knust · 1 year, 5 months ago
- 58875c3 Fix handling of a response that comes after MRP resends end. (#29640) by Boris Zbarsky · 1 year, 5 months ago
- 38d6a48 Restyle C(++) code after upgrade to clang-format 16 (#29496) by Karsten Sperling · 1 year, 6 months ago
- 9dee693 Split out CHIPErrror into a separate source set. (#29494) by Boris Zbarsky · 1 year, 6 months ago
- 4263ced Fix IPAddress Type mismatch between echo-requester and echo-responder. (#29419) by Pradip De · 1 year, 6 months ago
- 09bb8d2 [ICD] Add units to configs and variables (#29417) by mkardous-silabs · 1 year, 6 months ago
- 181b7a9 Don't use LwIP defines if CHIP_SYSTEM_CONFIG_USE_LWIP is not set. (#29408) by Boris Zbarsky · 1 year, 6 months ago
- 7e2118c Include the peer address in "Msg TX" logs. (#29351) by Boris Zbarsky · 1 year, 6 months ago
- ef5bda7 Stop logging errors on receving a redundant standalone ack. (#29166) by Boris Zbarsky · 1 year, 6 months ago
- b15a6e6 Make constexpr constants in headers inline constexpr (#29279) by Karsten Sperling · 1 year, 6 months ago
- d4cbdbc Fix conditions for kICDMsgAckSyncEvent (#29263) by Michael Spang · 1 year, 6 months ago
- aa688c4 Ensure CHIP_EXCHANGE_HOLDER_DETAIL_LOGGING is always defined. (#29228) by Boris Zbarsky · 1 year, 6 months ago
- af635a6 Don't mark session defunct on response timeout if the message was acked. (#29173) by Boris Zbarsky · 1 year, 6 months ago
- 29fd8dc Remove SED related common code as it is deprecated and replaced by ICD (#29023) by Junior Martinez · 1 year, 7 months ago
- f09fce8 ICD: fix expect response count issue (#28887) by Wang Qixiang · 1 year, 7 months ago
- 4b1fcb6 add event For messages acks, Request ICD active mode when waiting on a ack (#28380) by Junior Martinez · 1 year, 8 months ago
- 14bc386 Factor out secure channel type definitions into a separate static library. (#28248) by Boris Zbarsky · 1 year, 8 months ago
- 47bd885 [ICD]Add SAT Common TXT key (#28123) by Junior Martinez · 1 year, 8 months ago
- c149afc [ICD]Post the MsgSentEvent on retransmits also (#27968) by Junior Martinez · 1 year, 8 months ago
- e4a3b4b Fix exchange manager tests to handle losing timeslice better. (#27872) by Boris Zbarsky · 1 year, 8 months ago
- ac060dc ICD manager Implemenation (#27283) by Junior Martinez · 1 year, 8 months ago
- 0fe0414 Fix TestReliableMessageProtocol timing bug. (#27817) by Boris Zbarsky · 1 year, 8 months ago
- ddf4db4 Fix TestExchangeMgr assertion about exchange ids. (#27669) by Boris Zbarsky · 1 year, 8 months ago
- 16d231f Default MRP_RETRY_INTERVAL_SENDER_BOOST to 0 ms (#27555) by Arkadiusz Bokowy · 1 year, 9 months ago
- 6db0276 Account for the retry delay booster in unit test (#27519) by Arkadiusz Bokowy · 1 year, 9 months ago
- 3633de9 Account for the retry delay booster in unit test (#27256) by Arkadiusz Bokowy · 1 year, 9 months ago
- d0b9eb4 Split out java/kotlin unit tests (#26897) by Andrei Litvin · 1 year, 10 months ago
- c53bef2 Bump third_party/pigweed/repo from `e72f0d5` to `da76d13` (#26713) by dependabot[bot] · 1 year, 10 months ago
- 80bce56 Mark a session defunct if an attempt to send a message on it fails outright. (#26778) by Boris Zbarsky · 1 year, 10 months ago
- 98ead72 ExchangeCtx: Fix issue with response timer cancellation (#26215) by Wang Qixiang · 1 year, 11 months ago
- 110659e Gracefully handle an exchange delegate evicting the session on timeout. (#25908) by Boris Zbarsky · 2 years ago