- 2a55f23 SetupPayload: Python implementation to generate manual and QRCode (#24228) by Shubham Patil · 2 years, 3 months ago
- 4a9c0a6 [Android] Commissioner attestation delegate should be able to override success and failure (#23173) by panliming-tuya · 2 years, 3 months ago
- 82bfcd5 [tlv] Cleanup TLV module naming (remove CHIP from filenames). (#24312) by Martin Turon · 2 years, 3 months ago
- a7060e0 Add ubsan build variant to build_examples script (#23953) by Arkadiusz Bokowy · 2 years, 4 months ago
- 5bec9c5 Update SetupPayload to include if Discriminator is short (#23304) by Cliff Chung · 2 years, 4 months ago
- ef3c129 Add support to compile java matter controller test example in host without android (#23630) by yunhanw-google · 2 years, 4 months ago
- 1145bac Misc clang-tidy auto fixes (#23445) by Andrei Litvin · 2 years, 5 months ago
- 753cb9c add android dummy stub for java matter controller application (#23261) by yunhanw-google · 2 years, 5 months ago
- f14e882 Catch UnsatisfiedLinkError when load native library (#23286) by Cliff Chung · 2 years, 5 months ago
- d520b39 [compiler] Add -Wshorten-64-to-32 compiler flag for is_clang (#23111) by Vivien Nicolas · 2 years, 6 months ago
- ed2b697 Document the rendezvousInformation field of SetupPayload better. (#23000) by Boris Zbarsky · 2 years, 6 months ago
- 15ac917 Use CopyString() Instead strncpy() (#22708) by Evgeny Margolis · 2 years, 6 months ago
- 7d707fa Avoid Android crash during QRCode Parsing (#22655) by joonhaengHeo · 2 years, 7 months ago
- ff31543 [Android-DD-3.14] Add QR / Manual invaild value check (#22357) by joonhaengHeo · 2 years, 7 months ago
- 0969e61 Allow and ignore '-' characters in manual pairing codes. (#22238) by Boris Zbarsky · 2 years, 7 months ago
- 0a36d9f Add missing null checks on PacketBufferHandle::New calls (#22274) by Tennessee Carmel-Veilleux · 2 years, 7 months ago
- ecbaab5 Clearly distinguish between unknown and all-0 discovery capabilities. (#21696) by Boris Zbarsky · 2 years, 8 months ago
- 79e8c9e Fix handling of short discriminator in Linux BLE scan. (#21187) by Boris Zbarsky · 2 years, 8 months ago
- 641e3ad Add #if CHIP_HAVE_CONFIG around *BuildConfig headers (#21169) by Daniel Nicoara · 2 years, 8 months ago
- 94f8974 Fix base38 decoding for long payloads. (#21037) by Boris Zbarsky · 2 years, 8 months ago
- ece3732 Add a helper to generate valid random PINs to the Darwin framework. (#20703) by Boris Zbarsky · 2 years, 9 months ago
- b9cf909 Allow chip-tool to generate onboarding payloads with extra TLV. (#20231) by Boris Zbarsky · 2 years, 9 months ago
- dacfe1b Move unit tests context to platform heap instead of stack/static (#19931) by Andrei Litvin · 2 years, 9 months ago
- 50d1c8e Multiple spec compliance fixes to NOC cluster (#18965) by Tennessee Carmel-Veilleux · 2 years, 10 months ago
- 613ad19 Make QR code parsing error out if the padding bits are not all 0. (#18809) by Boris Zbarsky · 2 years, 10 months ago
- a6ba9d8 [SetUpCodePairer] Ensure the payload is a valid payload (#18606) by Vivien Nicolas · 2 years, 11 months ago
- 0381682 [setup_payload] Fixed bug with not reducing span size properly (#18598) by Kamil Kasperczyk · 2 years, 11 months ago
- 04b4f07 Refactored OnboardingCodesUtil to decrease memory footprint. (#18318) by Kamil Kasperczyk · 2 years, 11 months ago
- 6c54ab8 Enable several more clang-tidy checks. Fix a set of 'loop variable too small' errors. (#17690) by Andrei Litvin · 3 years ago
- 57471cb Stop using PRI*16 and %zu format specifiers (#17502) by andrei-menzopol · 3 years ago
- b67c944 Fix TLV tags in the Onboarding payload and update unit tests (#17122) by Harsha Rajendran · 3 years ago
- 0c06ba5 Clang tidy readability-redundant-* (#17121) by Andrei Litvin · 3 years ago
- 6c692ab [chip-tool] Add commands to generate/update onboarding payloads (#16704) by Vivien Nicolas · 3 years ago
- 8f86c43 Introduce CommissionableDataProvider for discriminator and verifier (#16020) by Tennessee Carmel-Veilleux · 3 years, 1 month ago
- 03399fc The printing of onboarding code spec compliant (#15506) by Rohit Jadhav · 3 years, 1 month ago
- 7304941 Added generation of unique identifiers (#15031) by Kamil Kasperczyk · 3 years, 1 month ago
- cf1b254 add isShortDiscriminator to SetupPayload (#13671) by Michael Sandstedt · 3 years, 2 months ago
- 6bb25d5 zephyr: Added support for rotating device ID (#13411) by Kamil Kasperczyk · 3 years, 3 months ago
- 5c096ec Switch TLV::Tag to being a struct (#13219) by Boris Zbarsky · 3 years, 3 months ago
- fcbcac2 Fix broken tag handling in QRCodeSetupPayloadParser. (#13201) by Boris Zbarsky · 3 years, 3 months ago
- 7db5e8a Include VID/PID in ECM commissioning Setup Payload (#11894) by Pankaj Garg · 3 years, 4 months ago
- 828b96f Move Tvserver to examples (#11780) by Hui.Li-TCL · 3 years, 4 months ago
- 62b337e Add Android tv server (#11245) by Hui.Li-TCL · 3 years, 5 months ago
- 267951c Make RandUtils.h use DRBG_get_bytes() (#10465) by Tennessee Carmel-Veilleux · 3 years, 6 months ago
- 1f668c2 Consistently use TLV::Tag for TLV tags. (#10342) by Boris Zbarsky · 3 years, 6 months ago
- 8dc009b Create PayloadContents base class for SetupPayload (#9391) by alexhqwang · 3 years, 6 months ago
- d48d754 Add unit test support for Mbed OS (#8403) by Vincent Coubard · 3 years, 6 months ago
- e085d8c Add pragma once to some headers (#9961) by Vivien Nicolas · 3 years, 6 months ago
- a8fa024 Fix some post-landing review comments for rotating device id. (#9804) by Boris Zbarsky · 3 years, 6 months ago
- dddd5d1 Rotating device id representation in TLV Additional Data needs to be aligned with the spec (#9455) by hnnajh · 3 years, 7 months ago
- 3a3fbc0 Disallow VLAs in Matter code (#9476) by Boris Zbarsky · 3 years, 7 months ago
- 53dd583 Force include lib/ files with full path (#9387) by Zang MingJie · 3 years, 7 months ago
- f4c307f Add non-copying string and byte getters on a TLV reader. (#9249) by Boris Zbarsky · 3 years, 7 months ago
- f6c861e Remove some no-longer-needed casts (#9016) by Boris Zbarsky · 3 years, 8 months ago
- 0fe17ec Add CHIP_ERROR object methods (#8784) by Kevin Schoedel · 3 years, 8 months ago
- 4ca8b8f Change QR code payload setup to use C strings (#8526) by alexhqwang · 3 years, 8 months ago
- c362953 Add intermediate digest computation to Hash_SHA256_Stream (#8496) by Tennessee Carmel-Veilleux · 3 years, 8 months ago
- 0e54870 Make CHIP_ERROR a class type on cc13x2_26x2, EFR32, QPG. (#8446) by Kevin Schoedel · 3 years, 9 months ago
- 15669b6 Make CHIP_ERROR a class type on Linux (#8383) by Kevin Schoedel · 3 years, 9 months ago
- 0b78067 Support discovery capabilities in setup payload (#8178) by Austin Hsieh · 3 years, 9 months ago
- f9550e1 Remove `exit: return` idiom from some directories (#7768) by Kevin Schoedel · 3 years, 9 months ago
- 0bca292 Fix various issues with log format specifiers not matching the types being logged (#7480) by Boris Zbarsky · 3 years, 10 months ago
- 955679e [qr-code] Align QR Code format with the spec (#7272) by Damian Królik · 3 years, 10 months ago
- 820d5b2 Changed QR Code parser to use Base-38 alphabet. (#6132) by Kamil Kasperczyk · 4 years ago
- a08f826 Reduce the number of include roots (#6246) by Michael Spang · 4 years ago
- 99edfee [python] Parse QR Code and Manual Pairing Code (#6005) by Damian Królik · 4 years ago
- 672cf76 Aligned QR code alphabet to be up to date with the spec. (#6001) by Kamil Kasperczyk · 4 years ago
- 6cbb522 Fix rendezvous flags in QR code. (#5711) by cecille · 4 years ago
- b382277 Throw an exception when SetupPayloadParser scans a non-CHIP QR or entry code. (#5676) by Austin Hsieh · 4 years ago
- 3c64a7b Revert "Split Die/Exit/Return macros out of CodeUtils.h (#5578)" (#5650) by Justin Wood · 4 years ago
- 792ceb9 Split Die/Exit/Return macros out of CodeUtils.h (#5578) by Kevin Schoedel · 4 years ago
- cb4d7fd Merge ReturnMacros.h into CodeUtils.h (#5545) by Kevin Schoedel · 4 years ago
- e939be4 Fix generation and parsing of Manual Setup Codes to match specification (#5383) by jrhees-cae · 4 years ago
- 8ea423a #### Problem (#5319) by Kevin Schoedel · 4 years, 1 month ago
- 18b7343 Revert "Expand use of type-safe `BitFlags` and `enum class`. (#5232)" (#5308) by Michael Spang · 4 years, 1 month ago
- 4b8d558 Expand use of type-safe `BitFlags` and `enum class`. (#5232) by Kevin Schoedel · 4 years, 1 month ago
- b3b1900 Update QRCode generator/parser to always include a top-level anonymous container (#5101) by Vivien Nicolas · 4 years, 1 month ago
- 09611bf Switch ${build_root}/chip back to ${chip_root}/build/chip (#5089) by Michael Spang · 4 years, 1 month ago
- 5cf968c Use bool instead of uint8_t for requiresCustomFlow (#5079) by Vivien Nicolas · 4 years, 1 month ago
- 846f2f1 Update Rotating Device Id generation (#4362) by hnnajh · 4 years, 1 month ago
- ed28753 Enable pairing of multiple admins with a device (#4738) by Pankaj Garg · 4 years, 2 months ago
- 4e1faf2 [gn] introduce build_root variable (#4352) by Łukasz Duda · 4 years, 2 months ago
- 7a9dae1 Fix and enable warnings -Wheader-hygiene (#4476) by Michael Spang · 4 years, 2 months ago
- abb582f Fix warnings -Wstack-usage with clang (#4417) by Michael Spang · 4 years, 2 months ago
- 8b42113 Call Platform::MemoryInit in the setup code parser library. (#4279) by Andrei Litvin · 4 years, 3 months ago
- 9661374 Adding Rotating Device Id to BLE & DNS-SD discovery (#4210) by hnnajh · 4 years, 3 months ago
- 9a77777 Move src/setup_payload/tests to auto-test-driver generation (#4001) by Andrei Litvin · 4 years, 4 months ago
- cb21694 Make src/setup_payload compile with -Werror=conversion (#4032) by Boris Zbarsky · 4 years, 4 months ago
- 2d17edb Enable -Wstack-usage on device builds (#3683) by Kevin Schoedel · 4 years, 5 months ago
- 1d812b7 [Darwin] Handle short discriminator while pairing (#3550) by Sagar Dhawan · 4 years, 5 months ago
- 01d375f Decouple CHIP stack from legacy WML based protocols (#3541) by Yufeng Wang · 4 years, 5 months ago
- ee2d33c Copy shared libstdc++ as part of the build step for android. (#3394) by Andrei Litvin · 4 years, 5 months ago
- f7c23fc Convert operator new and delete to use CHIPMem.h (#3260) by Kevin Schoedel · 4 years, 6 months ago
- 18179b3 Use 4 bits from discriminator in manual setup code (#3235) by Pankaj Garg · 4 years, 6 months ago
- 1873e8c Use pragma once in more places (#3182) by Andrei Litvin · 4 years, 6 months ago
- 55d6a5f Move //gn/* to //* (#3070) by Michael Spang · 4 years, 6 months ago
- 181f076 clang-tidy: Apply fixes "google-readability-casting" (#3034) by Michael Spang · 4 years, 6 months ago
- 0a232ce clang-tidy: Apply fixes "readability-container-size-empty" (#3036) by Michael Spang · 4 years, 6 months ago
- 63e66e1 clang-tidy: Apply fixes "performance-for-range-copy" (#3040) by Michael Spang · 4 years, 6 months ago
- 5107c74 clang-tidy: Apply fixes "readability-non-const-parameter" (#3043) by Michael Spang · 4 years, 6 months ago