1. d594086 Make test suite setup and teardown functions static (#33330) by Maksymilian Knust · 9 months ago
  2. 16e220b Refactored transport/raw/tests to more cleanly handle access to private members of TCPBase (#33306) by feasel · 10 months ago
  3. a8cfbac TCP connection setup/management and CASESession association. by Pradip De · 11 months ago
  4. 3062e91 [ICD] Convert TestICDMonitoringTable to gTest (#33239) by mkardous-silabs · 10 months ago
  5. 7489e02 Updated unit tests in src/transport/raw/tests/ to use PW instead of NL. (#33099) by feasel · 10 months ago
  6. a4b59cb Bring PR #31776(Adjust storage for large payloads) from tcp branch to master (#33001) by Pradip De · 10 months ago
  7. e12ace0 Remove dead code from BLE layer class (#33171) by Arkadiusz Bokowy · 10 months ago
  8. 9966940 Force including <ble/Ble.h> umbrella header instead of specific headers (#33023) by Arkadiusz Bokowy · 10 months ago
  9. 64bf8cb Don't define __STDC_{FORMAT,LIMIT}_MACROS (#32542) by Karsten Sperling · 12 months ago
  10. f9ffe55 Add "orphaned" header files from src/lib/support into gn (#31807) by Andrei Litvin · 1 year, 1 month ago
  11. a77e01c Remove a lot of nlio dependencies, enable TestUDP (#31802) by Andrei Litvin · 1 year, 1 month ago
  12. 4676d27 Remove dependency between chip-tool and the nlunit-test (#31234) by Jakub Latusek · 1 year, 1 month ago
  13. 7f43a93 Fix typo in many tests (#31014) by Tennessee Carmel-Veilleux · 1 year, 2 months ago
  14. e9df864 Use global and local setup/terdown when using chip::Test::AppContext (#30657) by Arkadiusz Bokowy · 1 year, 3 months ago
  15. 94ba5c6 Check mBleEndPoint before sending messages in BLEBase (#30794) by rus084 · 1 year, 3 months ago
  16. 43159a8 Add pw_unit_test support to build configuration (#29479) by Maksymilian Knust · 1 year, 5 months ago
  17. 94facb5 Increment used TCPEndPoint count during incoming connection. (#29553) by Pradip De · 1 year, 5 months ago
  18. 38d6a48 Restyle C(++) code after upgrade to clang-format 16 (#29496) by Karsten Sperling · 1 year, 5 months ago
  19. 9dee693 Split out CHIPErrror into a separate source set. (#29494) by Boris Zbarsky · 1 year, 5 months ago
  20. 40f39f7 Improve size calculation for our packets. (#28563) by Boris Zbarsky · 1 year, 7 months ago
  21. b5a8d9c Add data logging using the tracing module for message send/receive (#27281) by Andrei Litvin · 1 year, 8 months ago
  22. c2219f7 [Tests] Improving initalizaiton in TestInetCommonPosix (#26663) by Artur Tynecki · 1 year, 9 months ago
  23. ebd0d29 [privacy] Implement privacy decrypt support in message layer (#22783) by Martin Turon · 2 years, 1 month ago
  24. cae6319 First JNI test & changes necessary to make it work (#24355) by Marcos B · 2 years, 1 month ago
  25. b01695e add mNumReportsInFlight check test when failing to send report (#24106) by yunhanw-google · 2 years, 2 months ago
  26. 52e228f Add modernize-redundant-void-arg to clang-tidy (#23760) by Arkadiusz Bokowy · 2 years, 3 months ago
  27. d6e2dfb Minor unit test cleanups (#23723) by Andrei Litvin · 2 years, 3 months ago
  28. 72f0471 clang-tidy: apply modernize-loop-convert over a set of files (#23443) by Andrei Litvin · 2 years, 4 months ago
  29. a9399de Set of fixes to unit-tests code (#23071) by Artur Tynecki · 2 years, 4 months ago
  30. f8499f4 [privacy] Don't enable privacy when privacy is not supported. (#22425) by Martin Turon · 2 years, 6 months ago
  31. d47c8f7 Add initial Messaging Layer unit test to test various negative paths (#22202) by Yufeng Wang · 2 years, 6 months ago
  32. a1643ee Fix liveness timer not firing for subscriptions (#21693) by Jerry Johns · 2 years, 7 months ago
  33. 095e206 Add a way to capture message payloads in tests. (#21774) by Boris Zbarsky · 2 years, 7 months ago
  34. 9da4899 Add mNumMessagesToAllowBeforeDropping (#21321) by yunhanw-google · 2 years, 7 months ago
  35. 6387049 Make cleanup functions return 'void' (#19870) by Michael Spang · 2 years, 8 months ago
  36. dacfe1b Move unit tests context to platform heap instead of stack/static (#19931) by Andrei Litvin · 2 years, 8 months ago
  37. 5e9d413 [logging] Use CHIP_ERROR_FORMAT in more places (#19983) by Damian Królik · 2 years, 8 months ago
  38. 2f85372 Add support for scope IDs for link-local addresses in Java (#19394) by Kevin Coppock · 2 years, 8 months ago
  39. ede4262 Fail unit tests that leave messages sitting around undrained. (#18709) by Boris Zbarsky · 2 years, 9 months ago
  40. d79a0e3 Move `TestContext` to a scoped variable (#18486) by Zang MingJie · 2 years, 9 months ago
  41. dd0c57f Fix clang warnings -Wunreachable-code (#17865) by Michael Spang · 2 years, 10 months ago
  42. 4aa0d5f Use async loopback transport for all tests (#17622) by Zang MingJie · 2 years, 10 months ago
  43. 0c06ba5 Clang tidy readability-redundant-* (#17121) by Andrei Litvin · 2 years, 11 months ago
  44. fd52919 [Inet] Add TCPEndpointImpl for OpenThread (#16671) by Jean-Francois Penven · 2 years, 11 months ago
  45. f68cca0 [msg] Fix #13669 - Skip over MX and SX extension blocks. (#16324) by Martin Turon · 3 years ago
  46. d80d593 use clang-tidy to modernize-use-override (#16307) by Andrei Litvin · 3 years ago
  47. 0c43841 Clang-tidy readability-else-after-return (#16312) by Andrei Litvin · 3 years ago
  48. 5a8ffc1 Make TestTcp retry TCP initialization (#15824) by Andrei Litvin · 3 years ago
  49. 654104c fix BLE commissioning on commissionable Matter TVs (#15525) by chrisdecenzo · 3 years ago
  50. 9197cbd Make sure unit test buffers are initialized, so that valgrind does not complain (#15487) by Andrei Litvin · 3 years ago
  51. 0a760e4 Add a generic address resolver - convert multiple DNSSD replies into one single address (#15200) by Andrei Litvin · 3 years ago
  52. 01ae39f [clang-support] Define __SANITIZE_ADDRESS__ if ASAN is enabled (#15138) by Vivien Nicolas · 3 years ago
  53. 101ff17 [mac] Turn on TestTCP (#15197) by Vivien Nicolas · 3 years ago
  54. e68bd6c Revert "Add multi-address support for PeerAddress" (#15082) by Andrei Litvin · 3 years ago
  55. 6fa8e4c [Documentation Warnings] Fix some documentations warnings (#15028) by Vivien Nicolas · 3 years ago
  56. 14eb3f5 Add ability to keep several IP addresses per PeerAddress (#14968) by Andrei Litvin · 3 years ago
  57. bed61c3 Make WriteHandler an ExchangeDelegate (#14821) by Jerry Johns · 3 years, 1 month ago
  58. 8881290 Group encryption/decryption enabled. (#14514) by Ricardo Casallas · 3 years, 1 month ago
  59. 46ab4be Fix null-deref crash in OnSessionEstablishmentError. (#14654) by Boris Zbarsky · 3 years, 1 month ago
  60. a04bf54 Add message receive and send tracing to chip-tool (#13637) by Tennessee Carmel-Veilleux · 3 years, 1 month ago
  61. 1cbec52 [Group] Implement UDPEndPoint for OpenThread (to enable multicast) (#13127) by Jean-Francois Penven · 3 years, 1 month ago
  62. 0307df3 [mrp] Fix MRP after a recent refactoring (#13413) by Damian Królik · 3 years, 1 month ago
  63. 2488114 [ble] Fixed controller not being able to commission device after first attempt failure (#13287) by Kamil Kasperczyk · 3 years, 1 month ago
  64. d24eff1 [spell] Fix slew of spelling errors. (#13043) by Martin Turon · 3 years, 2 months ago
  65. 7cca950 ObjectPool: Use Platform::New and rename modes (#13088) by Kevin Schoedel · 3 years, 2 months ago
  66. 9adf764 [Inet] Make tests fail on EADDRNOTAVAIL (#13080) by Kevin Schoedel · 3 years, 2 months ago
  67. 4e3d0b1 Extend PoolInterface to heap pools (#12997) by Kevin Schoedel · 3 years, 2 months ago
  68. 00434dd Release ObjectPool objects in Session management (#12906) by Kevin Schoedel · 3 years, 2 months ago
  69. 8e5eb8a [Inet] Remove InetLayer class (#12727) by Kevin Schoedel · 3 years, 3 months ago
  70. fcd9785 Small cleanups (#12694) by Kevin Schoedel · 3 years, 3 months ago
  71. ae485d1 [Group] Add multicast listening on linux (#12342) by Jean-Francois Penven · 3 years, 3 months ago
  72. c68f199 Catch or release ObjectPool leaks (#12499) by Kevin Schoedel · 3 years, 3 months ago
  73. e2e4c17 Use Loop::Break/Continue instead of bool in visitor of ForEachActiveObject (#12420) by Zang MingJie · 3 years, 3 months ago
  74. a7b18b8 Migrate TCP::mPendingPackets to Pool interface (#11834) by Zang MingJie · 3 years, 3 months ago
  75. fe681d9 Inet: Split InetLayer class (#12291) by Kevin Schoedel · 3 years, 3 months ago
  76. 5f847e0 Remove System::Object (#12051) by Kevin Schoedel · 3 years, 3 months ago
  77. 91a3990 IPv6 multicast build method added to PeerAddress (#11368) by Ricardo Casallas · 3 years, 3 months ago
  78. 125ad20 Inet: Use constructors for Inet EndPoints (#11584) by Kevin Schoedel · 3 years, 4 months ago
  79. a27a311 Set configuration manager (#11534) by Andy Salisbury · 3 years, 4 months ago
  80. 3a337fd Add async message dispatch to loopback (#11461) by Jerry Johns · 3 years, 4 months ago
  81. 3f67119 Add header validity check for group and MCSP msg (#11441) by jepenven-silabs · 3 years, 4 months ago
  82. 165ac82 [msg] Update message field order to match spec. (#11330) by Martin Turon · 3 years, 4 months ago
  83. e788c90 Include interface in PeerAddress::ToString (#11176) by Zang MingJie · 3 years, 4 months ago
  84. fe47096 Apply comments for PR 10985 (#11189) by jepenven-silabs · 3 years, 4 months ago
  85. 52db0e4 Collapse IPEndPointBasis into UDPEndPoint (#11135) by Kevin Schoedel · 3 years, 4 months ago
  86. 014d85c Convert Inet::InterfaceId to a class (#10979) by Kevin Schoedel · 3 years, 4 months ago
  87. 117aae3 Extract duplicated code for app test cases into AppTestContext (#10968) by Zang MingJie · 3 years, 4 months ago
  88. 9a0e4c2 Use safer System::Clock types in transport and messaging (#10913) by Kevin Schoedel · 3 years, 4 months ago
  89. 623d8eb [msg] Consolidate use of `SetSecurityFlags`. (#10921) by Martin Turon · 3 years, 4 months ago
  90. 130f2ce [msg] Correct nonce to match spec. (#10895) by Martin Turon · 3 years, 4 months ago
  91. 77b0603 Convert to enum class in src/inet (#10504) by Kevin Schoedel · 3 years, 4 months ago
  92. 1cb7d96 Update Message Header with spec (#10325) by jepenven-silabs · 3 years, 4 months ago
  93. f6af3c9 Log error on BLE deferred sending (#10321) by Andrei Litvin · 3 years, 4 months ago
  94. 08fe66d Indirect access for System::Clock functions (#10056) by Kevin Schoedel · 3 years, 5 months ago
  95. c6db337 ESP32: Close active ble connection on PASE session failure. (#9845) by Sweety · 3 years, 5 months ago
  96. eca9bff Rename classes in transport layer (#9814) by Zang MingJie · 3 years, 5 months ago
  97. cabc2f8 [Group] Add group ID retrieval (#9765) by jepenven-silabs · 3 years, 5 months ago
  98. 3d9cb11 Track file/line for POSIX errors when that's enabled for CHIP_ERROR (#9829) by Boris Zbarsky · 3 years, 5 months ago
  99. 3fd5bf8 [msg] Update message version and session id fields to match spec. (#9675) by Martin Turon · 3 years, 5 months ago
  100. b384bde TestUDP: use ephemeral port (#9692) by Zang MingJie · 3 years, 5 months ago