1. 2a70d8f pw_rpc: Fix destructor ordering problem in test helpers by Wyatt Hepler · 2 years, 11 months ago
  2. 29332d9 pw_rpc: Rename ServerCall to CallContext by Wyatt Hepler · 2 years, 11 months ago
  3. fa6edcc pw_rpc: Responder & testing improvements by Wyatt Hepler · 2 years, 11 months ago
  4. 9e8ca38 pw_rpc: Log Nanopb errors when encode/decode fails by Wyatt Hepler · 2 years, 11 months ago
  5. 4dda547 pw_rpc: Expose channel_id in Responders by Alexei Frolov · 2 years, 11 months ago
  6. 8211018 pw_rpc: Rename test methods for consistency by Wyatt Hepler · 3 years ago
  7. f1525df pw_rpc: Remove deprecated headers by Wyatt Hepler · 3 years ago
  8. 1a4478b pw_rpc: Make MethodType public by Wyatt Hepler · 3 years ago
  9. b8c67ac misc: Update non-type template parameter style by Wyatt Hepler · 3 years ago
  10. 8ec2cf8 pw_rpc: Reorganize Nanopb implementation by Wyatt Hepler · 3 years ago
  11. c0ea3f9 pw_rpc: Reorganize raw implementation by Wyatt Hepler · 3 years ago
  12. 07e3ba0 pw_rpc: Test raw client & bidirectional streaming by Wyatt Hepler · 3 years ago
  13. 59b37f7 pw_rpc: Classes for client & bidirectional streaming by Wyatt Hepler · 3 years, 1 month ago
  14. 01fc15b pw_rpc: Handle client streams in the server by Wyatt Hepler · 3 years, 1 month ago
  15. 223a1fb pw_rpc: Remove legacy ResponseHandler classes by Alexei Frolov · 3 years, 1 month ago
  16. 5ba8064 pw_rpc: Update protocol for server streams by Wyatt Hepler · 3 years, 1 month ago
  17. eafe219 pw_rpc: Add default constructors to callback structs by Alexei Frolov · 3 years, 1 month ago
  18. 74e7ab6 pw_rpc: Rename base_server_writer files by Wyatt Hepler · 3 years, 1 month ago
  19. 5180fe2 pw_rpc: Rename BaseServerWriter to Responder by Wyatt Hepler · 3 years, 1 month ago
  20. bebba90 pw_rpc: Use pw_function callbacks in RPC client by Alexei Frolov · 3 years, 1 month ago
  21. 2b54ee6 pw_rpc: Generate aliases for nanopb client call types by Alexei Frolov · 3 years, 3 months ago
  22. 2d737bc pw_rpc: Add default and move/assign constructors to ClientCall by Alexei Frolov · 3 years, 3 months ago
  23. 2b0d177 pw_rpc: Remove uses of PW_CHECK macros in headers by Wyatt Hepler · 3 years, 2 months ago
  24. f298de4 pw_assert: Switch to the new header names by Wyatt Hepler · 3 years, 4 months ago
  25. c2a520c pw_rpc: Make log messages more specific by Wyatt Hepler · 3 years, 4 months ago
  26. 5ea3340 style: update non-type template args to kCamelCase by Ewout van Bekkum · 3 years, 4 months ago
  27. c08854b pw_rpc: improve error handling for SendResponse by Maksim Shmukler · 3 years, 4 months ago
  28. ba325e4 pw_rpc: Merge pw_rpc protos into the pw_rpc package by Wyatt Hepler · 3 years, 4 months ago
  29. 38f8708 pw_rpc: Check Nanopb request/response types by Wyatt Hepler · 3 years, 5 months ago
  30. d08e582 pw_rpc: Return BaseServerWriter::Finish() status by Wyatt Hepler · 3 years, 5 months ago
  31. 9174147 pw_protobuf_compiler: Avoid duplicate protobuf Python packages by Wyatt Hepler · 3 years, 5 months ago
  32. 514bab8 pw_rpc: Re-acquire response buffer if Channel::Send() fails by Alexei Frolov · 3 years, 6 months ago
  33. 1b3da3a pw_status: Replace Status::Ok() with OkStatus() by Wyatt Hepler · 3 years, 6 months ago
  34. 8779bcd pw_rpc: Generate service implementation stubs by Wyatt Hepler · 3 years, 8 months ago
  35. db5a7cc pw_rpc: Add config header; Nanopb struct options by Wyatt Hepler · 3 years, 8 months ago
  36. afd2914 pw_rpc: Support testing services with mixed protobuf libraries by Wyatt Hepler · 3 years, 8 months ago
  37. b6495b3 pw_rpc: Generic test for Method and MethodTraits implementations by Wyatt Hepler · 3 years, 8 months ago
  38. e95bd72 pw_rpc: Check RPC method signature; improve errors by Wyatt Hepler · 3 years, 8 months ago
  39. e22570a pw_rpc: Return FailedPrecondition when writing to closed ServerWriter by Alexei Frolov · 3 years, 8 months ago
  40. 66adf55 pw_rpc: Update ChannelOutput release API by Alexei Frolov · 3 years, 8 months ago
  41. a17fbdd pw_status: Remove implicit conversion to pw_Status by Wyatt Hepler · 3 years, 8 months ago
  42. d9336a4 pw_protobuf_compiler: Pass plugin paths by Wyatt Hepler · 3 years, 8 months ago
  43. dcfa92b pw_hdlc_lite: Build HDLC RPC example with CMake by Wyatt Hepler · 3 years, 8 months ago
  44. c9e51d2 CMake: Support protobuf code gen; add pw_rpc by Wyatt Hepler · 3 years, 9 months ago
  45. 909bdfa pw_rpc: Release acquired buffer in RawServerWriter destructor by Alexei Frolov · 3 years, 8 months ago
  46. 8f553de pw_rpc: Add RawTestMethodContext by Alexei Frolov · 3 years, 8 months ago
  47. b499d3f pw_protobuf_compiler: Remove pw_protobuf_GENERATORS build arg by Alexei Frolov · 3 years, 9 months ago
  48. 5a3a61c pw_rpc: documentation for nanopb client by Alexei Frolov · 3 years, 10 months ago
  49. d727622 pw_rpc: Add error callback to nanopb API by Alexei Frolov · 3 years, 10 months ago
  50. a56482e pw_rpc: Client-side nanopb code generation by Alexei Frolov · 3 years, 10 months ago
  51. 8e30d46 pw_protobuf_compiler: Rename generated GN targets by Alexei Frolov · 3 years, 9 months ago
  52. d98a99d pw_rpc: Update TestMethodContext to new Method API by Alexei Frolov · 3 years, 9 months ago
  53. a4d7150 pw_rpc: Method union class by Alexei Frolov · 3 years, 9 months ago
  54. b705971 pw_rpc: Raw method implementation by Alexei Frolov · 3 years, 9 months ago
  55. 3f2d008 pw_rpc: Update packet class to return results by Alexei Frolov · 3 years, 9 months ago
  56. d49f8fe BUILD.gn files: Improve import formatting by Wyatt Hepler · 3 years, 9 months ago
  57. f9fb90f docs: Make labels consistent; remove boilerplate by Wyatt Hepler · 3 years, 10 months ago
  58. d78f7c6 pw_status: Update Status::CODE to Status::Code() by Wyatt Hepler · 3 years, 10 months ago
  59. 4d2adde pw_rpc: Basic client implementation by Alexei Frolov · 4 years ago
  60. 51ee98e pw_rpc: Return Status in ChannelOutput by Wyatt Hepler · 3 years, 10 months ago
  61. cbd09c2 pw_rpc: Isolate pw_rpc server from proto library by Wyatt Hepler · 3 years, 10 months ago
  62. d159142 pw_rpc: Make Service independent of Method by Wyatt Hepler · 3 years, 10 months ago
  63. eb3304c pw_preprocessor: Rename macro_arg_count.h by Wyatt Hepler · 3 years, 11 months ago
  64. dd6fa5c third_party: Add nanopb BUILD.gn file by Alexei Frolov · 4 years ago
  65. ebb7efa pw_rpc: Move Method::Invoke into BaseMethod by Wyatt Hepler · 4 years ago
  66. ac3a1aa pw_rpc: Use asserts in TestMethodContext by Wyatt Hepler · 4 years ago
  67. 0f26235 pw_rpc: PacketType updates by Wyatt Hepler · 4 years ago
  68. 85eb7c9 pw_rpc: Fix nanopb tests by Wyatt Hepler · 4 years ago
  69. 9a4d6bf pw_rpc: Expose Service class by Alexei Frolov · 4 years ago
  70. 1532e52 pw_rpc: Replace PW_RPC_TEST_METHOD_CONTEXT macro by Wyatt Hepler · 4 years ago
  71. 9117261 pw_rpc: Add method to get writer fron test context by Alexei Frolov · 4 years ago
  72. 3ab26ff pw_rpc: nanopb codegen improvements by Alexei Frolov · 4 years ago
  73. 7c7a386 pw_rpc: add EchoService by Alexei Frolov · 4 years ago
  74. abb0f99 pw_rpc: Make service impls derived classes by Alexei Frolov · 4 years ago
  75. 15255c5 pw_rpc: Switch to fully-qualified service paths by Alexei Frolov · 4 years ago
  76. 8aa0292 pw_rpc: Utilities for testing RPC service methods by Wyatt Hepler · 4 years ago
  77. 712d367 pw_rpc: Update for protocol changes by Wyatt Hepler · 4 years ago
  78. af83568 pw_rpc: Support cancelling streaming RPCs by Wyatt Hepler · 4 years, 1 month ago
  79. 7fb63af pw_rpc: Add missing codegen test by Alexei Frolov · 4 years ago
  80. 79b7cb0 pw_protobuf_compiler: Add nanopb RPC generator by Alexei Frolov · 4 years ago
  81. e2cbadf pw_span: Switch from pw::span to std::span by Wyatt Hepler · 4 years, 1 month ago
  82. 671946e pw_rpc: Split public and internal interfaces by Wyatt Hepler · 4 years, 1 month ago
  83. 3e2d719 pw_rpc: Use pw::IntrusiveList for services by Wyatt Hepler · 4 years, 1 month ago
  84. 4c0428a Define Linux clang target as toolchain by Alexei Frolov · 4 years, 1 month ago
  85. fb3d3fb Don't declare pigweed variables as globals by Armando Montanez · 4 years, 1 month ago
  86. edd2f14 pw_build: Switch to pw_* target types by Alexei Frolov · 4 years, 1 month ago
  87. 7da973a pw_rpc: Split ServerContext public/internal by Wyatt Hepler · 4 years, 1 month ago
  88. eefed94 pw_rpc: Support Nanopb versions 3 or 4 by Wyatt Hepler · 4 years, 1 month ago
  89. 948f547 pw_rpc: Nanopb implementation of pw_rpc by Wyatt Hepler · 4 years, 1 month ago