1. 126a119 Merge remote-tracking branch 'goog/upstream-main' into sync by Anthony Stange · 2 years, 2 months ago
  2. b9acbb0 pw_kvs/FlashPartition: Add stream read and write by David Rogers · 2 years, 3 months ago
  3. b408265 Merge remote-tracking branch 'goog/upstream-main' into sync by Anthony Stange · 2 years, 3 months ago
  4. d0cca89 bazel: Add missing bazel deps and includes by Ted Pudlik · 2 years, 4 months ago
  5. d9f51b6 pw_protobuf: Remove the use of PW_CHECK() by Yecheng Zhao · 2 years, 4 months ago
  6. af9d69e pw_stream: Extend CMake support by Ewout van Bekkum · 2 years, 4 months ago
  7. c4fb73a Merge remote-tracking branch 'goog/upstream-main' into sync by Anthony Stange · 2 years, 4 months ago
  8. be7f7f2 formatting: Fix C++ formatting after clang roll by Rob Mohr · 2 years, 5 months ago
  9. b8f3ad2 Zephyr implementation of pw_rpc and dependencies by Yuval Peress · 2 years, 7 months ago
  10. 21bdf32 Merge remote-tracking branch 'goog/upstream-main' into sync by Anthony Stange · 2 years, 5 months ago
  11. 070ebff Replace ssize_t with ptrdiff_t in Pigweed code by Wyatt Hepler · 2 years, 5 months ago
  12. e6e34f4 pw_stream: Detect EOF in StdFileReader by Wyatt Hepler · 2 years, 6 months ago
  13. bcefd36 pw_stream: MemoryWriter clear() function by Wyatt Hepler · 2 years, 6 months ago
  14. 081499c pw_stream: Don't memcpy if no bytes to read by Ted Pudlik · 2 years, 6 months ago
  15. c2a4cfc pw_stream: Don't memmove with zero bytes by Ted Pudlik · 2 years, 6 months ago
  16. 77d8571 OWNERS: Add throughout tree by Rob Mohr · 2 years, 7 months ago
  17. a07e664 pw_stream: Improve SocketStream logging by Wyatt Hepler · 2 years, 7 months ago
  18. 61492b1 pw_stream: fix ConserativeReadLimit for IntervalReader by Ewout van Bekkum · 2 years, 8 months ago
  19. 204ad18 pw_protobuf: Add TODO for Result<> migration by Yecheng Zhao · 2 years, 8 months ago
  20. 321fb69 pw_protobuf: Adds a Message class for parsing by Yecheng Zhao · 2 years, 9 months ago
  21. 16dcfa0 pw_stream: Minor comment cleanup by David Rogers · 2 years, 8 months ago
  22. fad8e85 pw_transfer: Use files in integration tests by Alexei Frolov · 2 years, 9 months ago
  23. a0d6ab0 pw_stream: Remove deprecated NullWriter alias by Wyatt Hepler · 2 years, 9 months ago
  24. 7b62e93 pw_stream: Rework the stream classes by Wyatt Hepler · 2 years, 9 months ago
  25. e2bcc03 Fix: Include cstring in socket_stream.cc by Rob Oliver · 2 years, 9 months ago
  26. 9b54e5e pw_stream: Log in SocketStream; configure port in host RPC server by Wyatt Hepler · 2 years, 10 months ago
  27. 25ce8a2 pw_stream: Set SO_REUSEADDR for sockets by Wyatt Hepler · 2 years, 10 months ago
  28. 40a9c3f bazel: Rename BUILD to BUILD.bazel by Akira Baruah · 3 years ago
  29. 5fc2541 bazel: Remove unnecessary license comments by Rob Mohr · 2 years, 11 months ago
  30. 5b5d9dd pw_stream: Construct MemoryWriter w/prepopulated buffer by Prashanth Swaminathan · 3 years ago
  31. 78d0730 pw_stream: Add a ReaderWriter base class by Yecheng Zhao · 3 years ago
  32. dc51315 pw_stream: Make MemoryWriter::data() non-const by Armando Montanez · 3 years ago
  33. c9aed10 pw_stream: constexpr memory stream constructors by Armando Montanez · 3 years, 1 month ago
  34. f82d95b pw_stream: Allow staging data to MemoryWriter end by Armando Montanez · 3 years, 1 month ago
  35. 83634a9 pw_stream: Fixes Bazel build by Nathaniel Brough · 3 years, 1 month ago
  36. f298de4 pw_assert: Switch to the new header names by Wyatt Hepler · 3 years, 2 months ago
  37. 5ea3340 style: update non-type template args to kCamelCase by Ewout van Bekkum · 3 years, 2 months ago
  38. 322d594 pw_stream: Add client-side SocketStream support by Jason Graffius · 3 years, 4 months ago
  39. ef52f3a pw_stream: SocketStream closing and cleanup by Jason Graffius · 3 years, 4 months ago
  40. 7abd8cc pw_span: Provide <span> through pw_polyfill by Wyatt Hepler · 3 years, 4 months ago
  41. 1b3da3a pw_status: Replace Status::Ok() with OkStatus() by Wyatt Hepler · 3 years, 4 months ago
  42. 7208cd9 pw_stream: Update CMake build by Wyatt Hepler · 3 years, 5 months ago
  43. ecb85ed pw_stream: Provide default read/write limit functions by Wyatt Hepler · 3 years, 6 months ago
  44. 35b4ea3 pw_rpc_system_server: Local pw_rpc support by Jiaming Wang · 3 years, 8 months ago
  45. 0a6f763 CMake: Revamp CMake build by Wyatt Hepler · 3 years, 7 months ago
  46. e4d7b69 pw_build: add "-Wundef" to strict_warnings by Ewout van Bekkum · 3 years, 7 months ago
  47. d49f8fe BUILD.gn files: Improve import formatting by Wyatt Hepler · 3 years, 7 months ago
  48. 0ab4c0a pw_stream/pw_blob_store: Remove CHECK from headers by Armando Montanez · 3 years, 8 months ago
  49. f9fb90f docs: Make labels consistent; remove boilerplate by Wyatt Hepler · 3 years, 8 months ago
  50. 455b492 pw_rpc, pw_hdlc_lite: Documentation update by Wyatt Hepler · 3 years, 8 months ago
  51. d78f7c6 pw_status: Update Status::CODE to Status::Code() by Wyatt Hepler · 3 years, 8 months ago
  52. 0170b2d pw_stream: small fixups by Ewout van Bekkum · 3 years, 8 months ago
  53. 6754c44 pw_stream: add pw::stream::NullWriter by Ewout van Bekkum · 3 years, 8 months ago
  54. 9692257 pw_blob_store: Add write support by David Rogers · 3 years, 10 months ago
  55. b3dbbd3 pw_stream: Minor API comment clarification by David Rogers · 3 years, 10 months ago
  56. a640352 pw_stream: Update method comments by David Rogers · 3 years, 10 months ago
  57. 795fecf pw_stream: Add Reader tests by David Rogers · 3 years, 10 months ago
  58. 6d4f630 pw_stream: add Reader class API by David Rogers · 3 years, 10 months ago
  59. fdb2e50 pw_stream: Added a write method for single bytes by shaneajg · 3 years, 10 months ago
  60. e2cbadf pw_span: Switch from pw::span to std::span by Wyatt Hepler · 4 years ago
  61. 82bbce4 Remove legacy_target.gni by Armando Montanez · 4 years ago
  62. fb3d3fb Don't declare pigweed variables as globals by Armando Montanez · 4 years ago
  63. edd2f14 pw_build: Switch to pw_* target types by Alexei Frolov · 4 years ago
  64. 0bcae73 pw_stream: Create module by Armando Montanez · 4 years ago