1. 4925ba2 pw_rpc.console_tools: Support aliasing renamed commands by Wyatt Hepler · 3 years, 6 months ago
  2. 2b0d177 pw_rpc: Remove uses of PW_CHECK macros in headers by Wyatt Hepler · 3 years, 6 months ago
  3. f298de4 pw_assert: Switch to the new header names by Wyatt Hepler · 3 years, 7 months ago
  4. 567e670 pw_rpc: Allow configuring a channel at runtime by Alexei Frolov · 3 years, 7 months ago
  5. faea880 pw_rpc.console_tools: Context class; function helpers by Wyatt Hepler · 3 years, 7 months ago
  6. 3e28092 pw_rpc: Add ClientServer combination by Alexei Frolov · 3 years, 7 months ago
  7. 4ea2de8 pw_rpc: RPC console helpers by Wyatt Hepler · 3 years, 7 months ago
  8. 5a0450d Re-enable asserts in headers by Alexei Frolov · 4 years ago
  9. a77e5e7 Fixes for GCC 10 compatibility by Wyatt Hepler · 3 years, 7 months ago
  10. cc9ef83 pw_sync: add lock safety annotations for C++ clang usage by Ewout van Bekkum · 3 years, 7 months ago
  11. 1c670a2 pw_rpc: Allow using enums for channel IDs by Alexei Frolov · 3 years, 7 months ago
  12. e0ae9b1 pw_rpc: Python client support for keeping RPCs open by Wyatt Hepler · 3 years, 7 months ago
  13. 2981da2 pw_rpc: Remove accidental Python dependency by Wyatt Hepler · 3 years, 7 months ago
  14. c2a520c pw_rpc: Make log messages more specific by Wyatt Hepler · 3 years, 7 months ago
  15. 5ea3340 style: update non-type template args to kCamelCase by Ewout van Bekkum · 3 years, 7 months ago
  16. c08854b pw_rpc: improve error handling for SendResponse by Maksim Shmukler · 3 years, 7 months ago
  17. 1c00790 pw_rpc: Reorganize Python console_tools module by Wyatt Hepler · 3 years, 7 months ago
  18. df38ed1 pw_rpc: Generate RPC definition stubs separately by Wyatt Hepler · 3 years, 7 months ago
  19. 821d937 pw_rpc: Cancel streaming RPCs when aborted by Wyatt Hepler · 3 years, 7 months ago
  20. ba325e4 pw_rpc: Merge pw_rpc protos into the pw_rpc package by Wyatt Hepler · 3 years, 8 months ago
  21. baacfe3 static_analysis: Mark use-after-move tests by Prashanth Swaminathan · 3 years, 8 months ago
  22. 752d7d3 pw_protobuf_compiler: Decouple proto packaging from directory by Wyatt Hepler · 3 years, 8 months ago
  23. d6ddf57 pw_rpc: Fix usage of uninitialized test variable by Prashanth Swaminathan · 3 years, 9 months ago
  24. 38f8708 pw_rpc: Check Nanopb request/response types by Wyatt Hepler · 3 years, 8 months ago
  25. 9e1262f pw_rpc: Class for a 'help' command in a console by Wyatt Hepler · 3 years, 8 months ago
  26. d08e582 pw_rpc: Return BaseServerWriter::Finish() status by Wyatt Hepler · 3 years, 8 months ago
  27. 830d26d pw_rpc: Documentation update by Wyatt Hepler · 3 years, 8 months ago
  28. 969f44e pw_rpc: console_tools module and Watchdog class by Wyatt Hepler · 3 years, 8 months ago
  29. 625a232 pw_protobuf_compiler: Improved proto repr by Wyatt Hepler · 3 years, 8 months ago
  30. cc9d2e9 pw_rpc: Python client improvements by Wyatt Hepler · 3 years, 9 months ago
  31. 6531f3e pw_unit_test: Handle bad first response; timeouts by Wyatt Hepler · 3 years, 9 months ago
  32. 01145c9 pw_rpc: Remove compatibility wrapper group by Wyatt Hepler · 3 years, 9 months ago
  33. a2970c5 pw_build: Python Mypy updates by Wyatt Hepler · 3 years, 9 months ago
  34. 9174147 pw_protobuf_compiler: Avoid duplicate protobuf Python packages by Wyatt Hepler · 3 years, 9 months ago
  35. 10945aa pw_rpc: Remove generated Python packet proto by Alexei Frolov · 3 years, 11 months ago
  36. 6554c14 pw_protobuf_compiler: Support proto3 optional fields by Wyatt Hepler · 3 years, 9 months ago
  37. cddc5cd pw_rpc: Timeouts in Python pw_rpc client by Wyatt Hepler · 3 years, 9 months ago
  38. 514bab8 pw_rpc: Re-acquire response buffer if Channel::Send() fails by Alexei Frolov · 3 years, 9 months ago
  39. 620b3e0 pw_build: python_test_deps for Python packages by Wyatt Hepler · 3 years, 9 months ago
  40. 438caa0 pw_build: Make GN Python installation more robust by Wyatt Hepler · 3 years, 9 months ago
  41. 7abd8cc pw_span: Provide <span> through pw_polyfill by Wyatt Hepler · 3 years, 9 months ago
  42. 80baa7d pw_rpc: Wrapper for unary responses by Wyatt Hepler · 3 years, 10 months ago
  43. f276c6b pw_status: Use new functions instead of variables by Wyatt Hepler · 4 years ago
  44. d3e5cb7 s/pw_hdlc_lite/pw_hdlc/g by Alexei Frolov · 3 years, 10 months ago
  45. 1b3da3a pw_status: Replace Status::Ok() with OkStatus() by Wyatt Hepler · 3 years, 10 months ago
  46. e39af8d pw_rpc: Add synchronized channel output by Alexei Frolov · 3 years, 10 months ago
  47. eb94e96 pw_rpc: Move system_server backends into targets by Alexei Frolov · 3 years, 10 months ago
  48. f8a3bf7 pw_build: Add IMPLEMENTS_FACADES argument to CMake by Wyatt Hepler · 3 years, 10 months ago
  49. 6053c31 pw_hdlc_lite: Switch to U-frames for unreliable transmission by Alexei Frolov · 3 years, 11 months ago
  50. 45adfce Python: Restore missing local deps in setup.py by Wyatt Hepler · 3 years, 10 months ago
  51. 7208cd9 pw_stream: Update CMake build by Wyatt Hepler · 3 years, 11 months ago
  52. ae93f42 pw_presubmit: Help prevent undefined GN build args by Wyatt Hepler · 3 years, 11 months ago
  53. ac357de pw_rpc: Handle duplicate generated proto message types by Wyatt Hepler · 3 years, 11 months ago
  54. 2611387 pw_rpc: Python callback_client improvements by Wyatt Hepler · 3 years, 11 months ago
  55. f3d00d2 pw_rpc: Update system RPC server namespace by Wyatt Hepler · 3 years, 11 months ago
  56. ddbfa1c pw_rpc: Provide detailed RPC help in RPC client by Wyatt Hepler · 3 years, 11 months ago
  57. b99f327 pw_rpc: Move system server backends up a level by Wyatt Hepler · 3 years, 11 months ago
  58. 35b4ea3 pw_rpc_system_server: Local pw_rpc support by Jiaming Wang · 4 years, 1 month ago
  59. 7085777 pw_rpc: Support cross-module request and response types by Alexei Frolov · 3 years, 11 months ago
  60. 8ce9013 pw_build: Support specifying mypy/pylint config by Wyatt Hepler · 3 years, 11 months ago
  61. 97d65aa pw_rpc: Tab completion for message fields by Wyatt Hepler · 3 years, 11 months ago
  62. 8779bcd pw_rpc: Generate service implementation stubs by Wyatt Hepler · 4 years ago
  63. db5a7cc pw_rpc: Add config header; Nanopb struct options by Wyatt Hepler · 4 years ago
  64. f862b68 pw_rpc: Fix missing initialization in BaseServerWriter by Wyatt Hepler · 4 years ago
  65. afd2914 pw_rpc: Support testing services with mixed protobuf libraries by Wyatt Hepler · 4 years ago
  66. b6495b3 pw_rpc: Generic test for Method and MethodTraits implementations by Wyatt Hepler · 4 years ago
  67. e95bd72 pw_rpc: Check RPC method signature; improve errors by Wyatt Hepler · 4 years ago
  68. e22570a pw_rpc: Return FailedPrecondition when writing to closed ServerWriter by Alexei Frolov · 4 years ago
  69. 66adf55 pw_rpc: Update ChannelOutput release API by Alexei Frolov · 4 years ago
  70. a17fbdd pw_status: Remove implicit conversion to pw_Status by Wyatt Hepler · 4 years ago
  71. d9336a4 pw_protobuf_compiler: Pass plugin paths by Wyatt Hepler · 4 years ago
  72. dcfa92b pw_hdlc_lite: Build HDLC RPC example with CMake by Wyatt Hepler · 4 years ago
  73. c9e51d2 CMake: Support protobuf code gen; add pw_rpc by Wyatt Hepler · 4 years ago
  74. 0a6f763 CMake: Revamp CMake build by Wyatt Hepler · 4 years ago
  75. b3701c2 pw_rpc: Release acquired buffer on ServerWriter close by Alexei Frolov · 4 years ago
  76. 909bdfa pw_rpc: Release acquired buffer in RawServerWriter destructor by Alexei Frolov · 4 years ago
  77. 8f553de pw_rpc: Add RawTestMethodContext by Alexei Frolov · 4 years ago
  78. b499d3f pw_protobuf_compiler: Remove pw_protobuf_GENERATORS build arg by Alexei Frolov · 4 years ago
  79. 5a3a61c pw_rpc: documentation for nanopb client by Alexei Frolov · 4 years, 1 month ago
  80. d727622 pw_rpc: Add error callback to nanopb API by Alexei Frolov · 4 years, 1 month ago
  81. a56482e pw_rpc: Client-side nanopb code generation by Alexei Frolov · 4 years, 1 month ago
  82. c912ea7 pw_rpc: Add raw service code generation by Alexei Frolov · 4 years ago
  83. 8e30d46 pw_protobuf_compiler: Rename generated GN targets by Alexei Frolov · 4 years ago
  84. 01a85d6 Python: Generate BUILD.gn files for Python packages by Wyatt Hepler · 4 years ago
  85. 3b4047d Python: Add py.typed files per PEP 561 by Wyatt Hepler · 4 years ago
  86. d7dc655 pw_build: pw_python_package and mypy fixes by Wyatt Hepler · 4 years ago
  87. d98a99d pw_rpc: Update TestMethodContext to new Method API by Alexei Frolov · 4 years ago
  88. a4d7150 pw_rpc: Method union class by Alexei Frolov · 4 years ago
  89. b705971 pw_rpc: Raw method implementation by Alexei Frolov · 4 years, 1 month ago
  90. 541a190 pw_rpc: Tests for the ID calculation by Wyatt Hepler · 4 years ago
  91. 3f2d008 pw_rpc: Update packet class to return results by Alexei Frolov · 4 years, 1 month ago
  92. d49f8fe BUILD.gn files: Improve import formatting by Wyatt Hepler · 4 years ago
  93. 13c7c4f pw_protobuf: Return a Result from Encode() by Alexei Frolov · 4 years, 1 month ago
  94. 21418c4 pw_rpc: Remove unused groups by Wyatt Hepler · 4 years, 1 month ago
  95. 062ed18 pw_rpc: Send CLIENT_ERROR on unexpected packet by Alexei Frolov · 4 years, 1 month ago
  96. f9fb90f docs: Make labels consistent; remove boilerplate by Wyatt Hepler · 4 years, 1 month ago
  97. 455b492 pw_rpc, pw_hdlc_lite: Documentation update by Wyatt Hepler · 4 years, 1 month ago
  98. d78f7c6 pw_status: Update Status::CODE to Status::Code() by Wyatt Hepler · 4 years, 1 month ago
  99. 4d2adde pw_rpc: Basic client implementation by Alexei Frolov · 4 years, 3 months ago
  100. 37159c4 pw_rpc: Make the Python client more flexible by Wyatt Hepler · 4 years, 1 month ago