- 82bfcd5 [tlv] Cleanup TLV module naming (remove CHIP from filenames). (#24312) by Martin Turon · 2 years, 2 months ago
- 0328607 Update BdxOtaSender to only cease polling upon successful transfer of the bulk data (#23642) by Harsha Rajendran · 2 years, 4 months ago
- 9441289 Update message layer logging for consistency of information and ease of debugging. (#22465) by Jerry Johns · 2 years, 6 months ago
- b210b2f [BDX][Darwin] Stop polling for messages when the BDX transfer has been finished (#21424) by Vivien Nicolas · 2 years, 8 months ago
- 5f0453c [BDX][Darwin] Add basic BDX protocol supports for Matter.framework (#21161) by Vivien Nicolas · 2 years, 8 months ago
- da15fb3 In the BdxOtaSender::TransferFacilitator.cpp there is no way currentl… (#20192) by Eugen Feraru · 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
- 5e9d413 [logging] Use CHIP_ERROR_FORMAT in more places (#19983) by Damian Królik · 2 years, 9 months ago
- aae56d2 Add a way to send a CloseSession StatusReport via chip-tool. (#19641) by Boris Zbarsky · 2 years, 9 months ago
- 57471cb Stop using PRI*16 and %zu format specifiers (#17502) by andrei-menzopol · 2 years, 11 months ago
- 4fc01e1 Revert PR 16743 (#17427) by Irene Siu (Apple) · 2 years, 11 months ago
- d1512e5 Introduce ExchangeAcceptor for unsolicited message handler (#17069) by Zang MingJie · 2 years, 11 months ago
- b63d897 [OTA] Make ImageURI configurable for the OTA Provider app (#17222) by Carol Yang · 3 years ago
- f126057 Issue 12520 - Remove BDX timeout tracking from TransferSession (#16743) by Irene Siu (Apple) · 3 years ago
- d43e6a7 use clang-tidy to readability-make-member-function-const (#16309) by Andrei Litvin · 3 years ago
- d80d593 use clang-tidy to modernize-use-override (#16307) by Andrei Litvin · 3 years ago
- 1767293 [ota] Fix BDX downloader timeout (#16068) by Damian Królik · 3 years ago
- d00728c Issue #11760 - [ota-requestor-app] Abort query image download on timeout (#15768) by Irene Siu (Apple) · 3 years ago
- 1fd382d [OTA] Serve the file specified by the file designator (#15662) by Carol Yang · 3 years ago
- e5f4849 [OTA] Send more useful StatusReport errors during download failures (#15227) by Carol Yang · 3 years, 1 month ago
- 818213b Add a helper for creating a CharSpan from a C string. (#14277) by Boris Zbarsky · 3 years, 2 months ago
- d24eff1 [spell] Fix slew of spelling errors. (#13043) by Martin Turon · 3 years, 3 months ago
- 6c928f4 [bdx] Added BlockQueryWithSkip message and BlockCounter field to BlockData (#12767) by Shubham Patil · 3 years, 3 months ago
- d6dfe03 [bdx] Extract functions for building and parsing URI and add unit tests (#12784) by Damian Królik · 3 years, 3 months ago
- 79fe72a [ota-requestor] Add "ota query" shell command (#11810) by Damian Królik · 3 years, 4 months ago
- 2b52b36 Enable asan for unit tests on Darwin when compiling with clang. (#11824) by Boris Zbarsky · 3 years, 4 months ago
- fde6a17 Log BDX messages (#11510) by Carol Yang · 3 years, 4 months ago
- eddd4f7 Rename System::Clock::Zero to System::Clock::kZero (#11327) by Kevin Schoedel · 3 years, 4 months ago
- 94d0e9e Replace and remove weakly-typed System::Clock code (#11238) by Kevin Schoedel · 3 years, 4 months ago
- 79ba23d Add logging for OTA QueryImage, AnnounceOTAProvider, and BDX Output Event Type (#11241) by Carol Yang · 3 years, 4 months ago
- 736dc81 Use safe System::Clock types in src/protocols/bdx (#10860) by Kevin Schoedel · 3 years, 5 months ago
- ea1b443 Use safe System::Clock types for system timers (#10779) by Kevin Schoedel · 3 years, 5 months ago
- 1f668c2 Consistently use TLV::Tag for TLV tags. (#10342) by Boris Zbarsky · 3 years, 5 months ago
- 08fe66d Indirect access for System::Clock functions (#10056) by Kevin Schoedel · 3 years, 6 months ago
- eca9bff Rename classes in transport layer (#9814) by Zang MingJie · 3 years, 6 months ago
- f7c5127 Improve various logging to make it easier to undestand what happened. (#9868) by Boris Zbarsky · 3 years, 6 months ago
- dbbe48d Add clearer logging of exchange ids. (#9861) by Boris Zbarsky · 3 years, 6 months ago
- 31e2695 [ota-provider-app] fix location parsing and BDX sender (#9733) by Trevor Holbrook · 3 years, 6 months ago
- 2b2622f Remove packet header argument of ExchangeDelegate interface (#8726) by Zang MingJie · 3 years, 6 months ago
- de970b5 Make System::Clock mockable (#9547) by Kevin Schoedel · 3 years, 6 months ago
- 53dd583 Force include lib/ files with full path (#9387) by Zang MingJie · 3 years, 6 months ago
- 7359d19 Remove CHIP_ERROR parameter from timer OnCompleteFunct (#8907) by Kevin Schoedel · 3 years, 7 months ago
- 77c1c53 Integrate BDX and ExchangeDelegate (#8514) by Trevor Holbrook · 3 years, 7 months ago
- db0e079 Fix leftover from #8236 and make BufferReader/Writer support Span (#8408) by Tennessee Carmel-Veilleux · 3 years, 8 months ago
- ac52aa6 Don't prepend header in BDX messages (#8234) by Trevor Holbrook · 3 years, 8 months ago
- 6fa975e Use to_underlying instead of manually writing it out or static asserts. (#8278) by Boris Zbarsky · 3 years, 8 months ago
- f9550e1 Remove `exit: return` idiom from some directories (#7768) by Kevin Schoedel · 3 years, 9 months 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
- 1cace1e Add UNEXPECTED_MESSAGE to BDX status codes (#5509) by Trevor Holbrook · 4 years ago
- fe78161 Add StatusReport class and tests (#5359) by Trevor Holbrook · 4 years ago
- cb4d7fd Merge ReturnMacros.h into CodeUtils.h (#5545) by Kevin Schoedel · 4 years ago
- f0b7f2b Somewhat unify protocol id representations in libCHIP. (#5476) by Boris Zbarsky · 4 years ago
- f1d150c Replace Common protocol with SecureChannel (#5405) by Trevor Holbrook · 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
- 09611bf Switch ${build_root}/chip back to ${chip_root}/build/chip (#5089) by Michael Spang · 4 years ago
- 0729778 Revise PacketBufferWriter interface (#4874) by Kevin Schoedel · 4 years, 1 month ago
- ca099a2 Use an enum class for BDX message types. (#4841) by Boris Zbarsky · 4 years, 1 month ago
- 4e2993d Add Skip() and Reset() methods to LittleEndian::Reader (#4776) by Trevor Holbrook · 4 years, 1 month ago
- 1b6a96b Fix and test heap allocation of PacketBuffers (#4632) by Kevin Schoedel · 4 years, 1 month ago
- eb1cfd9 Add a convenience API for encoding/decoding headers into a packet buffer. by Boris Zbarsky · 4 years, 1 month ago
- 651cb99 BufferWriter revisions (#4721) by Kevin Schoedel · 4 years, 1 month ago
- ad2f20c fix incorrect buffer size in VerifyStatusReport() (#4765) by Trevor Holbrook · 4 years, 1 month ago
- 2d48e75 Remove BufBound (#4677) by Kevin Schoedel · 4 years, 1 month ago
- 4d875fb use public abstract methods for BdxMessage (#4693) by Trevor Holbrook · 4 years, 1 month ago
- 775e37f BDX TransferSession spec implementation (#4473) by Trevor Holbrook · 4 years, 1 month ago
- 2bf3e7c Convenience class for BufBound backed by a PacketBuffer. (#4555) by Kevin Schoedel · 4 years, 1 month ago
- a868187 Reduce use of maximum-sized packet buffers (#4434) by Kevin Schoedel · 4 years, 2 months ago
- 4e1faf2 [gn] introduce build_root variable (#4352) by Łukasz Duda · 4 years, 2 months ago
- bd11f98 Final PacketBufferHandle cleanup. (#4364) by Kevin Schoedel · 4 years, 2 months ago
- b5a5d89 Convert //src/protocols/bdx to use PacketBufferHandle (#4059) by Kevin Schoedel · 4 years, 3 months ago
- 05faf7d Rename TestUtils to UnitTestRegistration. (#4021) by Andrei Litvin · 4 years, 3 months ago
- cc92b63 Groom BufBound (#3932) by Rob Walker · 4 years, 4 months ago
- 934f89c BDX message structs and utility methods (#3731) by Trevor Holbrook · 4 years, 4 months ago