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