1. d421076 pw_rpc: Function for reading channel ID from a packet by Wyatt Hepler · 2 years, 2 months ago
  2. aaac691 pw_rpc: Fix lock.h from gcc bug by Rob Oliver · 2 years, 3 months ago
  3. 43108b8 pw_rpc: Work around bug in GCC 8 by Wyatt Hepler · 2 years, 3 months ago
  4. e7385e0 pw_rpc: Only include mutex code if synchronization is enabled by Wyatt Hepler · 2 years, 3 months ago
  5. 0ef955f pw_rpc: Remove support for raw synchronous unary methods by Wyatt Hepler · 2 years, 4 months ago
  6. b15c55b pw_rpc: Replace raw synchronous unary methods with asynchronous by Wyatt Hepler · 2 years, 4 months ago
  7. 9d60ea3 pw_transfer: Prevent calling Finish() on a completed transfer by Wyatt Hepler · 2 years, 4 months ago
  8. 7566bc8 pw_rpc: Hold the mutex when registering services by Wyatt Hepler · 2 years, 4 months ago
  9. 5715ba8 pw_rpc: Fix WaitForPackets() by Wyatt Hepler · 2 years, 4 months ago
  10. 9c7e57d pw_rpc: Improvements for threaded testing by Wyatt Hepler · 2 years, 4 months ago
  11. 3d57eaa pw_rpc: Support dynamically adding channels by Wyatt Hepler · 2 years, 4 months ago
  12. d0cca89 bazel: Add missing bazel deps and includes by Ted Pudlik · 2 years, 4 months ago
  13. 592b5a1 pw_rpc: Defer channel lookup by Wyatt Hepler · 2 years, 4 months ago
  14. 32a2b67 pw_rpc: Update FakeChannelOutput template parameters by Wyatt Hepler · 2 years, 4 months ago
  15. af16dbb pw_rpc: Remove the PayloadBuffer() API by Wyatt Hepler · 2 years, 4 months ago
  16. c228f0d pw_transfer: Remove use of pw_rpc channel payload buffer by Wyatt Hepler · 2 years, 4 months ago
  17. 3b7159a pw_rpc: Add channel close API by Erik Gilling · 2 years, 4 months ago
  18. 408fc7c pw_rpc: Support decoding request structs in NanopbFakeChannelOutput by Wyatt Hepler · 2 years, 4 months ago
  19. 4126590 pw_rpc: Make FakeChannelOutput function overrides public by Wyatt Hepler · 2 years, 4 months ago
  20. 5fdaeac pw_rpc: ChannelOutput MTU function; docs by Wyatt Hepler · 2 years, 4 months ago
  21. 4adef6f pw_rpc: Remove PayloadBuffer() from the public API by Wyatt Hepler · 2 years, 5 months ago
  22. ddfd6e9 pw_rpc: Guard the channels list with the RPC mutex by Wyatt Hepler · 2 years, 4 months ago
  23. 0c87be5 pw_rpc: ChannelOutput buffer handling fixes by Wyatt Hepler · 2 years, 5 months ago
  24. a1c6bfd pw_rpc: Do not hold locks while calling user code by Wyatt Hepler · 2 years, 5 months ago
  25. d7f76fa pw_{rpc, sync_stl}: Assert if STL mutex is misused by Wyatt Hepler · 2 years, 5 months ago
  26. e4a0a67 pw_rpc: Don't hold the RPC lock when calling AcquireBuffer by Alexei Frolov · 2 years, 5 months ago
  27. b1c4799 pw_rpc: Locking improvements by Wyatt Hepler · 2 years, 5 months ago
  28. a06939d pw_rpc: Handle replacing a call with an acquired ChannelOutput buffer by Wyatt Hepler · 2 years, 5 months ago
  29. f30bce8 Add missing tuple header to payloads_view.h by Yuanyao (YY) Zhong · 2 years, 5 months ago
  30. be7f7f2 formatting: Fix C++ formatting after clang roll by Rob Mohr · 2 years, 6 months ago
  31. 3d2abe1 pw_rpc: Only include <mutex> if locking is enabled by Wyatt Hepler · 2 years, 6 months ago
  32. ba93a43 pw_rpc: Make channel output to Server::ProcessPacket optional by Alexei Frolov · 2 years, 6 months ago
  33. 1215a9d pw_rpc: Make C++ integration test code shareable by Wyatt Hepler · 2 years, 7 months ago
  34. a24f141 pw_rpc: Remove unnecessary Client* in Channel by Wyatt Hepler · 2 years, 6 months ago
  35. 39d8c5c pw_rpc: Remove deprecated methods and aliases by Alexei Frolov · 2 years, 6 months ago
  36. 8e756e3 pw_rpc: Remove deprecated ServerContext& argument by Wyatt Hepler · 2 years, 7 months ago
  37. 1443976 pw_rpc: Common Writer class for client & server by Wyatt Hepler · 2 years, 7 months ago
  38. 7f5b305 pw_rpc: Lower log level and make logs configurable by Ewout van Bekkum · 2 years, 7 months ago
  39. fb4453f pw_rpc: Remove pw_rpc_USE_GLOBAL_MUTEX build arg by Wyatt Hepler · 2 years, 7 months ago
  40. f79b9d0 pw_function: Pass by reference or rvalue reference by Wyatt Hepler · 2 years, 7 months ago
  41. 4180d4d clang-tidy: readability-inconsistent-declaration-parameter-name by Ted Pudlik · 2 years, 7 months ago
  42. c8bdc7d pw_rpc: Add optional global, non-recursive mutex by Wyatt Hepler · 2 years, 8 months ago
  43. a215415 pw_rpc: Don't send response on client call moves by Wyatt Hepler · 2 years, 8 months ago
  44. 1716915 pw_rpc: Deprecate CANCEL packet type by Wyatt Hepler · 2 years, 8 months ago
  45. 1d000cc pw_rpc: Move server/client calls to separate files by Wyatt Hepler · 2 years, 8 months ago
  46. 86e05de pw_rpc: Add call IDs to protocol by Alexei Frolov · 2 years, 8 months ago
  47. 82db4b1 pw_rpc: Rework C++ client; implement raw client by Wyatt Hepler · 2 years, 8 months ago
  48. b5aeefc pw_rpc: Rework the FakeChannelOutput classes by Wyatt Hepler · 2 years, 8 months ago
  49. 88ee3cc pw_rpc: Add method to reconfigure channel's output by Carlos Chinchilla · 2 years, 8 months ago
  50. c9cc55d pw_rpc: Remove GeneratedService alias by Wyatt Hepler · 2 years, 8 months ago
  51. 960f5df pw_rpc: Prepare Call for use by both server & client by Wyatt Hepler · 2 years, 9 months ago
  52. 54891ae pw_rpc: new FakeChannelOutput testing APIs by Carlos Chinchilla · 2 years, 8 months ago
  53. d95e1e9 pw_rpc: Simplify ServerReader/Writer Open API by Wyatt Hepler · 2 years, 9 months ago
  54. 32a6086 pw_rpc: Introduce pw::rpc::internal::MethodInfo by Wyatt Hepler · 2 years, 9 months ago
  55. d249632 pw_rpc: Update generated code structure by Wyatt Hepler · 2 years, 9 months ago
  56. ebf33b7 pw_rpc: Remove the public interface to ServerContext by Wyatt Hepler · 2 years, 9 months ago
  57. 2a02c51 pw_rpc: Replace existing client calls in RegisterCall by Alexei Frolov · 2 years, 9 months ago
  58. 5ebdaeb pw_rpc: Support asynchronous unary RPCs by Wyatt Hepler · 2 years, 9 months ago
  59. 73687fb pw_rpc: Update C++ client API by Alexei Frolov · 2 years, 9 months ago
  60. 5a3a36b pw_rpc: Support opening a ServerReader/Writer by Wyatt Hepler · 2 years, 9 months ago
  61. ddfc077 pw_rpc: Common Endpoint base for Server/Client by Wyatt Hepler · 2 years, 9 months ago
  62. ff2ca83 pw_rpc: Rename responder files to call by Wyatt Hepler · 2 years, 9 months ago
  63. 5ce5de9 pw_rpc: Rename call.h to call_context.h by Wyatt Hepler · 2 years, 9 months ago
  64. bc9a23f pw_rpc: Rename internal::Responder to internal::Call by Wyatt Hepler · 2 years, 9 months ago
  65. 2a70d8f pw_rpc: Fix destructor ordering problem in test helpers by Wyatt Hepler · 2 years, 9 months ago
  66. 29332d9 pw_rpc: Rename ServerCall to CallContext by Wyatt Hepler · 2 years, 9 months ago
  67. fa6edcc pw_rpc: Responder & testing improvements by Wyatt Hepler · 2 years, 10 months ago
  68. d1ca56c overall: Adding `IgnoreError()` where Status was discarded by Adrien Larbanet · 3 years ago
  69. 1a4478b pw_rpc: Make MethodType public by Wyatt Hepler · 2 years, 10 months ago
  70. b8c67ac misc: Update non-type template parameter style by Wyatt Hepler · 2 years, 10 months ago
  71. 6a10095 pw_rpc: Set the test method context channel ID by Wyatt Hepler · 2 years, 10 months ago
  72. 85e9140 pw_rpc: Cancel and reinvoke duplicate calls by Wyatt Hepler · 2 years, 10 months ago
  73. 31b16ea pw_rpc: Add the benchmark service by Wyatt Hepler · 2 years, 11 months ago
  74. 68daa72 pw_rpc: Fix responding with empty buffers by Wyatt Hepler · 2 years, 11 months ago
  75. 07e3ba0 pw_rpc: Test raw client & bidirectional streaming by Wyatt Hepler · 3 years ago
  76. 379b2fc pw_rpc: Disable client stream end callback by default by Wyatt Hepler · 3 years ago
  77. 59b37f7 pw_rpc: Classes for client & bidirectional streaming by Wyatt Hepler · 3 years ago
  78. 01fc15b pw_rpc: Handle client streams in the server by Wyatt Hepler · 3 years ago
  79. 5ba8064 pw_rpc: Update protocol for server streams by Wyatt Hepler · 3 years ago
  80. 74e7ab6 pw_rpc: Rename base_server_writer files by Wyatt Hepler · 3 years ago
  81. 5180fe2 pw_rpc: Rename BaseServerWriter to Responder by Wyatt Hepler · 3 years ago
  82. 2d737bc pw_rpc: Add default and move/assign constructors to ClientCall by Alexei Frolov · 3 years, 1 month ago
  83. 2b0d177 pw_rpc: Remove uses of PW_CHECK macros in headers by Wyatt Hepler · 3 years, 1 month ago
  84. f298de4 pw_assert: Switch to the new header names by Wyatt Hepler · 3 years, 3 months ago
  85. 567e670 pw_rpc: Allow configuring a channel at runtime by Alexei Frolov · 3 years, 2 months ago
  86. 3e28092 pw_rpc: Add ClientServer combination by Alexei Frolov · 3 years, 2 months ago
  87. 5a0450d Re-enable asserts in headers by Alexei Frolov · 3 years, 7 months ago
  88. a77e5e7 Fixes for GCC 10 compatibility by Wyatt Hepler · 3 years, 2 months ago
  89. cc9ef83 pw_sync: add lock safety annotations for C++ clang usage by Ewout van Bekkum · 3 years, 2 months ago
  90. 1c670a2 pw_rpc: Allow using enums for channel IDs by Alexei Frolov · 3 years, 2 months ago
  91. 5ea3340 style: update non-type template args to kCamelCase by Ewout van Bekkum · 3 years, 2 months ago
  92. ba325e4 pw_rpc: Merge pw_rpc protos into the pw_rpc package by Wyatt Hepler · 3 years, 3 months ago
  93. 38f8708 pw_rpc: Check Nanopb request/response types by Wyatt Hepler · 3 years, 3 months ago
  94. d08e582 pw_rpc: Return BaseServerWriter::Finish() status by Wyatt Hepler · 3 years, 3 months ago
  95. 9174147 pw_protobuf_compiler: Avoid duplicate protobuf Python packages by Wyatt Hepler · 3 years, 4 months ago
  96. 1b3da3a pw_status: Replace Status::Ok() with OkStatus() by Wyatt Hepler · 3 years, 5 months ago
  97. e39af8d pw_rpc: Add synchronized channel output by Alexei Frolov · 3 years, 5 months ago
  98. db5a7cc pw_rpc: Add config header; Nanopb struct options by Wyatt Hepler · 3 years, 6 months ago
  99. f862b68 pw_rpc: Fix missing initialization in BaseServerWriter by Wyatt Hepler · 3 years, 6 months ago
  100. afd2914 pw_rpc: Support testing services with mixed protobuf libraries by Wyatt Hepler · 3 years, 6 months ago