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