1. c3ea406 pw_kvs: Restore implicitly deleted constructor by Armando Montanez · 3 years, 2 months ago
  2. 6eba68b pw_kvs: Use inclusive language by Rob Mohr · 3 years, 3 months ago
  3. f89f137 pw_string: redo pw::string::Length by Ewout van Bekkum · 3 years, 3 months ago
  4. 9e51656 pw_docs: Fixup minor typos, add clarifications by Shiva Rajagopal · 3 years, 3 months ago
  5. 5a5bf85 pw_presubmit: Disable broken, enable fixed by Wyatt Hepler · 3 years, 3 months ago
  6. f298de4 pw_assert: Switch to the new header names by Wyatt Hepler · 3 years, 5 months ago
  7. 67cf06d pw_kvs: Restructure KVS fuzz tests by David Rogers · 3 years, 4 months ago
  8. a1113be workspace: Adding bazel build formatter/linter by Nathaniel Brough · 3 years, 5 months ago
  9. 3f12bff pw_kvs: Minor varaiable naming cleanup by David Rogers · 3 years, 4 months ago
  10. 5a0450d Re-enable asserts in headers by Alexei Frolov · 3 years, 10 months ago
  11. a77e5e7 Fixes for GCC 10 compatibility by Wyatt Hepler · 3 years, 4 months ago
  12. 5ea3340 style: update non-type template args to kCamelCase by Ewout van Bekkum · 3 years, 5 months ago
  13. 0cdb1a3 pw_log: Separate shortened macro name headers by Wyatt Hepler · 3 years, 5 months ago
  14. b6d5d7a pw_kvs: Add attributes on unused variables for debug by Prashanth Swaminathan · 3 years, 6 months ago
  15. 1ee925c pw_toolchain: ARM clang toolchain by Armando Montanez · 4 years, 2 months ago
  16. 7925430 pw_kvs: Fix static analysis failure in unittest by Prashanth Swaminathan · 3 years, 6 months ago
  17. a2c4d1d pw_kvs: Add KVS size report by David Rogers · 3 years, 7 months ago
  18. 7abd8cc pw_span: Provide <span> through pw_polyfill by Wyatt Hepler · 3 years, 7 months ago
  19. f276c6b pw_status: Use new functions instead of variables by Wyatt Hepler · 3 years, 9 months ago
  20. 1b3da3a pw_status: Replace Status::Ok() with OkStatus() by Wyatt Hepler · 3 years, 7 months ago
  21. f61adbd pw_kvs: Make kvs compile with C++14 by Rob Oliver · 3 years, 8 months ago
  22. e64daf4 pw_kvs: Replace string_view with custom type by Rob Oliver · 3 years, 9 months ago
  23. 2debeb6 pw_kvs: Alternate ConvertsToSpan implementation by Wyatt Hepler · 3 years, 8 months ago
  24. a17fbdd pw_status: Remove implicit conversion to pw_Status by Wyatt Hepler · 3 years, 9 months ago
  25. 0a6f763 CMake: Revamp CMake build by Wyatt Hepler · 3 years, 10 months ago
  26. dcdd486 pw_kvs: add to docs by David Rogers · 3 years, 10 months ago
  27. e4d7b69 pw_build: add "-Wundef" to strict_warnings by Ewout van Bekkum · 3 years, 10 months ago
  28. ae222dc pw_kvs: Apply config pattern; configure log level by Wyatt Hepler · 3 years, 10 months ago
  29. d49f8fe BUILD.gn files: Improve import formatting by Wyatt Hepler · 3 years, 10 months ago
  30. 3c29837 pw_kvs: Count erases + HeavyMaintenance by David Rogers · 3 years, 10 months ago
  31. 9a9ed13 pw_kvs: de-inline FlashPartition constructor by Paul Mathieu · 3 years, 10 months ago
  32. f9fb90f docs: Make labels consistent; remove boilerplate by Wyatt Hepler · 3 years, 11 months ago
  33. d78f7c6 pw_status: Update Status::CODE to Status::Code() by Wyatt Hepler · 3 years, 11 months ago
  34. d833dff pw_kvs: FlashPartition add erased_memory_content() by David Rogers · 3 years, 11 months ago
  35. c4dc864 pw_status: Minor update for PW_TRY macros by David Rogers · 4 years ago
  36. b6b14b8 pw_status: Add TRY macros by David Rogers · 4 years ago
  37. 12f66a1 pw_checksum: Rename CRC-16-CCITT files by Wyatt Hepler · 4 years ago
  38. eb8a34c pw_checksum: CRC classes; Update CRC-16-CCITT name by Wyatt Hepler · 4 years ago
  39. 28ec237 Remove constexpr from functions that assert by Armando Montanez · 4 years ago
  40. d28068e pw_kvs: Move log defines earlier by Keir Mierle · 4 years ago
  41. 6b3a6c9 pw_bytes: Utilities for building byte arrays by Wyatt Hepler · 4 years ago
  42. a5c39a5 pw_kvs: Update build for test KVS and partition by David Rogers · 4 years ago
  43. 6ee135f pw_kvs: add move ctor to FlashPartition by Ewout van Bekkum · 4 years ago
  44. eaa2a69 pw_kvs: Add test_key_value_store by David Rogers · 4 years ago
  45. 907570b pw_kvs: Add alignment check to FlashPartition by David Rogers · 4 years ago
  46. 436b3aa pw_kvs: Update all KVS magics to be random numbers by David Rogers · 4 years ago
  47. 02892d2 pw_kvs: Fix alignent init in FlashPartition by David Rogers · 4 years ago
  48. 1f1ebb6 pw_kvs: Add KVS method to get max size key-value by David Rogers · 4 years, 1 month ago
  49. f490a08 pw_kvs: Fix sectors test by David Rogers · 4 years, 1 month ago
  50. 6a6dae6 pw_kvs: Add tests for FlashPartition by David Rogers · 4 years, 1 month ago
  51. a5661ef pw_kvs: Reduce stack usage of FlashPartition by David Rogers · 4 years, 1 month ago
  52. a149d64 pw_kvs: Add fix and test for Fake Flash by David Rogers · 4 years, 1 month ago
  53. 6a262b4 pw_kvs: Set KVS test to use any flash partition by David Rogers · 4 years, 1 month ago
  54. ca59296 pw_kvs: Add flash partition test by David Rogers · 4 years, 1 month ago
  55. 023f35b pw_polyfill, pw_minimal_cpp_stdlib: Fix namespace by Wyatt Hepler · 4 years, 1 month ago
  56. e67b551 pw_kvs: Add Address translation to FakeFlashMemory by David Rogers · 4 years, 1 month ago
  57. e2cbadf pw_span: Switch from pw::span to std::span by Wyatt Hepler · 4 years, 2 months ago
  58. 6d1a6c6 pw_span: Move pw_string, pw_unit_test to std::span by Wyatt Hepler · 4 years, 2 months ago
  59. 54956b5 pw_kvs: Remove the debug_cli by David Rogers · 4 years, 2 months ago
  60. 178002a pw_kvs: Check that the flash partition has minimum needed sectors by David Rogers · 4 years, 2 months ago
  61. 82bbce4 Remove legacy_target.gni by Armando Montanez · 4 years, 2 months ago
  62. fb3d3fb Don't declare pigweed variables as globals by Armando Montanez · 4 years, 2 months ago
  63. edd2f14 pw_build: Switch to pw_* target types by Alexei Frolov · 4 years, 2 months ago
  64. 9fc78b8 pw_kvs: Switch log format strings from %z to %u by David Rogers · 4 years, 2 months ago
  65. 96aa280 pw_kvs: Update float test to build for device by David Rogers · 4 years, 2 months ago
  66. 044065e roll: clang by Rob Mohr · 4 years, 2 months ago
  67. d64cc01 pw_kvs: Make fake flash memory a publicly accessible lib by David Rogers · 4 years, 3 months ago
  68. d50eb1c pw_kvs: Don't use checksum for same value write check by David Rogers · 4 years, 3 months ago
  69. c010446 pw_kvs: Don't write key values that don't change by David Rogers · 4 years, 3 months ago
  70. 28ecccb pw_kvs: Use PW_LOG_MODULE_NAME by Armando Montanez · 4 years, 3 months ago
  71. a8557ef Switch to wildcards for GN friend statements by Wyatt Hepler · 4 years, 3 months ago
  72. 888370d Enable -Wshadow by Armando Montanez · 4 years, 3 months ago
  73. d5138f3 pw_kvs: Fix GC selection "ping pong" bug by David Rogers · 4 years, 4 months ago
  74. 35c3f84 pw_kvs: Update FullMaintenance garbage collection algorithm by David Rogers · 4 years, 4 months ago
  75. 344814b pw_kvs: Count deleted entries in redundancy update by Armando Montanez · 4 years, 4 months ago
  76. 17083bb pw_kvs: Log if failure to update entry format by Armando Montanez · 4 years, 4 months ago
  77. 5007049 pw_kvs: Fix issues with format migration by Wyatt Hepler · 4 years, 4 months ago
  78. f9e93e1 pw_kvs: Don't start GC scan at first sector by Armando Montanez · 4 years, 4 months ago
  79. 0f8a1bb pw_kvs: Add garbage collection when fixing redundancy by David Rogers · 4 years, 4 months ago
  80. f8419ae pw_kvs: Don't count redundancy configuration updates towards errors by Armando Montanez · 4 years, 4 months ago
  81. cd13435 pw_kvs: Don't log errors or corruption if Init is adding redundancy by David Rogers · 4 years, 4 months ago
  82. 31b358b pw_kvs: Add method to force updating of entries to new format by David Rogers · 4 years, 4 months ago
  83. 39d2a03 pw_kvs: Add tests for failure on write by David Rogers · 4 years, 4 months ago
  84. fcea325 pw_kvs: Reinit KVS metadata as part of the repair process by David Rogers · 4 years, 4 months ago
  85. 98fea47 pw_kvs: Add better error handling during read, write, and init by David Rogers · 4 years, 4 months ago
  86. c5d4740 pw_kvs: Fix shadow declarations by Armando Montanez · 4 years, 4 months ago
  87. 0681948 Many changes to support stricter deps by Rob Mohr · 4 years, 4 months ago
  88. 883e740 pw_kvs: Make more methods const by Wyatt Hepler · 4 years, 4 months ago
  89. 4d61540 pw_log_basic: split bazel target by Rob Mohr · 4 years, 4 months ago
  90. 9abe3c7 pw_kvs: Add KVS error repair/recovery by David Rogers · 4 years, 5 months ago
  91. bfc6a52 pw_kvs: Define mutable iterator for EntryCache by Wyatt Hepler · 4 years, 4 months ago
  92. 09b3a2a pw_kvs: Fix printf-style format strings by Wyatt Hepler · 4 years, 5 months ago
  93. 5cc5ce8 pw_kvs: Add test flash partition that keeps stats by David Rogers · 4 years, 5 months ago
  94. c84393f pw_kvs: Sectors abstraction by Wyatt Hepler · 4 years, 5 months ago
  95. 2454f2d pw_kvs: Rename sector_descriptor.h to sectors.h by Wyatt Hepler · 4 years, 5 months ago
  96. 49766d9 pw_kvs: Add initial parts self-repair from errors by David Rogers · 4 years, 5 months ago
  97. 0294627 pw_kvs: EntryCache tests by Wyatt Hepler · 4 years, 5 months ago
  98. c9878f7 pw_kvs: Remove unused working buffer by kevin · 4 years, 5 months ago
  99. 53a2839 pw_kvs: Change GC on write configuration default to be one sector by David Rogers · 4 years, 5 months ago
  100. 7ded6da pw_kvs: EntryCache class by Wyatt Hepler · 4 years, 5 months ago