1. 3d57eaa pw_rpc: Support dynamically adding channels by Wyatt Hepler · 2 years, 4 months ago
  2. e4ce994 pw_rpc: Move active() checks to SendPacket by Wyatt Hepler · 2 years, 4 months ago
  3. 592b5a1 pw_rpc: Defer channel lookup by Wyatt Hepler · 2 years, 4 months ago
  4. af16dbb pw_rpc: Remove the PayloadBuffer() API by Wyatt Hepler · 2 years, 4 months ago
  5. ddfd6e9 pw_rpc: Guard the channels list with the RPC mutex by Wyatt Hepler · 2 years, 4 months ago
  6. 0c87be5 pw_rpc: ChannelOutput buffer handling fixes by Wyatt Hepler · 2 years, 5 months ago
  7. a1c6bfd pw_rpc: Do not hold locks while calling user code by Wyatt Hepler · 2 years, 5 months ago
  8. e4a0a67 pw_rpc: Don't hold the RPC lock when calling AcquireBuffer by Alexei Frolov · 2 years, 5 months ago
  9. b1c4799 pw_rpc: Locking improvements by Wyatt Hepler · 2 years, 5 months ago
  10. e9de45e pw_rpc: Don't memcopy null payloads by Ted Pudlik · 2 years, 7 months ago
  11. 1443976 pw_rpc: Common Writer class for client & server by Wyatt Hepler · 2 years, 7 months ago
  12. 4180d4d clang-tidy: readability-inconsistent-declaration-parameter-name by Ted Pudlik · 2 years, 7 months ago
  13. c8bdc7d pw_rpc: Add optional global, non-recursive mutex by Wyatt Hepler · 2 years, 8 months ago
  14. a215415 pw_rpc: Don't send response on client call moves by Wyatt Hepler · 2 years, 8 months ago
  15. 1d000cc pw_rpc: Move server/client calls to separate files by Wyatt Hepler · 2 years, 8 months ago
  16. 86e05de pw_rpc: Add call IDs to protocol by Alexei Frolov · 2 years, 8 months ago
  17. 82db4b1 pw_rpc: Rework C++ client; implement raw client by Wyatt Hepler · 2 years, 8 months ago
  18. 960f5df pw_rpc: Prepare Call for use by both server & client by Wyatt Hepler · 2 years, 9 months ago
  19. 5ebdaeb pw_rpc: Support asynchronous unary RPCs by Wyatt Hepler · 2 years, 9 months ago
  20. 5a3a36b pw_rpc: Support opening a ServerReader/Writer by Wyatt Hepler · 2 years, 9 months ago
  21. ddfc077 pw_rpc: Common Endpoint base for Server/Client by Wyatt Hepler · 2 years, 9 months ago
  22. ff2ca83 pw_rpc: Rename responder files to call by Wyatt Hepler · 2 years, 9 months ago[Renamed (98%) from pw_rpc/responder.cc]
  23. bc9a23f pw_rpc: Rename internal::Responder to internal::Call by Wyatt Hepler · 2 years, 9 months ago
  24. 29332d9 pw_rpc: Rename ServerCall to CallContext by Wyatt Hepler · 2 years, 9 months ago
  25. fa6edcc pw_rpc: Responder & testing improvements by Wyatt Hepler · 2 years, 10 months ago
  26. d1ca56c overall: Adding `IgnoreError()` where Status was discarded by Adrien Larbanet · 3 years ago
  27. 68daa72 pw_rpc: Fix responding with empty buffers by Wyatt Hepler · 2 years, 11 months ago
  28. 379b2fc pw_rpc: Disable client stream end callback by default by Wyatt Hepler · 3 years ago
  29. 59b37f7 pw_rpc: Classes for client & bidirectional streaming by Wyatt Hepler · 3 years ago
  30. 01fc15b pw_rpc: Handle client streams in the server by Wyatt Hepler · 3 years ago
  31. 5ba8064 pw_rpc: Update protocol for server streams by Wyatt Hepler · 3 years ago
  32. 74e7ab6 pw_rpc: Rename base_server_writer files by Wyatt Hepler · 3 years ago[Renamed (98%) from pw_rpc/base_server_writer.cc]
  33. 5180fe2 pw_rpc: Rename BaseServerWriter to Responder by Wyatt Hepler · 3 years ago
  34. f298de4 pw_assert: Switch to the new header names by Wyatt Hepler · 3 years, 3 months ago
  35. d08e582 pw_rpc: Return BaseServerWriter::Finish() status by Wyatt Hepler · 3 years, 4 months ago
  36. 1b3da3a pw_status: Replace Status::Ok() with OkStatus() by Wyatt Hepler · 3 years, 5 months ago
  37. b3701c2 pw_rpc: Release acquired buffer on ServerWriter close by Alexei Frolov · 3 years, 7 months ago
  38. 909bdfa pw_rpc: Release acquired buffer in RawServerWriter destructor by Alexei Frolov · 3 years, 7 months ago
  39. 062ed18 pw_rpc: Send CLIENT_ERROR on unexpected packet by Alexei Frolov · 3 years, 8 months ago
  40. d78f7c6 pw_status: Update Status::CODE to Status::Code() by Wyatt Hepler · 3 years, 8 months ago
  41. 0f26235 pw_rpc: PacketType updates by Wyatt Hepler · 3 years, 10 months ago
  42. 712d367 pw_rpc: Update for protocol changes by Wyatt Hepler · 3 years, 11 months ago
  43. af83568 pw_rpc: Support cancelling streaming RPCs by Wyatt Hepler · 4 years ago
  44. b7643d7 pw_rpc: Properly clean up ServerWriters by Wyatt Hepler · 3 years, 11 months ago
  45. e2cbadf pw_span: Switch from pw::span to std::span by Wyatt Hepler · 4 years ago
  46. 60fd70f pw_rpc: Track ServerWriters in the Server by Wyatt Hepler · 4 years ago
  47. 671946e pw_rpc: Split public and internal interfaces by Wyatt Hepler · 4 years ago
  48. 7da973a pw_rpc: Split ServerContext public/internal by Wyatt Hepler · 4 years ago
  49. cb9d957 pw_rpc: BaseServerWriter class by Wyatt Hepler · 4 years ago