1. f298de4 pw_assert: Switch to the new header names by Wyatt Hepler · 3 years, 4 months ago
  2. 0cdb1a3 pw_log: Separate shortened macro name headers by Wyatt Hepler · 3 years, 4 months ago
  3. b6d5d7a pw_kvs: Add attributes on unused variables for debug by Prashanth Swaminathan · 3 years, 5 months ago
  4. f276c6b pw_status: Use new functions instead of variables by Wyatt Hepler · 3 years, 8 months ago
  5. 1b3da3a pw_status: Replace Status::Ok() with OkStatus() by Wyatt Hepler · 3 years, 6 months ago
  6. e64daf4 pw_kvs: Replace string_view with custom type by Rob Oliver · 3 years, 8 months ago
  7. ae222dc pw_kvs: Apply config pattern; configure log level by Wyatt Hepler · 3 years, 9 months ago
  8. 3c29837 pw_kvs: Count erases + HeavyMaintenance by David Rogers · 3 years, 9 months ago
  9. d78f7c6 pw_status: Update Status::CODE to Status::Code() by Wyatt Hepler · 3 years, 10 months ago
  10. c4dc864 pw_status: Minor update for PW_TRY macros by David Rogers · 3 years, 10 months ago
  11. b6b14b8 pw_status: Add TRY macros by David Rogers · 3 years, 10 months ago
  12. d28068e pw_kvs: Move log defines earlier by Keir Mierle · 4 years ago
  13. e2cbadf pw_span: Switch from pw::span to std::span by Wyatt Hepler · 4 years, 1 month ago
  14. 178002a pw_kvs: Check that the flash partition has minimum needed sectors by David Rogers · 4 years, 1 month ago
  15. 9fc78b8 pw_kvs: Switch log format strings from %z to %u by David Rogers · 4 years, 1 month ago
  16. d50eb1c pw_kvs: Don't use checksum for same value write check by David Rogers · 4 years, 2 months ago
  17. c010446 pw_kvs: Don't write key values that don't change by David Rogers · 4 years, 2 months ago
  18. 28ecccb pw_kvs: Use PW_LOG_MODULE_NAME by Armando Montanez · 4 years, 2 months ago
  19. 888370d Enable -Wshadow by Armando Montanez · 4 years, 2 months ago
  20. 35c3f84 pw_kvs: Update FullMaintenance garbage collection algorithm by David Rogers · 4 years, 3 months ago
  21. 344814b pw_kvs: Count deleted entries in redundancy update by Armando Montanez · 4 years, 3 months ago
  22. 17083bb pw_kvs: Log if failure to update entry format by Armando Montanez · 4 years, 3 months ago
  23. 0f8a1bb pw_kvs: Add garbage collection when fixing redundancy by David Rogers · 4 years, 3 months ago
  24. f8419ae pw_kvs: Don't count redundancy configuration updates towards errors by Armando Montanez · 4 years, 3 months ago
  25. cd13435 pw_kvs: Don't log errors or corruption if Init is adding redundancy by David Rogers · 4 years, 3 months ago
  26. 31b358b pw_kvs: Add method to force updating of entries to new format by David Rogers · 4 years, 3 months ago
  27. fcea325 pw_kvs: Reinit KVS metadata as part of the repair process by David Rogers · 4 years, 3 months ago
  28. 98fea47 pw_kvs: Add better error handling during read, write, and init by David Rogers · 4 years, 3 months ago
  29. 9abe3c7 pw_kvs: Add KVS error repair/recovery by David Rogers · 4 years, 4 months ago
  30. bfc6a52 pw_kvs: Define mutable iterator for EntryCache by Wyatt Hepler · 4 years, 3 months ago
  31. c84393f pw_kvs: Sectors abstraction by Wyatt Hepler · 4 years, 4 months ago
  32. 49766d9 pw_kvs: Add initial parts self-repair from errors by David Rogers · 4 years, 4 months ago
  33. 0294627 pw_kvs: EntryCache tests by Wyatt Hepler · 4 years, 4 months ago
  34. 7ded6da pw_kvs: EntryCache class by Wyatt Hepler · 4 years, 4 months ago
  35. ab3b249 pw_kvs: Remove temp buffer; redundancy changes by Wyatt Hepler · 4 years, 4 months ago
  36. c9d545e pw_kvs: Don't garbage collect sectors with copies of an in-progress key by David Rogers · 4 years, 4 months ago
  37. bf90481 pw_kvs: Fix constructor order issue by Keir Mierle · 4 years, 4 months ago
  38. 1d59456 pw_kvs: Functions for updating and copying entries by Wyatt Hepler · 4 years, 4 months ago
  39. f3884eb pw_kvs: Fix garbage collection for redundant entries by David Rogers · 4 years, 4 months ago
  40. a2562b5 pw_kvs: Add support for multiple redundant copies of entries by David Rogers · 4 years, 4 months ago
  41. 22d0d9f pw_kvs: Support multiple entry formats by Wyatt Hepler · 4 years, 4 months ago
  42. f56131c pw_kvs: Add support for tracking redundant entries by David Rogers · 4 years, 4 months ago
  43. 890acb5 pw_kvs: Add KVS options for GC and recovery by David Rogers · 4 years, 5 months ago
  44. fac8113 pw_kvs: Put/Get updates by Wyatt Hepler · 4 years, 5 months ago
  45. c8fe1f5 FIX bad merge: pw_kvs: Add public garbage collection methods and prep for redundancy by David Rogers · 4 years, 5 months ago
  46. 9162748 pw_kvs: On init ensure there is at least one empty sector by David Rogers · 4 years, 5 months ago
  47. cd87c32 pw_kvs: Add public garbage collection methods and prep for redundancy by David Rogers · 4 years, 5 months ago
  48. 08d37d8 pw_kvs: Move KeyDescriptor from iterator to Item by Wyatt Hepler · 4 years, 5 months ago
  49. e3288e1 pw_kvs: Test cleanup; comment cleanup by Wyatt Hepler · 4 years, 5 months ago
  50. f707880 pw_status: StatusWithSize constants by Wyatt Hepler · 4 years, 5 months ago
  51. 9e23583 pw_kvs: Add space reporting methods by Alexei Frolov · 4 years, 5 months ago
  52. 7465be3 pw_kvs: Remove unnecessary alignment_bytes arg by Wyatt Hepler · 4 years, 5 months ago
  53. d4adf91 pw_kvs: Scan for entries after data loss by Alexei Frolov · 4 years, 5 months ago
  54. ce7b8df pw_kvs: Minor cleanup - span usage, comments, logs by Wyatt Hepler · 4 years, 5 months ago
  55. 9e38b40 pw_kvs: Always burn transaction IDs by Keir Mierle · 4 years, 5 months ago
  56. 88adfe8 pw_kvs: Move EntryHeaderFormat to pw_kvs/format.h by Wyatt Hepler · 4 years, 5 months ago
  57. 0a52aed pw_kvs: Increment transaction ID only on success by Keir Mierle · 4 years, 5 months ago
  58. bdd8e5a pw_kvs: Move entry.h to public/pw_kvs/internal by Wyatt Hepler · 4 years, 5 months ago
  59. d229828 pw_kvs: Transaction count; Reset function by Wyatt Hepler · 4 years, 5 months ago
  60. 6592d29 pw_kvs: Add free space accounting for write errors by David Rogers · 4 years, 5 months ago
  61. 1fc1104 pw_kvs: Transcation ID and key descriptor refactor by Wyatt Hepler · 4 years, 5 months ago
  62. 38ce30f pw_kvs: Allow specifying max entries and sectors by Wyatt Hepler · 4 years, 5 months ago
  63. 2c7eca0 pw_kvs: Move SectorDescriptor to its own header by Wyatt Hepler · 4 years, 5 months ago
  64. 5464d5f Change no-break spaces to regular spaces by Armando Montanez · 4 years, 5 months ago
  65. 5f6efc0 pw_kvs: Allow specifying an offset in Get by Wyatt Hepler · 4 years, 5 months ago
  66. 2e9e0c8 pw_kvs: Add additional logging by David Rogers · 4 years, 5 months ago
  67. 5406a67 pw_kvs: Check for values that are too large by Wyatt Hepler · 4 years, 5 months ago
  68. a00d1ef pw_kvs: Expand Entry tests; fix issues by Wyatt Hepler · 4 years, 5 months ago
  69. e541e07 pw_kvs: Move reading and writing to Entry class by Wyatt Hepler · 4 years, 5 months ago
  70. 2d40169 pw_kvs: Handle key hash collisions by Wyatt Hepler · 4 years, 5 months ago
  71. d31d970 pw_kvs: Rename format.h to entry.h by Wyatt Hepler · 4 years, 5 months ago
  72. 50f7077 Remove StatusWithSize implicit conversions by Wyatt Hepler · 4 years, 5 months ago
  73. 0af6ad9 pw_kvs: Use key's current state in RelocateEntry by Wyatt Hepler · 4 years, 5 months ago
  74. 5981f31 pw_kvs: Fix null access in FindSectorToGarbageCollect() by David Rogers · 4 years, 5 months ago
  75. cf680ab pw_kvs: Fix return value for Get() by David Rogers · 4 years, 5 months ago
  76. 30a5215 pw_kvs: Rename EntryHeader to Entry by Wyatt Hepler · 4 years, 5 months ago
  77. 1927c28 pw_kvs: Split out aligned write functionality by Wyatt Hepler · 4 years, 5 months ago
  78. 1c329ca pw_kvs: Use pw::Vector for descriptor lists by Wyatt Hepler · 4 years, 5 months ago
  79. 3464d0a pw_kvs: Fix bug related to relocation by David Rogers · 4 years, 5 months ago
  80. 50185ad pw_kvs: Add log sector method by David Rogers · 4 years, 5 months ago
  81. 1541d61 pw_kvs: Fix 2 bugs in finding sectors with space by David Rogers · 4 years, 5 months ago
  82. 2be76b0 pw_kvs: Add sector methods to remove free bytes and valid bytes by David Rogers · 4 years, 5 months ago
  83. df025cd pw_kvs: Fix relocation by David Rogers · 4 years, 5 months ago
  84. 116d116 pw_kvs: Alignment handling adjustments by Wyatt Hepler · 4 years, 5 months ago
  85. 97fc794 pw_kvs: Introduce alignment to the entry header by Wyatt Hepler · 4 years, 5 months ago
  86. 67f4b6c pw_kvs: Add debug logging for sector find and relocate entry by David Rogers · 4 years, 5 months ago
  87. 5a33d8c pw_kvs: Update valid_bytes for existing keys by Wyatt Hepler · 4 years, 5 months ago
  88. ad0a793 pw_kvs: Track the correct number of sectors by Wyatt Hepler · 4 years, 5 months ago
  89. 6c24c06 pw_kvs: Implement Delete; add tests by Wyatt Hepler · 4 years, 5 months ago
  90. 4d78cd6 pw_kvs: KeyDescriptor cleanup by Wyatt Hepler · 4 years, 5 months ago
  91. 8ce55cd pw_kvs: Improvements to FindSectorWithSpace() by David Rogers · 4 years, 5 months ago
  92. 729f28c pw_kvs: Implement initialized, naming cleanup by Wyatt Hepler · 4 years, 5 months ago
  93. 93b889d pw_kvs: Move EntrySize to the EntryHeader class by Wyatt Hepler · 4 years, 5 months ago
  94. f0a3544 pw_kvs: Add implementation for RelocateEntry() by David Rogers · 4 years, 5 months ago
  95. 0a22358 pw_kvs: Verify checksum on write by Wyatt Hepler · 4 years, 5 months ago
  96. ce0da52 pw_kvs: Rename Entry to Item by Wyatt Hepler · 4 years, 5 months ago
  97. 6e3a83b pw_kvs: Get checksums working; enable test by Wyatt Hepler · 4 years, 5 months ago
  98. 8db5a72 pw_kvs: Modify FindSectorWithSpace() for extra default options by David Rogers · 4 years, 5 months ago
  99. bab0e20 pw_kvs: Implement checksum validation by Wyatt Hepler · 4 years, 5 months ago
  100. ed163b0 pw_kvs: Implement ValueSize by Wyatt Hepler · 4 years, 5 months ago