1. 6b2cead roll: clang by pigweed-roller · 2 years, 7 months ago
  2. c7d6961 pw_console: Progress bar by Anthony DiGirolamo · 2 years, 7 months ago
  3. 5fde6c9 roll: rbe-client by pigweed-roller · 2 years, 7 months ago
  4. 4c467d3 pw_transfer: Python client and C++ service fixes by Alexei Frolov · 2 years, 7 months ago
  5. 0128d25 pw_software_update: land initial service implementation by Zihan Chen · 2 years, 7 months ago
  6. 8d39361 pw_transfer: Add progress callback to write transfers in Python client by Alexei Frolov · 2 years, 7 months ago
  7. c9cc55d pw_rpc: Remove GeneratedService alias by Wyatt Hepler · 2 years, 7 months ago
  8. 61492b1 pw_stream: fix ConserativeReadLimit for IntervalReader by Ewout van Bekkum · 2 years, 7 months ago
  9. 960f5df pw_rpc: Prepare Call for use by both server & client by Wyatt Hepler · 2 years, 8 months ago
  10. b09a639 pw_env_setup: Skip submodule check for repo tool by Rob Mohr · 2 years, 7 months ago
  11. 688eb24 pw_rpc: getResponses() logic by Jared Weinstein · 2 years, 7 months ago
  12. a0e6d19 pw_toolchain: Use RSP file for linking by Armando Montanez · 2 years, 7 months ago
  13. b6ed2a3 pw_software_update: Require '-t' and '-o' by Ali Zhang · 2 years, 7 months ago
  14. 9cdbeed pw_software_update/keygen: Call main() by Ali Zhang · 2 years, 7 months ago
  15. 4f676e4 pw_protobuf: return a mutable BytesReader by Ewout van Bekkum · 2 years, 7 months ago
  16. a53cf13 pw_package/software_update: Add presubmit step by Yecheng Zhao · 2 years, 7 months ago
  17. 66cfd8f pw_console: Remove Ctrl-Alt-hjkl and Ctrl-w bindings by Anthony DiGirolamo · 2 years, 7 months ago
  18. 9de912e pw_presubmit: Make with_filter() args keyword-only by Rob Mohr · 2 years, 7 months ago
  19. 4c227c2 pw_snapshot: Add helper to read snapshot UUIDs by Armando Montanez · 2 years, 7 months ago
  20. 03eceb3 OWNERS: Add tonymd@ and tools roller by Rob Mohr · 2 years, 7 months ago
  21. 6f253ac pw_log_rpc: Add unit tests with open server writer by Carlos Chinchilla · 2 years, 8 months ago
  22. 54891ae pw_rpc: new FakeChannelOutput testing APIs by Carlos Chinchilla · 2 years, 7 months ago
  23. f087b00 pw_software_update: Add mechanism to enable/disable bundle transfer by Ewout van Bekkum · 2 years, 7 months ago
  24. c2b9379 pw_software_update: Fix build errors by Yecheng Zhao · 2 years, 7 months ago
  25. a9245ea pw_rpc: Optional invoke parameters by Jared Weinstein · 2 years, 8 months ago
  26. e8af384 pw_software_update: Generate development keys by Ali Zhang · 2 years, 7 months ago
  27. 94d51b5 pw_rpc: Server streaming RPC by Jared Weinstein · 2 years, 8 months ago
  28. 2d53a2c pw_software_update/bundled_update_backend: reorder and rename API by Ewout van Bekkum · 2 years, 7 months ago
  29. 05d860d pw_rpc: Service naming guidance by Wyatt Hepler · 2 years, 7 months ago
  30. 5dce3fc pw_sync/borrow: re-order constructor arguments by Ewout van Bekkum · 2 years, 7 months ago
  31. 8d6e75b pw_sync/borrow: Do not use a reference type for Borrowable by Ewout van Bekkum · 2 years, 7 months ago
  32. 59f3d43 pw_log & pw_log_rpc: Rename proto service name by Carlos Chinchilla · 2 years, 7 months ago
  33. af501da pw_rpc: Do not alias deprecated raw client names by Wyatt Hepler · 2 years, 8 months ago
  34. d95e1e9 pw_rpc: Simplify ServerReader/Writer Open API by Wyatt Hepler · 2 years, 8 months ago
  35. d744bcc pw_rpc: Non-blocking unary RPC by Jared Weinstein · 2 years, 8 months ago
  36. a9133b0 pw_software_update: fixup update backend API by Ewout van Bekkum · 2 years, 7 months ago
  37. e0b03f5 pw_software_update: Improve help strings by Joe Ethier · 2 years, 7 months ago
  38. e485396 pw_presubmit: Use log to write subprocess output by Rob Mohr · 2 years, 7 months ago
  39. 054771a pw_software_update: Add finalize and manifest get/update for backend by David Rogers · 2 years, 7 months ago
  40. 39d85f5 pw_presubmit: Add check for Python versions by Rob Mohr · 2 years, 7 months ago
  41. 604695e pw_software_update: Parse bundles by Yecheng Zhao · 2 years, 8 months ago
  42. 32a6086 pw_rpc: Introduce pw::rpc::internal::MethodInfo by Wyatt Hepler · 2 years, 8 months ago
  43. 14267c4 pw_software_update: Fix return type for PrepareForUpdate rpc by David Rogers · 2 years, 8 months ago
  44. d249632 pw_rpc: Update generated code structure by Wyatt Hepler · 2 years, 8 months ago
  45. dd46587 build: GN static_analysis polish by Henri Chataing · 2 years, 8 months ago
  46. 9f056bc pw_cli: Remove old env vars by Rob Mohr · 2 years, 9 months ago
  47. 7d59532 pw_presubmit: Remove helpers from python_checks.py by Rob Mohr · 2 years, 8 months ago
  48. 28ad6f4 pw_blob_store: Add filename support by Armando Montanez · 2 years, 8 months ago
  49. 204ad18 pw_protobuf: Add TODO for Result<> migration by Yecheng Zhao · 2 years, 7 months ago
  50. ca4f4bc roll: host_tools by pigweed-roller · 2 years, 8 months ago
  51. 399e5de roll: gn by pigweed-roller · 2 years, 8 months ago
  52. 321fb69 pw_protobuf: Adds a Message class for parsing by Yecheng Zhao · 2 years, 8 months ago
  53. 545d497 pw_rpc: Process packet logic by Jared Weinstein · 2 years, 8 months ago
  54. 1a53e51 pw_rpc: Channel, Service, and Method Client by Jared Weinstein · 2 years, 8 months ago
  55. 5be5458 pw_file: FlatFileSystem service implementation by Armando Montanez · 2 years, 8 months ago
  56. eaf1e54 pw_software_update: Fix bugs in update_bundle.py by Ali Zhang · 2 years, 8 months ago
  57. 62de7c4 pw_env_setup: Retrieve ARM Mac LUCI packages by Rob Mohr · 2 years, 8 months ago
  58. 920c505 pw_rpc: Update packets.ts by Jared Weinstein · 2 years, 8 months ago
  59. 1419a49 pw_rpc: Parse Service and Method classes by Jared Weinstein · 2 years, 8 months ago
  60. 06f8569 pw_thread: Add estimated max stack usage support by J. Silva · 2 years, 8 months ago
  61. 0029e1e pw_presubmit: Add --check to Python gn calls by Rob Mohr · 2 years, 8 months ago
  62. 217b47a pw_protobuf_compiler: TS library by Jared Weinstein · 2 years, 8 months ago
  63. b371831 workspace: Updates bazel_embedded version by Nathaniel Brough · 2 years, 8 months ago
  64. 40b9db0 pw_presubmit: Add with_filter() method to Check by Rob Mohr · 2 years, 8 months ago
  65. f463acd pw_software_update: add update_helper and update_service by Zihan Chen · 2 years, 8 months ago
  66. ebf33b7 pw_rpc: Remove the public interface to ServerContext by Wyatt Hepler · 2 years, 8 months ago
  67. 2a02c51 pw_rpc: Replace existing client calls in RegisterCall by Alexei Frolov · 2 years, 8 months ago
  68. 5ebdaeb pw_rpc: Support asynchronous unary RPCs by Wyatt Hepler · 2 years, 8 months ago
  69. 73687fb pw_rpc: Update C++ client API by Alexei Frolov · 2 years, 8 months ago
  70. f345faa pw_software_update: Create unsigned update bundles by Joe Ethier · 2 years, 8 months ago
  71. adacd1a pw_hdlc: Create BUILD.bazel by Anthony DiGirolamo · 2 years, 8 months ago
  72. 931f4d5 pw_protobuf: Add helper for map entry write by Yecheng Zhao · 2 years, 8 months ago
  73. 03e1b26 pw_protobuf: Add StreamDecoder by Alexei Frolov · 2 years, 8 months ago
  74. 71ee193 python_runner: fix target finding at root by Paul Mathieu · 3 years ago
  75. 9c771de roll: host_tools by pigweed-roller · 2 years, 8 months ago
  76. d4a847e pw_watch: Don't search for build dirs; run gn gen if needed by Wyatt Hepler · 2 years, 8 months ago
  77. bd6dc63 roll: gn by pigweed-roller · 2 years, 8 months ago
  78. c21847f roll: buildifier by pigweed-roller · 2 years, 8 months ago
  79. df59331 roll: go by pigweed-roller · 2 years, 8 months ago
  80. 5a3a36b pw_rpc: Support opening a ServerReader/Writer by Wyatt Hepler · 2 years, 8 months ago
  81. 5ebf8ad pw_protobuf: FieldKey class by Alexei Frolov · 2 years, 8 months ago
  82. ddfc077 pw_rpc: Common Endpoint base for Server/Client by Wyatt Hepler · 2 years, 8 months ago
  83. 8c70fcc pw_console: Re-style buttons by Anthony DiGirolamo · 2 years, 9 months ago
  84. 3be460d pw_rpc: Don't respond to error messages by Wyatt Hepler · 2 years, 8 months ago
  85. baf2fdc pw_sync: adds VirtualBasicLockable interface by Ewout van Bekkum · 2 years, 8 months ago
  86. 3787c62 pw_presubmit: Test building Python tree by Rob Mohr · 2 years, 8 months ago
  87. d0d3929 build: Remove build_pigweed_python_source_tree from default by Wyatt Hepler · 2 years, 8 months ago
  88. 7b35742 pw_software_update: Update TUF bundle proto by David Rogers · 2 years, 8 months ago
  89. f6c3a78 pw_sync: add Borrowable helper for transactional guarding by Ewout van Bekkum · 2 years, 8 months ago
  90. 88b0f9b pw_env_setup: Include Sphinx themes in bootstrap by Rob Mohr · 2 years, 8 months ago
  91. 0ab1d3c pw_cli: Ignore environment when testing envparse by Rob Mohr · 2 years, 8 months ago
  92. cd66a74 pw_third_party: update protobuf to build google.protobuf by Zihan Chen · 2 years, 8 months ago
  93. 6d73172 pw_rpc: Support listening to responses in Python client by Wyatt Hepler · 2 years, 8 months ago
  94. 478d3f2 pw_ring_buffer: Crash on corrupt buffer access by Carlos Chinchilla · 2 years, 8 months ago
  95. c0cbc16 pw_log_rpc: Add unit tests, docs, & error handling by Carlos Chinchilla · 2 years, 9 months ago
  96. ff2ca83 pw_rpc: Rename responder files to call by Wyatt Hepler · 2 years, 8 months ago
  97. 5ce5de9 pw_rpc: Rename call.h to call_context.h by Wyatt Hepler · 2 years, 8 months ago
  98. bc9a23f pw_rpc: Rename internal::Responder to internal::Call by Wyatt Hepler · 2 years, 8 months ago
  99. 4663d47 gn: Fix missing dependencies by Rob Mohr · 2 years, 8 months ago
  100. 49d489d pw_toolchain: Remove stale comment by Wyatt Hepler · 2 years, 8 months ago