- 267951c Make RandUtils.h use DRBG_get_bytes() (#10465) by Tennessee Carmel-Veilleux · 3 years, 5 months ago
- 1f668c2 Consistently use TLV::Tag for TLV tags. (#10342) by Boris Zbarsky · 3 years, 5 months ago
- 8dc009b Create PayloadContents base class for SetupPayload (#9391) by alexhqwang · 3 years, 5 months ago
- d48d754 Add unit test support for Mbed OS (#8403) by Vincent Coubard · 3 years, 5 months ago
- e085d8c Add pragma once to some headers (#9961) by Vivien Nicolas · 3 years, 5 months ago
- a8fa024 Fix some post-landing review comments for rotating device id. (#9804) by Boris Zbarsky · 3 years, 5 months ago
- dddd5d1 Rotating device id representation in TLV Additional Data needs to be aligned with the spec (#9455) by hnnajh · 3 years, 6 months ago
- 3a3fbc0 Disallow VLAs in Matter code (#9476) by Boris Zbarsky · 3 years, 6 months ago
- 53dd583 Force include lib/ files with full path (#9387) by Zang MingJie · 3 years, 6 months ago
- f4c307f Add non-copying string and byte getters on a TLV reader. (#9249) by Boris Zbarsky · 3 years, 6 months ago
- f6c861e Remove some no-longer-needed casts (#9016) by Boris Zbarsky · 3 years, 7 months ago
- 0fe17ec Add CHIP_ERROR object methods (#8784) by Kevin Schoedel · 3 years, 7 months ago
- 4ca8b8f Change QR code payload setup to use C strings (#8526) by alexhqwang · 3 years, 7 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, 8 months ago
- 15669b6 Make CHIP_ERROR a class type on Linux (#8383) by Kevin Schoedel · 3 years, 8 months ago
- 0b78067 Support discovery capabilities in setup payload (#8178) by Austin Hsieh · 3 years, 8 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, 9 months ago
- 955679e [qr-code] Align QR Code format with the spec (#7272) by Damian Królik · 3 years, 9 months ago
- 820d5b2 Changed QR Code parser to use Base-38 alphabet. (#6132) by Kamil Kasperczyk · 3 years, 10 months ago
- a08f826 Reduce the number of include roots (#6246) by Michael Spang · 3 years, 10 months ago
- 99edfee [python] Parse QR Code and Manual Pairing Code (#6005) by Damian Królik · 3 years, 11 months ago
- 672cf76 Aligned QR code alphabet to be up to date with the spec. (#6001) by Kamil Kasperczyk · 3 years, 11 months ago
- 6cbb522 Fix rendezvous flags in QR code. (#5711) by cecille · 3 years, 11 months 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 ago
- 18b7343 Revert "Expand use of type-safe `BitFlags` and `enum class`. (#5232)" (#5308) by Michael Spang · 4 years ago
- 4b8d558 Expand use of type-safe `BitFlags` and `enum class`. (#5232) by Kevin Schoedel · 4 years ago
- b3b1900 Update QRCode generator/parser to always include a top-level anonymous container (#5101) by Vivien Nicolas · 4 years ago
- 09611bf Switch ${build_root}/chip back to ${chip_root}/build/chip (#5089) by Michael Spang · 4 years ago
- 5cf968c Use bool instead of uint8_t for requiresCustomFlow (#5079) by Vivien Nicolas · 4 years ago
- 846f2f1 Update Rotating Device Id generation (#4362) by hnnajh · 4 years ago
- ed28753 Enable pairing of multiple admins with a device (#4738) by Pankaj Garg · 4 years, 1 month ago
- 4e1faf2 [gn] introduce build_root variable (#4352) by Łukasz Duda · 4 years, 1 month ago
- 7a9dae1 Fix and enable warnings -Wheader-hygiene (#4476) by Michael Spang · 4 years, 1 month ago
- abb582f Fix warnings -Wstack-usage with clang (#4417) by Michael Spang · 4 years, 1 month ago
- 8b42113 Call Platform::MemoryInit in the setup code parser library. (#4279) by Andrei Litvin · 4 years, 2 months ago
- 9661374 Adding Rotating Device Id to BLE & DNS-SD discovery (#4210) by hnnajh · 4 years, 2 months ago
- 9a77777 Move src/setup_payload/tests to auto-test-driver generation (#4001) by Andrei Litvin · 4 years, 3 months ago
- cb21694 Make src/setup_payload compile with -Werror=conversion (#4032) by Boris Zbarsky · 4 years, 3 months ago
- 2d17edb Enable -Wstack-usage on device builds (#3683) by Kevin Schoedel · 4 years, 4 months ago
- 1d812b7 [Darwin] Handle short discriminator while pairing (#3550) by Sagar Dhawan · 4 years, 4 months ago
- 01d375f Decouple CHIP stack from legacy WML based protocols (#3541) by Yufeng Wang · 4 years, 4 months ago
- ee2d33c Copy shared libstdc++ as part of the build step for android. (#3394) by Andrei Litvin · 4 years, 4 months ago
- f7c23fc Convert operator new and delete to use CHIPMem.h (#3260) by Kevin Schoedel · 4 years, 5 months ago
- 18179b3 Use 4 bits from discriminator in manual setup code (#3235) by Pankaj Garg · 4 years, 5 months ago
- 1873e8c Use pragma once in more places (#3182) by Andrei Litvin · 4 years, 5 months ago
- 55d6a5f Move //gn/* to //* (#3070) by Michael Spang · 4 years, 5 months ago
- 181f076 clang-tidy: Apply fixes "google-readability-casting" (#3034) by Michael Spang · 4 years, 5 months ago
- 0a232ce clang-tidy: Apply fixes "readability-container-size-empty" (#3036) by Michael Spang · 4 years, 5 months ago
- 63e66e1 clang-tidy: Apply fixes "performance-for-range-copy" (#3040) by Michael Spang · 4 years, 5 months ago
- 5107c74 clang-tidy: Apply fixes "readability-non-const-parameter" (#3043) by Michael Spang · 4 years, 5 months ago
- ff4202e clang-tidy: Apply fixes "performance-unnecessary-value-param" (#3037) by Michael Spang · 4 years, 5 months ago
- cb2d514 Remove autotools build (#2947) by Andrei Litvin · 4 years, 5 months ago
- b0e38c2 clang-tidy: Apply fixes "modernize-redundant-void-arg" (#2801) by Michael Spang · 4 years, 5 months ago
- d174fdc clang-tidy: Apply fixes "misc-definitions-in-headers" (#2805) by Michael Spang · 4 years, 5 months ago
- 28eef17 clang-tidy: Apply fixes "modernize-loop-convert" (#2806) by Michael Spang · 4 years, 5 months ago
- 5c192f3 clang-tidy: Apply fixes "readability-string-compare" (#2773) by Michael Spang · 4 years, 5 months ago
- f13b523 clang-tidy: Apply fixes "readability-else-after-return" (#2772) by Michael Spang · 4 years, 5 months ago
- c0d1a06 src/setup_payload/ManualSetupPayloadParser.cpp:81:10: error: unknown type name 'uint'; did you mean 'int' (#2777) by Vivien Nicolas · 4 years, 5 months ago
- c76e82d clang-tidy: Apply fixes "modernize-use-nullptr" (#2770) by Michael Spang · 4 years, 5 months ago
- c9b0471 Fix warnings -Wextra-semi (#2763) by Michael Spang · 4 years, 5 months ago
- b173fee Remove <iostream> (#2759) by Michael Spang · 4 years, 5 months ago
- 367ad72 Remove the Android automake build (#2694) by Michael Spang · 4 years, 6 months ago
- 284347d Add Android SDK to Android build (#2582) by Michael Spang · 4 years, 6 months ago
- 823cf8d Add jdk to android docker, add android build to CI (#2329) by Andrei Litvin · 4 years, 6 months ago
- d74a0b6 GN Compilation for android JNI library (#2322) by Andrei Litvin · 4 years, 6 months ago
- e780070 Rename the folder lib/profiles to lib/protocols and all relevant file… (#2307) by Yufeng Wang · 4 years, 6 months ago
- 18a55a4 [android] fix android build (#2295) by kangping · 4 years, 6 months ago
- cc2423a Fix warnings -Wheader-hygiene (#2273) by Michael Spang · 4 years, 6 months ago
- 52ca3a2 [nrf5-demo] Print QR code on boot (#2233) by Song Guo · 4 years, 7 months ago
- f12132c [nRF Connect] Run some unit tests on Zephyr's native_posix platform (#1997) by Damian Królik · 4 years, 7 months ago
- 87d2e65 LGTM This parameter of type OptionalQRCodeInfoExtension/SetupPayload is 72/112 bytes - consider passing a const pointer/reference instead. (#1616) by Vivien Nicolas · 4 years, 8 months ago
- efa630b Support building CHIP with GN (#1456) by Michael Spang · 4 years, 8 months ago
- 02681f5 Show QR code vendor tags in Android app (#1491) by Vidhi Shah · 4 years, 8 months ago
- 9d4ffab Add optional qr code info parsing to SetupPayload-JNI (#1470) by randyrossi · 4 years, 8 months ago
- fd0e531 Fix some doxygens warnings (#1483) by Vivien Nicolas · 4 years, 8 months ago
- 92fda7c Add JNI bridge for setup_payload (#1454) by Vidhi Shah · 4 years, 8 months ago
- 4e82f05 Fix some doxygens warnings (#1410) by Vivien Nicolas · 4 years, 8 months ago
- 4c32946 Rename SoftAP to WiFi in the codebase (#1417) by Vivien Nicolas · 4 years, 8 months ago
- f514c67 ESP32 build issue: EXAMPLE_RENDEZVOUS_INFO is an int instead of a RendezvousInformationFlags (#1263) by Vivien Nicolas · 4 years, 8 months ago
- 1a648b0 [SetupPayload] Add some flags to configure the rendezvousInformation field (#1232) by Vivien Nicolas · 4 years, 8 months ago
- 6a19765 Allow serial number to be both an unsigned int and a string (#1043) by shana-apple · 4 years, 8 months ago
- a5d370e [SetupPayload] SetupPayload.requiresCustomFlow is not set by ManualSetupPayloadParser (#1209) by Vivien Nicolas · 4 years, 8 months ago
- 824eda1 Merge pull request #1180 from vivien-apple/SetupPayload_MissingChipLogError by Andrei Litvin · 4 years, 9 months ago
- a237cd8 [SetupPayload] Missing delete [] operator in QRCodeSetupPayloadParser (#1177) by Vivien Nicolas · 4 years, 9 months ago
- d1822c4 [SetupPayload] Followup from #1170. Replace last fprintf with ChipLogError by Vivien Nicolas · 4 years, 9 months ago
- 6cfaeb3 Merge pull request #1173 from vivien-apple/SetupPayload_ManualIncorrectBitsOrder by Andrei Litvin · 4 years, 9 months ago
- 85166a4 [SetupPayload] Order of bits in manual setup code is incorrect by Vivien Nicolas · 4 years, 9 months ago
- 0ee57c5 [SetupPayload] Use ChipLogging instead of printf by Vivien Nicolas · 4 years, 9 months ago
- e9d85e2 Use implicit profile for TLV optional data (#979) by Vivien Nicolas · 4 years, 9 months ago
- da5989e Otimize last bytes chunk in base41encode (#1046) by Rob Walker · 4 years, 9 months ago
- ea38c68 make base41 more flexible in corner cases (#983) by Rob Walker · 4 years, 9 months ago
- 791f5fe kPayloadDiscriminatorFieldLengthInBits is 8 bits when spec expect 12 (#976) by Vivien Nicolas · 4 years, 9 months ago
- dc7a69a Simplify addOptionalTag API to not call VendorTag (#959) by shana-apple · 4 years, 9 months ago