1. 8211018 pw_rpc: Rename test methods for consistency by Wyatt Hepler · 3 years ago
  2. f1525df pw_rpc: Remove deprecated headers by Wyatt Hepler · 3 years ago
  3. cf43bbf pw_unit_test: Improve integration test reliability by Wyatt Hepler · 3 years ago
  4. 1a4478b pw_rpc: Make MethodType public by Wyatt Hepler · 3 years ago
  5. b8c67ac misc: Update non-type template parameter style by Wyatt Hepler · 3 years ago
  6. 6a10095 pw_rpc: Set the test method context channel ID by Wyatt Hepler · 3 years ago
  7. 938f08b pw_rpc: Fix segfault for BaseClientCall assignment by Tri Pho · 3 years ago
  8. 85e9140 pw_rpc: Cancel and reinvoke duplicate calls by Wyatt Hepler · 3 years ago
  9. 182274d pw_rpc: Fix more missing integration test deps by Wyatt Hepler · 3 years ago
  10. 3155cd1 pw_rpc: Update test RPC server args by Wyatt Hepler · 3 years ago
  11. 3f3bfba pw_rpc: Add missing integration test dependencies by Wyatt Hepler · 3 years ago
  12. 864bbd3 Bazel: Disable unsupported cc_binary targets by Wyatt Hepler · 3 years ago
  13. af7f5ef pw_rpc: Easier callback_client RPC invocations by Wyatt Hepler · 3 years, 1 month ago
  14. e04d468 pw_rpc: Python client & C++ server integration test by Wyatt Hepler · 3 years, 1 month ago
  15. 9f3708c pw_protobuf: Update to final names by Armando Montanez · 3 years ago
  16. 3c54e88 pw_console: Allow for custom word completion by Anthony DiGirolamo · 3 years, 1 month ago
  17. b472896 pw_rpc: Expand pw_rpc callback_client unit tests by Wyatt Hepler · 3 years, 1 month ago
  18. f93cb26 pw_transfer: Initial C++ service by Alexei Frolov · 3 years, 1 month ago
  19. 31b16ea pw_rpc: Add the benchmark service by Wyatt Hepler · 3 years, 1 month ago
  20. f91e763 workspace: Updates Bazel build files to work in CI by Nathaniel Brough · 3 years, 1 month ago
  21. 843d427 pw_rpc: Reorganize callback_client tests by Wyatt Hepler · 3 years, 1 month ago
  22. dfcd081 pw_rpc: Restructure the Python callback_client by Wyatt Hepler · 3 years, 1 month ago
  23. 35240da pw_rpc: Rework Python RPC client by Wyatt Hepler · 3 years, 1 month ago
  24. 32988e0 pw_protobuf: Deprecate old encoder by Armando Montanez · 3 years, 3 months ago
  25. 06efdd4 pw_rpc: Python client updates by Wyatt Hepler · 3 years, 1 month ago
  26. d1a1198 bazel: Remove license comments by Rob Mohr · 3 years, 1 month ago
  27. 6bdcc3f Add Bazel support for pw_rpc/py and deps by Joe Ethier · 3 years, 3 months ago
  28. a352d57 pw_build: Prepare for Pylint update by Wyatt Hepler · 3 years, 1 month ago
  29. 68daa72 pw_rpc: Fix responding with empty buffers by Wyatt Hepler · 3 years, 1 month ago
  30. 40a9c3f bazel: Rename BUILD to BUILD.bazel by Akira Baruah · 3 years, 2 months ago
  31. 8ec2cf8 pw_rpc: Reorganize Nanopb implementation by Wyatt Hepler · 3 years, 1 month ago
  32. c0ea3f9 pw_rpc: Reorganize raw implementation by Wyatt Hepler · 3 years, 1 month ago
  33. 07e3ba0 pw_rpc: Test raw client & bidirectional streaming by Wyatt Hepler · 3 years, 2 months ago
  34. d0bda2a pw_rpc: Add client and bidirectional streaming to Python by Alexei Frolov · 3 years, 2 months ago
  35. c5b59f1 pw_rpc: Client & bidirectional streaming codegen by Wyatt Hepler · 3 years, 2 months ago
  36. 379b2fc pw_rpc: Disable client stream end callback by default by Wyatt Hepler · 3 years, 2 months ago
  37. 59b37f7 pw_rpc: Classes for client & bidirectional streaming by Wyatt Hepler · 3 years, 2 months ago
  38. 01fc15b pw_rpc: Handle client streams in the server by Wyatt Hepler · 3 years, 2 months ago
  39. 223a1fb pw_rpc: Remove legacy ResponseHandler classes by Alexei Frolov · 3 years, 2 months ago
  40. 5fc2541 bazel: Remove unnecessary license comments by Rob Mohr · 3 years, 2 months ago
  41. 5ba8064 pw_rpc: Update protocol for server streams by Wyatt Hepler · 3 years, 2 months ago
  42. 878b735 Remove comments for disabling gn format by Wyatt Hepler · 3 years, 2 months ago
  43. ea9b8a1 pw_rpc: Rename base_server_writer_test to responder_test by Wyatt Hepler · 3 years, 2 months ago
  44. eafe219 pw_rpc: Add default constructors to callback structs by Alexei Frolov · 3 years, 2 months ago
  45. 74e7ab6 pw_rpc: Rename base_server_writer files by Wyatt Hepler · 3 years, 2 months ago
  46. 5180fe2 pw_rpc: Rename BaseServerWriter to Responder by Wyatt Hepler · 3 years, 2 months ago
  47. a921116 pw_rpc: Protocol updates for client streams by Wyatt Hepler · 3 years, 2 months ago
  48. b4f4e7a pw_rpc: Adds Bazel support for RPC by Nathaniel Brough · 3 years, 3 months ago
  49. bebba90 pw_rpc: Use pw_function callbacks in RPC client by Alexei Frolov · 3 years, 2 months ago
  50. c8b9390 Remove absolute paths from build command lines by Michael Spang · 3 years, 3 months ago
  51. 2b54ee6 pw_rpc: Generate aliases for nanopb client call types by Alexei Frolov · 3 years, 4 months ago
  52. 2d737bc pw_rpc: Add default and move/assign constructors to ClientCall by Alexei Frolov · 3 years, 4 months ago
  53. 4925ba2 pw_rpc.console_tools: Support aliasing renamed commands by Wyatt Hepler · 3 years, 3 months ago
  54. 2b0d177 pw_rpc: Remove uses of PW_CHECK macros in headers by Wyatt Hepler · 3 years, 4 months ago
  55. f298de4 pw_assert: Switch to the new header names by Wyatt Hepler · 3 years, 5 months ago
  56. 567e670 pw_rpc: Allow configuring a channel at runtime by Alexei Frolov · 3 years, 4 months ago
  57. faea880 pw_rpc.console_tools: Context class; function helpers by Wyatt Hepler · 3 years, 4 months ago
  58. 3e28092 pw_rpc: Add ClientServer combination by Alexei Frolov · 3 years, 4 months ago
  59. 4ea2de8 pw_rpc: RPC console helpers by Wyatt Hepler · 3 years, 4 months ago
  60. 5a0450d Re-enable asserts in headers by Alexei Frolov · 3 years, 10 months ago
  61. a77e5e7 Fixes for GCC 10 compatibility by Wyatt Hepler · 3 years, 4 months ago
  62. cc9ef83 pw_sync: add lock safety annotations for C++ clang usage by Ewout van Bekkum · 3 years, 4 months ago
  63. 1c670a2 pw_rpc: Allow using enums for channel IDs by Alexei Frolov · 3 years, 4 months ago
  64. e0ae9b1 pw_rpc: Python client support for keeping RPCs open by Wyatt Hepler · 3 years, 5 months ago
  65. 2981da2 pw_rpc: Remove accidental Python dependency by Wyatt Hepler · 3 years, 4 months ago
  66. c2a520c pw_rpc: Make log messages more specific by Wyatt Hepler · 3 years, 5 months ago
  67. 5ea3340 style: update non-type template args to kCamelCase by Ewout van Bekkum · 3 years, 5 months ago
  68. c08854b pw_rpc: improve error handling for SendResponse by Maksim Shmukler · 3 years, 5 months ago
  69. 1c00790 pw_rpc: Reorganize Python console_tools module by Wyatt Hepler · 3 years, 5 months ago
  70. df38ed1 pw_rpc: Generate RPC definition stubs separately by Wyatt Hepler · 3 years, 5 months ago
  71. 821d937 pw_rpc: Cancel streaming RPCs when aborted by Wyatt Hepler · 3 years, 5 months ago
  72. ba325e4 pw_rpc: Merge pw_rpc protos into the pw_rpc package by Wyatt Hepler · 3 years, 5 months ago
  73. baacfe3 static_analysis: Mark use-after-move tests by Prashanth Swaminathan · 3 years, 5 months ago
  74. 752d7d3 pw_protobuf_compiler: Decouple proto packaging from directory by Wyatt Hepler · 3 years, 6 months ago
  75. d6ddf57 pw_rpc: Fix usage of uninitialized test variable by Prashanth Swaminathan · 3 years, 6 months ago
  76. 38f8708 pw_rpc: Check Nanopb request/response types by Wyatt Hepler · 3 years, 6 months ago
  77. 9e1262f pw_rpc: Class for a 'help' command in a console by Wyatt Hepler · 3 years, 6 months ago
  78. d08e582 pw_rpc: Return BaseServerWriter::Finish() status by Wyatt Hepler · 3 years, 6 months ago
  79. 830d26d pw_rpc: Documentation update by Wyatt Hepler · 3 years, 6 months ago
  80. 969f44e pw_rpc: console_tools module and Watchdog class by Wyatt Hepler · 3 years, 6 months ago
  81. 625a232 pw_protobuf_compiler: Improved proto repr by Wyatt Hepler · 3 years, 6 months ago
  82. cc9d2e9 pw_rpc: Python client improvements by Wyatt Hepler · 3 years, 7 months ago
  83. 6531f3e pw_unit_test: Handle bad first response; timeouts by Wyatt Hepler · 3 years, 6 months ago
  84. 01145c9 pw_rpc: Remove compatibility wrapper group by Wyatt Hepler · 3 years, 6 months ago
  85. a2970c5 pw_build: Python Mypy updates by Wyatt Hepler · 3 years, 6 months ago
  86. 9174147 pw_protobuf_compiler: Avoid duplicate protobuf Python packages by Wyatt Hepler · 3 years, 6 months ago
  87. 10945aa pw_rpc: Remove generated Python packet proto by Alexei Frolov · 3 years, 9 months ago
  88. 6554c14 pw_protobuf_compiler: Support proto3 optional fields by Wyatt Hepler · 3 years, 7 months ago
  89. cddc5cd pw_rpc: Timeouts in Python pw_rpc client by Wyatt Hepler · 3 years, 7 months ago
  90. 514bab8 pw_rpc: Re-acquire response buffer if Channel::Send() fails by Alexei Frolov · 3 years, 7 months ago
  91. 620b3e0 pw_build: python_test_deps for Python packages by Wyatt Hepler · 3 years, 7 months ago
  92. 438caa0 pw_build: Make GN Python installation more robust by Wyatt Hepler · 3 years, 7 months ago
  93. 7abd8cc pw_span: Provide <span> through pw_polyfill by Wyatt Hepler · 3 years, 7 months ago
  94. 80baa7d pw_rpc: Wrapper for unary responses by Wyatt Hepler · 3 years, 8 months ago
  95. f276c6b pw_status: Use new functions instead of variables by Wyatt Hepler · 3 years, 9 months ago
  96. d3e5cb7 s/pw_hdlc_lite/pw_hdlc/g by Alexei Frolov · 3 years, 7 months ago
  97. 1b3da3a pw_status: Replace Status::Ok() with OkStatus() by Wyatt Hepler · 3 years, 7 months ago
  98. e39af8d pw_rpc: Add synchronized channel output by Alexei Frolov · 3 years, 8 months ago
  99. eb94e96 pw_rpc: Move system_server backends into targets by Alexei Frolov · 3 years, 8 months ago
  100. f8a3bf7 pw_build: Add IMPLEMENTS_FACADES argument to CMake by Wyatt Hepler · 3 years, 7 months ago