1. 28ec237 Remove constexpr from functions that assert by Armando Montanez · 4 years, 1 month ago
  2. d28068e pw_kvs: Move log defines earlier by Keir Mierle · 4 years, 1 month ago
  3. 6b3a6c9 pw_bytes: Utilities for building byte arrays by Wyatt Hepler · 4 years, 2 months ago
  4. a5c39a5 pw_kvs: Update build for test KVS and partition by David Rogers · 4 years, 1 month ago
  5. 6ee135f pw_kvs: add move ctor to FlashPartition by Ewout van Bekkum · 4 years, 1 month ago
  6. eaa2a69 pw_kvs: Add test_key_value_store by David Rogers · 4 years, 1 month ago
  7. 907570b pw_kvs: Add alignment check to FlashPartition by David Rogers · 4 years, 2 months ago
  8. 436b3aa pw_kvs: Update all KVS magics to be random numbers by David Rogers · 4 years, 2 months ago
  9. 02892d2 pw_kvs: Fix alignent init in FlashPartition by David Rogers · 4 years, 2 months ago
  10. 1f1ebb6 pw_kvs: Add KVS method to get max size key-value by David Rogers · 4 years, 2 months ago
  11. f490a08 pw_kvs: Fix sectors test by David Rogers · 4 years, 2 months ago
  12. 6a6dae6 pw_kvs: Add tests for FlashPartition by David Rogers · 4 years, 2 months ago
  13. a5661ef pw_kvs: Reduce stack usage of FlashPartition by David Rogers · 4 years, 2 months ago
  14. a149d64 pw_kvs: Add fix and test for Fake Flash by David Rogers · 4 years, 2 months ago
  15. 6a262b4 pw_kvs: Set KVS test to use any flash partition by David Rogers · 4 years, 2 months ago
  16. ca59296 pw_kvs: Add flash partition test by David Rogers · 4 years, 3 months ago
  17. 023f35b pw_polyfill, pw_minimal_cpp_stdlib: Fix namespace by Wyatt Hepler · 4 years, 3 months ago
  18. e67b551 pw_kvs: Add Address translation to FakeFlashMemory by David Rogers · 4 years, 3 months ago
  19. e2cbadf pw_span: Switch from pw::span to std::span by Wyatt Hepler · 4 years, 3 months ago
  20. 6d1a6c6 pw_span: Move pw_string, pw_unit_test to std::span by Wyatt Hepler · 4 years, 3 months ago
  21. 54956b5 pw_kvs: Remove the debug_cli by David Rogers · 4 years, 3 months ago
  22. 178002a pw_kvs: Check that the flash partition has minimum needed sectors by David Rogers · 4 years, 3 months ago
  23. 82bbce4 Remove legacy_target.gni by Armando Montanez · 4 years, 3 months ago
  24. fb3d3fb Don't declare pigweed variables as globals by Armando Montanez · 4 years, 3 months ago
  25. edd2f14 pw_build: Switch to pw_* target types by Alexei Frolov · 4 years, 3 months ago
  26. 9fc78b8 pw_kvs: Switch log format strings from %z to %u by David Rogers · 4 years, 3 months ago
  27. 96aa280 pw_kvs: Update float test to build for device by David Rogers · 4 years, 3 months ago
  28. 044065e roll: clang by Rob Mohr · 4 years, 4 months ago
  29. d64cc01 pw_kvs: Make fake flash memory a publicly accessible lib by David Rogers · 4 years, 4 months ago
  30. d50eb1c pw_kvs: Don't use checksum for same value write check by David Rogers · 4 years, 4 months ago
  31. c010446 pw_kvs: Don't write key values that don't change by David Rogers · 4 years, 5 months ago
  32. 28ecccb pw_kvs: Use PW_LOG_MODULE_NAME by Armando Montanez · 4 years, 5 months ago
  33. a8557ef Switch to wildcards for GN friend statements by Wyatt Hepler · 4 years, 5 months ago
  34. 888370d Enable -Wshadow by Armando Montanez · 4 years, 5 months ago
  35. d5138f3 pw_kvs: Fix GC selection "ping pong" bug by David Rogers · 4 years, 5 months ago
  36. 35c3f84 pw_kvs: Update FullMaintenance garbage collection algorithm by David Rogers · 4 years, 5 months ago
  37. 344814b pw_kvs: Count deleted entries in redundancy update by Armando Montanez · 4 years, 5 months ago
  38. 17083bb pw_kvs: Log if failure to update entry format by Armando Montanez · 4 years, 5 months ago
  39. 5007049 pw_kvs: Fix issues with format migration by Wyatt Hepler · 4 years, 5 months ago
  40. f9e93e1 pw_kvs: Don't start GC scan at first sector by Armando Montanez · 4 years, 5 months ago
  41. 0f8a1bb pw_kvs: Add garbage collection when fixing redundancy by David Rogers · 4 years, 5 months ago
  42. f8419ae pw_kvs: Don't count redundancy configuration updates towards errors by Armando Montanez · 4 years, 5 months ago
  43. cd13435 pw_kvs: Don't log errors or corruption if Init is adding redundancy by David Rogers · 4 years, 5 months ago
  44. 31b358b pw_kvs: Add method to force updating of entries to new format by David Rogers · 4 years, 5 months ago
  45. 39d2a03 pw_kvs: Add tests for failure on write by David Rogers · 4 years, 5 months ago
  46. fcea325 pw_kvs: Reinit KVS metadata as part of the repair process by David Rogers · 4 years, 6 months ago
  47. 98fea47 pw_kvs: Add better error handling during read, write, and init by David Rogers · 4 years, 6 months ago
  48. c5d4740 pw_kvs: Fix shadow declarations by Armando Montanez · 4 years, 6 months ago
  49. 0681948 Many changes to support stricter deps by Rob Mohr · 4 years, 6 months ago
  50. 883e740 pw_kvs: Make more methods const by Wyatt Hepler · 4 years, 6 months ago
  51. 4d61540 pw_log_basic: split bazel target by Rob Mohr · 4 years, 6 months ago
  52. 9abe3c7 pw_kvs: Add KVS error repair/recovery by David Rogers · 4 years, 6 months ago
  53. bfc6a52 pw_kvs: Define mutable iterator for EntryCache by Wyatt Hepler · 4 years, 6 months ago
  54. 09b3a2a pw_kvs: Fix printf-style format strings by Wyatt Hepler · 4 years, 6 months ago
  55. 5cc5ce8 pw_kvs: Add test flash partition that keeps stats by David Rogers · 4 years, 6 months ago
  56. c84393f pw_kvs: Sectors abstraction by Wyatt Hepler · 4 years, 6 months ago
  57. 2454f2d pw_kvs: Rename sector_descriptor.h to sectors.h by Wyatt Hepler · 4 years, 6 months ago
  58. 49766d9 pw_kvs: Add initial parts self-repair from errors by David Rogers · 4 years, 6 months ago
  59. 0294627 pw_kvs: EntryCache tests by Wyatt Hepler · 4 years, 6 months ago
  60. c9878f7 pw_kvs: Remove unused working buffer by kevin · 4 years, 6 months ago
  61. 53a2839 pw_kvs: Change GC on write configuration default to be one sector by David Rogers · 4 years, 6 months ago
  62. 7ded6da pw_kvs: EntryCache class by Wyatt Hepler · 4 years, 6 months ago
  63. 0054a9b Docs: Add missing RST docs by Armando Montanez · 4 years, 6 months ago
  64. 486ac57 pw_kvs: Small test cleanup by Wyatt Hepler · 4 years, 6 months ago
  65. ab3b249 pw_kvs: Remove temp buffer; redundancy changes by Wyatt Hepler · 4 years, 6 months ago
  66. c9d545e pw_kvs: Don't garbage collect sectors with copies of an in-progress key by David Rogers · 4 years, 6 months ago
  67. bf90481 pw_kvs: Fix constructor order issue by Keir Mierle · 4 years, 6 months ago
  68. 1d59456 pw_kvs: Functions for updating and copying entries by Wyatt Hepler · 4 years, 6 months ago
  69. f3884eb pw_kvs: Fix garbage collection for redundant entries by David Rogers · 4 years, 7 months ago
  70. 2890460 pw_kvs: AlignedWriter read-and-write function by Wyatt Hepler · 4 years, 7 months ago
  71. 7bc766e pw_kvs: Map-backed test updates by Wyatt Hepler · 4 years, 6 months ago
  72. ee6fd76 pw_kvs: Introduce Input interface by Wyatt Hepler · 4 years, 7 months ago
  73. 06b1b0b pw_kvs: Rename output.h to io.h by Wyatt Hepler · 4 years, 7 months ago
  74. a2562b5 pw_kvs: Add support for multiple redundant copies of entries by David Rogers · 4 years, 7 months ago
  75. 22d0d9f pw_kvs: Support multiple entry formats by Wyatt Hepler · 4 years, 7 months ago
  76. 8e94ed6 pw_kvs: Rename key_value_store_error_handling_test by Wyatt Hepler · 4 years, 7 months ago
  77. 613625e pw_kvs: IgnoreChecksum class by Wyatt Hepler · 4 years, 7 months ago
  78. f56131c pw_kvs: Add support for tracking redundant entries by David Rogers · 4 years, 7 months ago
  79. 890acb5 pw_kvs: Add KVS options for GC and recovery by David Rogers · 4 years, 7 months ago
  80. fac8113 pw_kvs: Put/Get updates by Wyatt Hepler · 4 years, 7 months ago
  81. c8fe1f5 FIX bad merge: pw_kvs: Add public garbage collection methods and prep for redundancy by David Rogers · 4 years, 7 months ago
  82. 9162748 pw_kvs: On init ensure there is at least one empty sector by David Rogers · 4 years, 7 months ago
  83. cd87c32 pw_kvs: Add public garbage collection methods and prep for redundancy by David Rogers · 4 years, 7 months ago
  84. 08d37d8 pw_kvs: Move KeyDescriptor from iterator to Item by Wyatt Hepler · 4 years, 7 months ago
  85. a0ba54f Roll GN to 239533d by Rob Mohr · 4 years, 7 months ago
  86. e3288e1 pw_kvs: Test cleanup; comment cleanup by Wyatt Hepler · 4 years, 7 months ago
  87. 0f2ad9f pw_kvs: Fix AlignedWrite issues; expand tests by Wyatt Hepler · 4 years, 7 months ago
  88. f707880 pw_status: StatusWithSize constants by Wyatt Hepler · 4 years, 7 months ago
  89. b43a5e6 pw_kvs: Expand KVS::Init() corruption tests by Alexei Frolov · 4 years, 7 months ago
  90. 9e23583 pw_kvs: Add space reporting methods by Alexei Frolov · 4 years, 7 months ago
  91. 118fc3c pw_kvs: Expand tests for error handling by Wyatt Hepler · 4 years, 7 months ago
  92. 7465be3 pw_kvs: Remove unnecessary alignment_bytes arg by Wyatt Hepler · 4 years, 7 months ago
  93. d4adf91 pw_kvs: Scan for entries after data loss by Alexei Frolov · 4 years, 7 months ago
  94. 0dd24a8 pw_kvs: Move span traits outside of public header by Keir Mierle · 4 years, 7 months ago
  95. ce7b8df pw_kvs: Minor cleanup - span usage, comments, logs by Wyatt Hepler · 4 years, 7 months ago
  96. 9e38b40 pw_kvs: Always burn transaction IDs by Keir Mierle · 4 years, 7 months ago
  97. 88adfe8 pw_kvs: Move EntryHeaderFormat to pw_kvs/format.h by Wyatt Hepler · 4 years, 7 months ago
  98. 0a52aed pw_kvs: Increment transaction ID only on success by Keir Mierle · 4 years, 7 months ago
  99. e2a36a2 pw_kvs: Map-backed test updates by Wyatt Hepler · 4 years, 7 months ago
  100. bdd8e5a pw_kvs: Move entry.h to public/pw_kvs/internal by Wyatt Hepler · 4 years, 7 months ago