1. 85e9140 pw_rpc: Cancel and reinvoke duplicate calls by Wyatt Hepler · 3 years ago
  2. 38ef479 pw_protobuf: Fully quality encoder class names by Armando Montanez · 3 years ago
  3. f2effc9 pw_protobuf: Allow MemoryEncoder&->StreamEncoder& by Armando Montanez · 3 years ago
  4. 182274d pw_rpc: Fix more missing integration test deps by Wyatt Hepler · 3 years ago
  5. ad53298 pw_cpu_exception_cortex_m: Run buildifier by Rob Mohr · 3 years ago
  6. 8390c09 pw_build_info: Run buildifier by Rob Mohr · 3 years ago
  7. b182bf0 pw_bytes: Run buildifier by Rob Mohr · 3 years ago
  8. f06e42b pw_presubmit: Fix clang_tidy pass by Henri Chataing · 3 years ago
  9. 3155cd1 pw_rpc: Update test RPC server args by Wyatt Hepler · 3 years ago
  10. 484a0b5 roll: go by pigweed-roller · 3 years ago
  11. b9cc4ad STM32F429I: `mon reset init` > `mon reset run` by Jared Weinstein · 3 years ago
  12. 3f3bfba pw_rpc: Add missing integration test dependencies by Wyatt Hepler · 3 years ago
  13. 2395810 pw_hdlc: Add a TypeScript decoder implementation by Jared Weinstein · 3 years ago
  14. 6f6a50b targets/android: Generic Android target by Scott James Remnant · 3 years ago
  15. 864bbd3 Bazel: Disable unsupported cc_binary targets by Wyatt Hepler · 3 years ago
  16. aa00a15 pw_android_toolchain: Generate Android NDK toolchains by Scott James Remnant · 3 years ago
  17. 6954a8d pw_build_info: Add GNU build ID support by Armando Montanez · 3 years ago
  18. 81017fe pw_unit_test: Fix and test RPC service by Wyatt Hepler · 3 years ago
  19. af7f5ef pw_rpc: Easier callback_client RPC invocations by Wyatt Hepler · 3 years ago
  20. 6ef8a1d pw_cpu_exception_cortex_m: use target for private constants by Ewout van Bekkum · 3 years ago
  21. 2253040 pw_transfer: Python & C++ integration test by Wyatt Hepler · 3 years ago
  22. e04d468 pw_rpc: Python client & C++ server integration test by Wyatt Hepler · 3 years ago
  23. 2a5f4da pw_bytes: add helper user defined literals by Ewout van Bekkum · 3 years ago
  24. e758c5c pw_cpu_exception_cortex_m: Add Snapshot support by Ewout van Bekkum · 3 years ago
  25. 802f599 pw_console: Copy paste functions by Anthony DiGirolamo · 3 years ago
  26. 54db765 pw_console: WindowList class and pane movement by Anthony DiGirolamo · 3 years ago
  27. 21fd9bb pw_console: Move window pane up and down by Anthony DiGirolamo · 3 years ago
  28. fcf278d pw_console: WindowManager class by Anthony DiGirolamo · 3 years ago
  29. 6499688 pw_presubmit: Simplify adding only pylint and mypy by Rob Mohr · 3 years ago
  30. 518f7c1 pw_result: Add dereference operators by Adam MacBeth · 3 years ago
  31. daed5a9 docs: getting_started add note about package install location for macOS by Jared Weinstein · 3 years ago
  32. 278ba0f pw_thread: improve error if join() is called when not enabled by Ewout van Bekkum · 3 years ago
  33. 9f3708c pw_protobuf: Update to final names by Armando Montanez · 3 years ago
  34. 3c54e88 pw_console: Allow for custom word completion by Anthony DiGirolamo · 3 years ago
  35. bf5682a pw_console: Refactor embed free function by Anthony DiGirolamo · 3 years ago
  36. b472896 pw_rpc: Expand pw_rpc callback_client unit tests by Wyatt Hepler · 3 years ago
  37. 9b54e5e pw_stream: Log in SocketStream; configure port in host RPC server by Wyatt Hepler · 3 years ago
  38. 32a875d pw_transfer: Fix start logic by Alexei Frolov · 3 years ago
  39. 5fbfd88 pw_protobuf: Remove codegen.h by Armando Montanez · 3 years ago
  40. 671d135 pw_transfer: Run buildifier by Rob Mohr · 3 years ago
  41. 3d80922 pw_assert: Prevent double evaluation in PW_CHECK_OK by Wyatt Hepler · 3 years ago
  42. 6c65a17 pw_snapshot: Add ElfMatcher by Armando Montanez · 3 years ago
  43. c3113a5 pw_thread: Integrate symbolizer by Armando Montanez · 3 years ago
  44. a095fc2 pw_protobuf: Remove old Encoder by Armando Montanez · 3 years, 2 months ago
  45. 10f3beb pw_symbolizer: Add module by Armando Montanez · 3 years, 7 months ago
  46. d6c7c45 roll: go by pigweed-roller · 3 years ago
  47. 0647833 pw_presubmit: Adds Bazel to presubmit check by Nathaniel Brough · 3 years ago
  48. 2bfd43f roll: host_tools by pigweed-roller · 3 years ago
  49. 33fd185 roll: gn by pigweed-roller · 3 years ago
  50. 18ac0c4 roll: rbe-client by pigweed-roller · 3 years ago
  51. 3acfd0f pw_presubmit: Add gn_crypto_boringssl_build by Ali Zhang · 3 years ago
  52. dd1cbe7 pw_crypto: Add SHA256 backed by BoringSSL by Ali Zhang · 3 years ago
  53. 2c44c22 pw_crypto: Rename sha256::Digest() to sha256::Hash() by Ali Zhang · 3 years ago
  54. 442e487 pw_crypto: Suggest Mbed TLS configurations by Ali Zhang · 3 years ago
  55. 472287f pw_crypto: Use mbedtls_sha256_* directly by Ali Zhang · 3 years ago
  56. 4947e77 pw_build: Remove build directory prefix from paths by Wyatt Hepler · 3 years ago
  57. 36b1ff9 pw_transfer: Python transfer client fixes by Alexei Frolov · 3 years ago
  58. 3e7180d pw_env_setup: Allow setting gn args for venv setup by Rob Mohr · 3 years ago
  59. f93cb26 pw_transfer: Initial C++ service by Alexei Frolov · 3 years ago
  60. b2489f3 docs: Update command to fix SSL errors by Adam MacBeth · 3 years ago
  61. 31b16ea pw_rpc: Add the benchmark service by Wyatt Hepler · 3 years ago
  62. 7c658f6 pw_hdlc: Add a TypeScript encoder implementation by Jared Weinstein · 3 years ago
  63. 1810f9b pw_sync_threadx: add bss comment for ISL's state enum by Ewout van Bekkum · 3 years ago
  64. f91e763 workspace: Updates Bazel build files to work in CI by Nathaniel Brough · 3 years ago
  65. 3c86dc9 pw_snapshot: Integrate thread state processor by Armando Montanez · 3 years ago
  66. dac4f52 stm32cube: Fix H7 build by Varun Sharma · 3 years ago
  67. 063a9f7 pw_presubmit: Don't repeat checks by Rob Mohr · 3 years ago
  68. 8931430 pw_thread: Add thread state proto processing by Armando Montanez · 3 years ago
  69. e4ed101 pw_sync_threadx: Adjust ISL enum to make it bss eligible by Ewout van Bekkum · 3 years ago
  70. 68ef2a5 pw_env_setup: Adds CIPD deps to Bazel workspace by Nathaniel Brough · 3 years ago
  71. 843d427 pw_rpc: Reorganize callback_client tests by Wyatt Hepler · 3 years ago
  72. dfcd081 pw_rpc: Restructure the Python callback_client by Wyatt Hepler · 3 years ago
  73. 35240da pw_rpc: Rework Python RPC client by Wyatt Hepler · 3 years ago
  74. c2931da pw_thread_*: Improve documentation for stack sizes by Ewout van Bekkum · 3 years ago
  75. c4a786a pw_function: add unit tests for comparison operators by Ewout van Bekkum · 3 years ago
  76. fee9455 pw_function: Function definition to pw namespace by Ewout van Bekkum · 3 years ago
  77. 889d27b pw_trace_tokenized: Add missing python deps by Armando Montanez · 3 years ago
  78. 7917415 pw_tls_client: Relocate test logic by Yecheng Zhao · 3 years ago
  79. 32988e0 pw_protobuf: Deprecate old encoder by Armando Montanez · 3 years, 2 months ago
  80. b44d95e workspace: Adds hermetic host toolchain for linux by Nathaniel Brough · 3 years ago
  81. d6f5475 pw_sync_freertos: cast to correct handle types by Scott James Remnant · 3 years ago
  82. 4bcb07b pw_snapshot: Add missing thread log entries by Ewout van Bekkum · 3 years ago
  83. f50a10c pw_log_multisink: Remove unfinished module by Carlos Chinchilla · 3 years ago
  84. b40a6b6 pw_thread_freertos: use scheduler state for util & snapshot by Ewout van Bekkum · 3 years ago
  85. c593e05 pw_tls_client_mbedtls: Remove unused bazel import by Rob Mohr · 3 years ago
  86. 3a916d1 pw_cli: Remove unused bazel import by Rob Mohr · 3 years ago
  87. 5f52168 pw_console: pass null token database if none given by Carlos Chinchilla · 3 years ago
  88. 06efdd4 pw_rpc: Python client updates by Wyatt Hepler · 3 years ago
  89. 876522d pw_log_sink: Remove unfinished module by Carlos Chinchilla · 3 years ago
  90. 546619f pw_console: Console user guide by Anthony DiGirolamo · 3 years ago
  91. d1a1198 bazel: Remove license comments by Rob Mohr · 3 years ago
  92. 6bdcc3f Add Bazel support for pw_rpc/py and deps by Joe Ethier · 3 years, 2 months ago
  93. 25ce8a2 pw_stream: Set SO_REUSEADDR for sockets by Wyatt Hepler · 3 years ago
  94. be3219d roll: host_tools by pigweed-roller · 3 years ago
  95. 71eaa12 pw_boot: cleanup includes and deps by Scott James Remnant · 3 years ago
  96. 601cebd pw_preprocessor: Add macros for weak and alias attributes by Scott James Remnant · 3 years ago
  97. 3453afc pw_snapshot: Fix formatting by Rob Mohr · 3 years ago
  98. 4d60469 pw_boot_cortex_m: Disable interrupts before StaticMemoryInit by Scott James Remnant · 3 years ago
  99. 29404f9 pw_thread/snapshot: Unify snapshot logging by Ewout van Bekkum · 3 years ago
  100. db698f3 pw_thread_freertos: Add thread snapshot support by Ewout van Bekkum · 3 years ago