1. 890acb5 pw_kvs: Add KVS options for GC and recovery by David Rogers · 4 years, 5 months ago
  2. fac8113 pw_kvs: Put/Get updates by Wyatt Hepler · 4 years, 5 months ago
  3. c8fe1f5 FIX bad merge: pw_kvs: Add public garbage collection methods and prep for redundancy by David Rogers · 4 years, 5 months ago
  4. 9162748 pw_kvs: On init ensure there is at least one empty sector by David Rogers · 4 years, 5 months ago
  5. cd87c32 pw_kvs: Add public garbage collection methods and prep for redundancy by David Rogers · 4 years, 5 months ago
  6. 08d37d8 pw_kvs: Move KeyDescriptor from iterator to Item by Wyatt Hepler · 4 years, 5 months ago
  7. a0ba54f Roll GN to 239533d by Rob Mohr · 4 years, 5 months ago
  8. e3288e1 pw_kvs: Test cleanup; comment cleanup by Wyatt Hepler · 4 years, 5 months ago
  9. 0f2ad9f pw_kvs: Fix AlignedWrite issues; expand tests by Wyatt Hepler · 4 years, 5 months ago
  10. f707880 pw_status: StatusWithSize constants by Wyatt Hepler · 4 years, 5 months ago
  11. b43a5e6 pw_kvs: Expand KVS::Init() corruption tests by Alexei Frolov · 4 years, 5 months ago
  12. 9e23583 pw_kvs: Add space reporting methods by Alexei Frolov · 4 years, 5 months ago
  13. 118fc3c pw_kvs: Expand tests for error handling by Wyatt Hepler · 4 years, 5 months ago
  14. 7465be3 pw_kvs: Remove unnecessary alignment_bytes arg by Wyatt Hepler · 4 years, 5 months ago
  15. d4adf91 pw_kvs: Scan for entries after data loss by Alexei Frolov · 4 years, 5 months ago
  16. 0dd24a8 pw_kvs: Move span traits outside of public header by Keir Mierle · 4 years, 5 months ago
  17. ce7b8df pw_kvs: Minor cleanup - span usage, comments, logs by Wyatt Hepler · 4 years, 5 months ago
  18. 9e38b40 pw_kvs: Always burn transaction IDs by Keir Mierle · 4 years, 5 months ago
  19. 88adfe8 pw_kvs: Move EntryHeaderFormat to pw_kvs/format.h by Wyatt Hepler · 4 years, 5 months ago
  20. 0a52aed pw_kvs: Increment transaction ID only on success by Keir Mierle · 4 years, 5 months ago
  21. e2a36a2 pw_kvs: Map-backed test updates by Wyatt Hepler · 4 years, 5 months ago
  22. bdd8e5a pw_kvs: Move entry.h to public/pw_kvs/internal by Wyatt Hepler · 4 years, 5 months ago
  23. d229828 pw_kvs: Transaction count; Reset function by Wyatt Hepler · 4 years, 5 months ago
  24. 6592d29 pw_kvs: Add free space accounting for write errors by David Rogers · 4 years, 5 months ago
  25. 1fc1104 pw_kvs: Transcation ID and key descriptor refactor by Wyatt Hepler · 4 years, 5 months ago
  26. 38ce30f pw_kvs: Allow specifying max entries and sectors by Wyatt Hepler · 4 years, 5 months ago
  27. 972b5f4 pw_kvs: debug_cli usability improvements by Alexei Frolov · 4 years, 5 months ago
  28. 2c7eca0 pw_kvs: Move SectorDescriptor to its own header by Wyatt Hepler · 4 years, 5 months ago
  29. 5464d5f Change no-break spaces to regular spaces by Armando Montanez · 4 years, 5 months ago
  30. 5f6efc0 pw_kvs: Allow specifying an offset in Get by Wyatt Hepler · 4 years, 5 months ago
  31. 2e9e0c8 pw_kvs: Add additional logging by David Rogers · 4 years, 5 months ago
  32. 5406a67 pw_kvs: Check for values that are too large by Wyatt Hepler · 4 years, 5 months ago
  33. a00d1ef pw_kvs: Expand Entry tests; fix issues by Wyatt Hepler · 4 years, 5 months ago
  34. cdd6dfc pw_kvs: FlashMemory updates; test utilities by Wyatt Hepler · 4 years, 5 months ago
  35. e541e07 pw_kvs: Move reading and writing to Entry class by Wyatt Hepler · 4 years, 5 months ago
  36. 0307fcc pw_kvs: Check that AlignedWrite buffer is at least write alignment by David Rogers · 4 years, 5 months ago
  37. 2d40169 pw_kvs: Handle key hash collisions by Wyatt Hepler · 4 years, 5 months ago
  38. d31d970 pw_kvs: Rename format.h to entry.h by Wyatt Hepler · 4 years, 5 months ago
  39. 50f7077 Remove StatusWithSize implicit conversions by Wyatt Hepler · 4 years, 5 months ago
  40. 481a7ff pw_kvs/pw_minimal_cpp_stdlib: Add missing includes by Armando Montanez · 4 years, 5 months ago
  41. 0af6ad9 pw_kvs: Use key's current state in RelocateEntry by Wyatt Hepler · 4 years, 5 months ago
  42. 495b6ee pw_kvs: Map-backed tests by Wyatt Hepler · 4 years, 5 months ago
  43. 5981f31 pw_kvs: Fix null access in FindSectorToGarbageCollect() by David Rogers · 4 years, 5 months ago
  44. cf680ab pw_kvs: Fix return value for Get() by David Rogers · 4 years, 5 months ago
  45. be744c1 pw_kvs: Add test that reproduces failure on device. by David Rogers · 4 years, 5 months ago
  46. 38cfa98 pw_kvs: Checksum whole entry, including padding by Wyatt Hepler · 4 years, 5 months ago
  47. 30a5215 pw_kvs: Rename EntryHeader to Entry by Wyatt Hepler · 4 years, 5 months ago
  48. c656af2 pw_kvs: Implement AlignedChecksum by Wyatt Hepler · 4 years, 5 months ago
  49. 1927c28 pw_kvs: Split out aligned write functionality by Wyatt Hepler · 4 years, 5 months ago
  50. 6f4ef1b pw_kvs: Fix checksum finish usage by Armando Montanez · 4 years, 5 months ago
  51. bc6332c pw_minimal_cpp_stdlib: Various additions by Wyatt Hepler · 4 years, 5 months ago
  52. 1c329ca pw_kvs: Use pw::Vector for descriptor lists by Wyatt Hepler · 4 years, 5 months ago
  53. 72f9ca8 pw_kvs: Return StatusWithSize from Item::Get by Alexei Frolov · 4 years, 5 months ago
  54. 4879f74 pw_kvs: Fix shadowing, increase kMaxUsableSectors by Armando Montanez · 4 years, 5 months ago
  55. 16b0452 pw_kvs: Move test; disable dumping to file by Wyatt Hepler · 4 years, 5 months ago
  56. 0bde10a pw_kvs: Test cleanup by Wyatt Hepler · 4 years, 5 months ago
  57. 5603462 pw_kvs: Update checksum interface by Alexei Frolov · 4 years, 5 months ago
  58. 1c98e1e pw_kvs: Enable the crusher test by David Rogers · 4 years, 5 months ago
  59. 3464d0a pw_kvs: Fix bug related to relocation by David Rogers · 4 years, 5 months ago
  60. 50185ad pw_kvs: Add log sector method by David Rogers · 4 years, 5 months ago
  61. 57aa55b pw_kvs: Fuzz test for Put by Wyatt Hepler · 4 years, 5 months ago
  62. 1541d61 pw_kvs: Fix 2 bugs in finding sectors with space by David Rogers · 4 years, 5 months ago
  63. 2be76b0 pw_kvs: Add sector methods to remove free bytes and valid bytes by David Rogers · 4 years, 5 months ago
  64. df025cd pw_kvs: Fix relocation by David Rogers · 4 years, 5 months ago
  65. 116d116 pw_kvs: Alignment handling adjustments by Wyatt Hepler · 4 years, 5 months ago
  66. 97fc794 pw_kvs: Introduce alignment to the entry header by Wyatt Hepler · 4 years, 5 months ago
  67. 67f4b6c pw_kvs: Add debug logging for sector find and relocate entry by David Rogers · 4 years, 5 months ago
  68. 8fff434 pw_kvs: Expand comment about entry header magic by Keir Mierle · 4 years, 5 months ago
  69. 5a33d8c pw_kvs: Update valid_bytes for existing keys by Wyatt Hepler · 4 years, 5 months ago
  70. ad0a793 pw_kvs: Track the correct number of sectors by Wyatt Hepler · 4 years, 5 months ago
  71. 8e5d313 pw_kvs: Debug CLI tweaks to support delete by Wyatt Hepler · 4 years, 5 months ago
  72. 6c24c06 pw_kvs: Implement Delete; add tests by Wyatt Hepler · 4 years, 5 months ago
  73. 4d78cd6 pw_kvs: KeyDescriptor cleanup by Wyatt Hepler · 4 years, 5 months ago
  74. 8ce55cd pw_kvs: Improvements to FindSectorWithSpace() by David Rogers · 4 years, 5 months ago
  75. 729f28c pw_kvs: Implement initialized, naming cleanup by Wyatt Hepler · 4 years, 5 months ago
  76. 1c83000 pw_kvs: Verify magic and checksum in flash by Wyatt Hepler · 4 years, 5 months ago
  77. 595cf01 pw_kvs: Enable tests that now pass by Wyatt Hepler · 4 years, 5 months ago
  78. 93b889d pw_kvs: Move EntrySize to the EntryHeader class by Wyatt Hepler · 4 years, 5 months ago
  79. f0a3544 pw_kvs: Add implementation for RelocateEntry() by David Rogers · 4 years, 5 months ago
  80. 0a22358 pw_kvs: Verify checksum on write by Wyatt Hepler · 4 years, 5 months ago
  81. d621682 pw_kvs: Simple debug command line interface by Wyatt Hepler · 4 years, 5 months ago
  82. ad684a1 pw_kvs: Make in_memory_fake_flash.h library by Wyatt Hepler · 4 years, 5 months ago
  83. ce0da52 pw_kvs: Rename Entry to Item by Wyatt Hepler · 4 years, 5 months ago
  84. 6e3a83b pw_kvs: Get checksums working; enable test by Wyatt Hepler · 4 years, 5 months ago
  85. 8db5a72 pw_kvs: Modify FindSectorWithSpace() for extra default options by David Rogers · 4 years, 5 months ago
  86. bab0e20 pw_kvs: Implement checksum validation by Wyatt Hepler · 4 years, 5 months ago
  87. ed163b0 pw_kvs: Implement ValueSize by Wyatt Hepler · 4 years, 5 months ago
  88. 2e56887 pw_kvs: Test cleanup by Wyatt Hepler · 4 years, 5 months ago
  89. d5aa1c0 pw_kvs: FlashPartition Init function by Alexei Frolov · 4 years, 5 months ago
  90. f0bc5fb pw_kvs: Fix iterator by Wyatt Hepler · 4 years, 5 months ago
  91. ec4b935 pw_kvs: Implement CRC16 checksum for KVS by Wyatt Hepler · 4 years, 6 months ago
  92. da95eda Accessor for FlashPartition::start_sector_index_ by Alexei Frolov · 4 years, 5 months ago
  93. 82dae2d pw_kvs: Make address space conversion virtual by Alexei Frolov · 4 years, 6 months ago
  94. f0c2cdd Support C-style flash layer writes by Alexei Frolov · 4 years, 5 months ago
  95. cb7ae1a Expose FlashPartition members by Alexei Frolov · 4 years, 5 months ago
  96. 8c352dc pw_kvs: Implement KVS load from flash by Keir Mierle · 4 years, 5 months ago
  97. 2761aeb pw_kvs: Rename KeyMapEntry and SectorMapEntry by David Rogers · 4 years, 6 months ago
  98. a12786b pw_kvs: Add part of the garbage collection implementation by David Rogers · 4 years, 6 months ago
  99. 4da1fcb pw_kvs: Initial commit of new KVS design by Wyatt Hepler · 4 years, 6 months ago
  100. acaacf9 pw_kvs: Initial API changes by Wyatt Hepler · 4 years, 6 months ago