1. 45c5f2f pw_rpc: Make tests compatible with nanopb < 0.4 by Ted Pudlik · 2 years, 3 months ago
  2. b15c55b pw_rpc: Replace raw synchronous unary methods with asynchronous by Wyatt Hepler · 2 years, 4 months ago
  3. bad6d27 pw_status: Enforce [[nodiscard]] on pw::Status in upstream Pigweed by Wyatt Hepler · 2 years, 4 months ago
  4. a637560 pw_rpc: Add remaining nanopb tests to bazel build by Ted Pudlik · 2 years, 4 months ago
  5. 3a13017 pw_rpc: Add nanopb unit tests to the bazel build by Ted Pudlik · 2 years, 4 months ago
  6. c0dc8e0 pw_protobuf_compiler: Fixes to new proto codegen by Ted Pudlik · 2 years, 4 months ago
  7. 9c7e57d pw_rpc: Improvements for threaded testing by Wyatt Hepler · 2 years, 4 months ago
  8. e4b6945 Reland "pw_protobuf_compiler: Adds Nanopb to Bazel build" by Ted Pudlik · 2 years, 4 months ago
  9. 3d57eaa pw_rpc: Support dynamically adding channels by Wyatt Hepler · 2 years, 4 months ago
  10. 0e718cb Revert "pw_protobuf_compiler: Adds Nanopb to Bazel build" by Ted Pudlik · 2 years, 4 months ago
  11. 059e10a pw_protobuf_compiler: Adds Nanopb to Bazel build by Nathaniel Brough · 2 years, 5 months ago
  12. e4ce994 pw_rpc: Move active() checks to SendPacket by Wyatt Hepler · 2 years, 4 months ago
  13. 592b5a1 pw_rpc: Defer channel lookup by Wyatt Hepler · 2 years, 4 months ago
  14. 54daf88 pw_rpc: Remove unused using declaration by Wyatt Hepler · 2 years, 4 months ago
  15. 5ee2b16 pw_rpc: Support pb_callback_t fields in PW_NANOPB_TEST_METHOD_CONTEXT by Alex Deymo · 2 years, 4 months ago
  16. 32a2b67 pw_rpc: Update FakeChannelOutput template parameters by Wyatt Hepler · 2 years, 4 months ago
  17. af16dbb pw_rpc: Remove the PayloadBuffer() API by Wyatt Hepler · 2 years, 4 months ago
  18. 408fc7c pw_rpc: Support decoding request structs in NanopbFakeChannelOutput by Wyatt Hepler · 2 years, 4 months ago
  19. 5be8099 pw_rpc: Support calculating buffer sizes in Nanopb by Wyatt Hepler · 2 years, 4 months ago
  20. 0c87be5 pw_rpc: ChannelOutput buffer handling fixes by Wyatt Hepler · 2 years, 5 months ago
  21. a1c6bfd pw_rpc: Do not hold locks while calling user code by Wyatt Hepler · 2 years, 5 months ago
  22. b1c4799 pw_rpc: Locking improvements by Wyatt Hepler · 2 years, 5 months ago
  23. b8f3ad2 Zephyr implementation of pw_rpc and dependencies by Yuval Peress · 2 years, 7 months ago
  24. 3d2abe1 pw_rpc: Only include <mutex> if locking is enabled by Wyatt Hepler · 2 years, 6 months ago
  25. 720b057 pw_rpc: Support Nanopb 0.3 by Wyatt Hepler · 2 years, 6 months ago
  26. 1215a9d pw_rpc: Make C++ integration test code shareable by Wyatt Hepler · 2 years, 7 months ago
  27. 39d8c5c pw_rpc: Remove deprecated methods and aliases by Alexei Frolov · 2 years, 6 months ago
  28. 8e756e3 pw_rpc: Remove deprecated ServerContext& argument by Wyatt Hepler · 2 years, 7 months ago
  29. 1443976 pw_rpc: Common Writer class for client & server by Wyatt Hepler · 2 years, 7 months ago
  30. 7f5b305 pw_rpc: Lower log level and make logs configurable by Ewout van Bekkum · 2 years, 7 months ago
  31. f79b9d0 pw_function: Pass by reference or rvalue reference by Wyatt Hepler · 2 years, 7 months ago
  32. 247595e pw_rpc/pw_hdlc: Remove unused using statements by Armando Montanez · 2 years, 7 months ago
  33. c8bdc7d pw_rpc: Add optional global, non-recursive mutex by Wyatt Hepler · 2 years, 8 months ago
  34. 1d000cc pw_rpc: Move server/client calls to separate files by Wyatt Hepler · 2 years, 8 months ago
  35. 86e05de pw_rpc: Add call IDs to protocol by Alexei Frolov · 2 years, 8 months ago
  36. 9bbe9da pw_rpc: Test Nanopb in C++ client integration test by Wyatt Hepler · 2 years, 8 months ago
  37. 82db4b1 pw_rpc: Rework C++ client; implement raw client by Wyatt Hepler · 2 years, 8 months ago
  38. b5aeefc pw_rpc: Rework the FakeChannelOutput classes by Wyatt Hepler · 2 years, 8 months ago
  39. 4cafcda build: Run clang-tidy in default build by Wyatt Hepler · 2 years, 8 months ago
  40. e4dd0d7 pw_rpc: Add missing pw_log dependency for CMake by Yuval Peress · 2 years, 8 months ago
  41. 960f5df pw_rpc: Prepare Call for use by both server & client by Wyatt Hepler · 2 years, 9 months ago
  42. 54891ae pw_rpc: new FakeChannelOutput testing APIs by Carlos Chinchilla · 2 years, 8 months ago
  43. d95e1e9 pw_rpc: Simplify ServerReader/Writer Open API by Wyatt Hepler · 2 years, 9 months ago
  44. 32a6086 pw_rpc: Introduce pw::rpc::internal::MethodInfo by Wyatt Hepler · 2 years, 9 months ago
  45. d249632 pw_rpc: Update generated code structure by Wyatt Hepler · 2 years, 9 months ago
  46. ebf33b7 pw_rpc: Remove the public interface to ServerContext by Wyatt Hepler · 2 years, 9 months ago
  47. 5ebdaeb pw_rpc: Support asynchronous unary RPCs by Wyatt Hepler · 2 years, 9 months ago
  48. 73687fb pw_rpc: Update C++ client API by Alexei Frolov · 2 years, 9 months ago
  49. 5a3a36b pw_rpc: Support opening a ServerReader/Writer by Wyatt Hepler · 2 years, 9 months ago
  50. ff2ca83 pw_rpc: Rename responder files to call by Wyatt Hepler · 2 years, 9 months ago
  51. bc9a23f pw_rpc: Rename internal::Responder to internal::Call by Wyatt Hepler · 2 years, 9 months ago
  52. 2a70d8f pw_rpc: Fix destructor ordering problem in test helpers by Wyatt Hepler · 2 years, 9 months ago
  53. 29332d9 pw_rpc: Rename ServerCall to CallContext by Wyatt Hepler · 2 years, 9 months ago
  54. fa6edcc pw_rpc: Responder & testing improvements by Wyatt Hepler · 2 years, 10 months ago
  55. 9e8ca38 pw_rpc: Log Nanopb errors when encode/decode fails by Wyatt Hepler · 2 years, 10 months ago
  56. 4dda547 pw_rpc: Expose channel_id in Responders by Alexei Frolov · 2 years, 10 months ago
  57. 8211018 pw_rpc: Rename test methods for consistency by Wyatt Hepler · 2 years, 10 months ago
  58. f1525df pw_rpc: Remove deprecated headers by Wyatt Hepler · 2 years, 10 months ago
  59. 1a4478b pw_rpc: Make MethodType public by Wyatt Hepler · 2 years, 10 months ago
  60. b8c67ac misc: Update non-type template parameter style by Wyatt Hepler · 2 years, 10 months ago
  61. 8ec2cf8 pw_rpc: Reorganize Nanopb implementation by Wyatt Hepler · 2 years, 11 months ago
  62. c0ea3f9 pw_rpc: Reorganize raw implementation by Wyatt Hepler · 2 years, 11 months ago
  63. 07e3ba0 pw_rpc: Test raw client & bidirectional streaming by Wyatt Hepler · 3 years ago
  64. 59b37f7 pw_rpc: Classes for client & bidirectional streaming by Wyatt Hepler · 3 years ago
  65. 01fc15b pw_rpc: Handle client streams in the server by Wyatt Hepler · 3 years ago
  66. 223a1fb pw_rpc: Remove legacy ResponseHandler classes by Alexei Frolov · 3 years ago
  67. 5ba8064 pw_rpc: Update protocol for server streams by Wyatt Hepler · 3 years ago
  68. eafe219 pw_rpc: Add default constructors to callback structs by Alexei Frolov · 3 years ago
  69. 74e7ab6 pw_rpc: Rename base_server_writer files by Wyatt Hepler · 3 years ago
  70. 5180fe2 pw_rpc: Rename BaseServerWriter to Responder by Wyatt Hepler · 3 years ago
  71. bebba90 pw_rpc: Use pw_function callbacks in RPC client by Alexei Frolov · 3 years ago
  72. 2b54ee6 pw_rpc: Generate aliases for nanopb client call types by Alexei Frolov · 3 years, 1 month ago
  73. 2d737bc pw_rpc: Add default and move/assign constructors to ClientCall by Alexei Frolov · 3 years, 1 month ago
  74. 2b0d177 pw_rpc: Remove uses of PW_CHECK macros in headers by Wyatt Hepler · 3 years, 1 month ago
  75. f298de4 pw_assert: Switch to the new header names by Wyatt Hepler · 3 years, 3 months ago
  76. c2a520c pw_rpc: Make log messages more specific by Wyatt Hepler · 3 years, 2 months ago
  77. 5ea3340 style: update non-type template args to kCamelCase by Ewout van Bekkum · 3 years, 2 months ago
  78. c08854b pw_rpc: improve error handling for SendResponse by Maksim Shmukler · 3 years, 2 months ago
  79. ba325e4 pw_rpc: Merge pw_rpc protos into the pw_rpc package by Wyatt Hepler · 3 years, 3 months ago
  80. 38f8708 pw_rpc: Check Nanopb request/response types by Wyatt Hepler · 3 years, 3 months ago
  81. d08e582 pw_rpc: Return BaseServerWriter::Finish() status by Wyatt Hepler · 3 years, 3 months ago
  82. 9174147 pw_protobuf_compiler: Avoid duplicate protobuf Python packages by Wyatt Hepler · 3 years, 4 months ago
  83. 514bab8 pw_rpc: Re-acquire response buffer if Channel::Send() fails by Alexei Frolov · 3 years, 4 months ago
  84. 1b3da3a pw_status: Replace Status::Ok() with OkStatus() by Wyatt Hepler · 3 years, 5 months ago
  85. 8779bcd pw_rpc: Generate service implementation stubs by Wyatt Hepler · 3 years, 6 months ago
  86. db5a7cc pw_rpc: Add config header; Nanopb struct options by Wyatt Hepler · 3 years, 6 months ago
  87. afd2914 pw_rpc: Support testing services with mixed protobuf libraries by Wyatt Hepler · 3 years, 6 months ago
  88. b6495b3 pw_rpc: Generic test for Method and MethodTraits implementations by Wyatt Hepler · 3 years, 6 months ago
  89. e95bd72 pw_rpc: Check RPC method signature; improve errors by Wyatt Hepler · 3 years, 6 months ago
  90. e22570a pw_rpc: Return FailedPrecondition when writing to closed ServerWriter by Alexei Frolov · 3 years, 7 months ago
  91. 66adf55 pw_rpc: Update ChannelOutput release API by Alexei Frolov · 3 years, 7 months ago
  92. a17fbdd pw_status: Remove implicit conversion to pw_Status by Wyatt Hepler · 3 years, 7 months ago
  93. d9336a4 pw_protobuf_compiler: Pass plugin paths by Wyatt Hepler · 3 years, 7 months ago
  94. dcfa92b pw_hdlc_lite: Build HDLC RPC example with CMake by Wyatt Hepler · 3 years, 7 months ago
  95. c9e51d2 CMake: Support protobuf code gen; add pw_rpc by Wyatt Hepler · 3 years, 7 months ago
  96. 909bdfa pw_rpc: Release acquired buffer in RawServerWriter destructor by Alexei Frolov · 3 years, 7 months ago
  97. 8f553de pw_rpc: Add RawTestMethodContext by Alexei Frolov · 3 years, 7 months ago
  98. b499d3f pw_protobuf_compiler: Remove pw_protobuf_GENERATORS build arg by Alexei Frolov · 3 years, 7 months ago
  99. 5a3a61c pw_rpc: documentation for nanopb client by Alexei Frolov · 3 years, 8 months ago
  100. d727622 pw_rpc: Add error callback to nanopb API by Alexei Frolov · 3 years, 8 months ago