1. 4fa3721 Remove usage of `__has_include` and usage of `USE_ZAP_CONFIG` (#29492) by Andrei Litvin · 1 year, 6 months ago
  2. 14bdc24 [app] Add option to disable read client (#28149) by Wang Qixiang · 1 year, 7 months ago
  3. d356484 Add a perfetto backend for tracing and enable it for chip-tool & light-app on linux (#27354) by Andrei Litvin · 1 year, 9 months ago
  4. 4242526 Create a JSON Log tracing backend (#27135) by Andrei Litvin · 1 year, 9 months ago
  5. 7fe4abc Remove dependency of libChipController on app-specific codegen. (#24555) by Boris Zbarsky · 2 years, 2 months ago
  6. 89c6fb6 Add compile-time code generation using zap for app-templates (#23962) by Andrei Litvin · 2 years, 2 months ago
  7. 89df4ac Implement unpairDevice API in android and chip-tool (#24127) by joonhaengHeo · 2 years, 2 months ago
  8. 342ba68 Remove DeviceProxy pointer in ClusterBase (#19673) by Zang MingJie · 2 years, 8 months ago
  9. d170a25 Untangle SetUpCodePairer from CHIPDeviceCommissioner a bit. (#16890) by Boris Zbarsky · 3 years ago
  10. 710b9d8 Add a helper class for opening commissioning windows. (#16474) by Boris Zbarsky · 3 years ago
  11. 11b5fef Add trace events to commissioning flow (#16380) by Yuanyao Zhong · 3 years ago
  12. c4d81c8 Add more prints to AutoCommissioner/CASESessionManager (#14736) by Jerry Johns · 3 years ago
  13. 5a28865 Use AddressResolve in CASE (#15934) by Andrei Litvin · 3 years ago
  14. 474cc20 Remove DeviceAddressUpdateDelegate and corresponding chip-tool discovery update (#15865) by Andrei Litvin · 3 years ago
  15. 75372d8 Enable server interactions on Controllers (#14998) by Jerry Johns · 3 years, 1 month ago
  16. 39115b9 Remove CHIPClusters.cpp and various things it called into (#14581) by Boris Zbarsky · 3 years, 1 month ago
  17. 0c94a80 Link attribute reads to Content Apps, refactor content app platform to leverage latest cluster lib conventions (#12969) by chrisdecenzo · 3 years, 2 months ago
  18. 798d7d2 Run commissioning from external class. (#12643) by C Freeman · 3 years, 3 months ago
  19. eddf2b4 Initial matter Python end-device (#11116) by Markus Becker · 3 years, 3 months ago
  20. a04576d Refactor CHIPDevice class to Operational and Commissionee device proxy (#10808) by Pankaj Garg · 3 years, 4 months ago
  21. d9e02a0 [mdns] Renamed mDNS abstract layer to DNS-SD (#10381) by Kamil Kasperczyk · 3 years, 5 months ago
  22. 02d8900 Add DeviceController::PairDevice(NodeId remoteId, const char * setupCode) API that looks for the device over supported networks resolves #9343 (#9847) by Vivien Nicolas · 3 years, 5 months ago
  23. ae69dd7 Add a controller factory to vend controllers per Fabric (#9872) by Sagar Dhawan · 3 years, 6 months ago
  24. 62165b1 Move controller data to zzz_generated (#9280) by Andrei Litvin · 3 years, 7 months ago
  25. 2937f1a Introducing CLI tv-casting-app for Linux (#8824) by Sharad Binjola · 3 years, 7 months ago
  26. d19251c [ZAP Templates] Merge chip-zcl-zpro-codec-api.zapt and encoder-src.zapt into CHIPClusters*.zapt (#8753) by Vivien Nicolas · 3 years, 8 months ago
  27. 28977db Revert "Adding request-commissioning CHIPTool command (#7729)" (#8095) by Michael Spang · 3 years, 8 months ago
  28. 355a991 Adding request-commissioning CHIPTool command (#7729) by Sharad Binjola · 3 years, 9 months ago
  29. 42c2ccd Fix CHIPDeviceCallbacksMgr callback info storage (#7842) by Michael Spang · 3 years, 9 months ago
  30. f78d60e Commissioner discovery based on DNS-SD using ChipTool (#7193) by Sharad Binjola · 3 years, 9 months ago
  31. bad5ec1 Controller: use generated opcred cluster (#7263) by C Freeman · 3 years, 10 months ago
  32. 49fb531 Use controller clusters as a gen file for src controller (#6941) by Vivien Nicolas · 3 years, 10 months ago
  33. 22365d8 Integrate commissioner and device clusters with operational credentials (#6705) by Pankaj Garg · 3 years, 10 months ago
  34. 0238a6c Example operational credentials issuer for tests and tools (#6598) by Pankaj Garg · 3 years, 10 months ago
  35. b86e9a4 Move CHIPClusters.* to gen/ folders (#6284) by Vivien Nicolas · 3 years, 11 months ago
  36. f5f9134 [python/dns-sd] Fix "resolve" command in Python CHIP Controller (#6041) by Damian Królik · 4 years ago
  37. 362c5f2 Use exchange for session establishment and provisioning (#5938) by Pankaj Garg · 4 years ago
  38. dada1be [python] Process ZCL responses (#5816) by Damian Królik · 4 years ago
  39. ebc41b5 [IM] Fix interaction model build & Enable IM build for Linux presubmit (#5725) by Song Guo · 4 years ago
  40. 43bb001 [controller] Remove deprecated controller interface (#5392) by Damian Królik · 4 years ago
  41. a578416 [python/mdns] Add "resolve" command for operational discovery (#5025) by Damian Królik · 4 years ago
  42. ed28753 Enable pairing of multiple admins with a device (#4738) by Pankaj Garg · 4 years, 1 month ago
  43. 65f94f9 Allow client applications to parse command responses using the underlying ZCL stack (#4661) by Vivien Nicolas · 4 years, 1 month ago
  44. a77a662 Initial support for adding codegen for interaction model (#4298) by Song Guo · 4 years, 2 months ago
  45. 23aa924 Add C++ wrappers for ZCL Clusters (#4126) by Vivien Nicolas · 4 years, 2 months ago
  46. 7d020b8 Implement cluster controller base class and port OnOff cluster to it (#3879) by Pankaj Garg · 4 years, 4 months ago
  47. 047424f Enable pairing for multiple devices (#3630) by Pankaj Garg · 4 years, 4 months ago
  48. 902a864 Make src/crypto and src/controller compile with -Werror=conversion (#2845) by Boris Zbarsky · 4 years, 6 months ago
  49. 86c93e3 Revert "Make src/crypto and src/controller compile with -Wconversion (#2810)" (#2842) by Boris Zbarsky · 4 years, 6 months ago
  50. 3ec5a53 Make src/crypto and src/controller compile with -Wconversion (#2810) by Boris Zbarsky · 4 years, 6 months ago
  51. de1c1af Remove '-Wno-deprecated-declarations' from src/controller/BUILD.gn (#2594) by Vivien Nicolas · 4 years, 6 months ago
  52. c22c899 Fix circular dependency issue when linking message layer (#2398) by Yufeng Wang · 4 years, 6 months ago
  53. fa6b522 Reformat GN build files (#2192) by Michael Spang · 4 years, 7 months ago
  54. 7698567 Remove allow_circular_includes_from from src/controller/BUILD.gn (#2195) by Vivien Nicolas · 4 years, 7 months ago
  55. d613a97 [build] fix -Wdeprecated build errors in CHIPDeviceController (#1953) by Jiacheng Guo · 4 years, 8 months ago
  56. 1b27142 Add darwin device layer & fix Mac build (#1702) by Michael Spang · 4 years, 8 months ago
  57. efa630b Support building CHIP with GN (#1456) by Michael Spang · 4 years, 8 months ago