- f61adbd pw_kvs: Make kvs compile with C++14 by Rob Oliver · 2 years, 3 months ago
- e64daf4 pw_kvs: Replace string_view with custom type by Rob Oliver · 2 years, 3 months ago
- 3c29837 pw_kvs: Count erases + HeavyMaintenance by David Rogers · 2 years, 6 months ago
- 1f1ebb6 pw_kvs: Add KVS method to get max size key-value by David Rogers · 2 years, 8 months ago
- e2cbadf pw_span: Switch from pw::span to std::span by Wyatt Hepler · 2 years, 9 months ago
- d50eb1c pw_kvs: Don't use checksum for same value write check by David Rogers · 2 years, 11 months ago
- c010446 pw_kvs: Don't write key values that don't change by David Rogers · 2 years, 11 months ago
- 35c3f84 pw_kvs: Update FullMaintenance garbage collection algorithm by David Rogers · 3 years ago
- 0f8a1bb pw_kvs: Add garbage collection when fixing redundancy by David Rogers · 3 years ago
- cd13435 pw_kvs: Don't log errors or corruption if Init is adding redundancy by David Rogers · 3 years ago
- 31b358b pw_kvs: Add method to force updating of entries to new format by David Rogers · 3 years ago
- fcea325 pw_kvs: Reinit KVS metadata as part of the repair process by David Rogers · 3 years ago
- 98fea47 pw_kvs: Add better error handling during read, write, and init by David Rogers · 3 years ago
- c5d4740 pw_kvs: Fix shadow declarations by Armando Montanez · 3 years ago
- 9abe3c7 pw_kvs: Add KVS error repair/recovery by David Rogers · 3 years ago
- bfc6a52 pw_kvs: Define mutable iterator for EntryCache by Wyatt Hepler · 3 years ago
- c84393f pw_kvs: Sectors abstraction by Wyatt Hepler · 3 years ago
- 2454f2d pw_kvs: Rename sector_descriptor.h to sectors.h by Wyatt Hepler · 3 years ago
- 49766d9 pw_kvs: Add initial parts self-repair from errors by David Rogers · 3 years ago
- c9878f7 pw_kvs: Remove unused working buffer by kevin · 3 years ago
- 53a2839 pw_kvs: Change GC on write configuration default to be one sector by David Rogers · 3 years ago
- 7ded6da pw_kvs: EntryCache class by Wyatt Hepler · 3 years ago
- ab3b249 pw_kvs: Remove temp buffer; redundancy changes by Wyatt Hepler · 3 years, 1 month ago
- c9d545e pw_kvs: Don't garbage collect sectors with copies of an in-progress key by David Rogers · 3 years, 1 month ago
- bf90481 pw_kvs: Fix constructor order issue by Keir Mierle · 3 years, 1 month ago
- f3884eb pw_kvs: Fix garbage collection for redundant entries by David Rogers · 3 years, 1 month ago
- a2562b5 pw_kvs: Add support for multiple redundant copies of entries by David Rogers · 3 years, 1 month ago
- 22d0d9f pw_kvs: Support multiple entry formats by Wyatt Hepler · 3 years, 1 month ago
- f56131c pw_kvs: Add support for tracking redundant entries by David Rogers · 3 years, 1 month ago
- 890acb5 pw_kvs: Add KVS options for GC and recovery by David Rogers · 3 years, 1 month ago
- fac8113 pw_kvs: Put/Get updates by Wyatt Hepler · 3 years, 1 month ago
- c8fe1f5 FIX bad merge: pw_kvs: Add public garbage collection methods and prep for redundancy by David Rogers · 3 years, 1 month ago
- cd87c32 pw_kvs: Add public garbage collection methods and prep for redundancy by David Rogers · 3 years, 1 month ago
- 08d37d8 pw_kvs: Move KeyDescriptor from iterator to Item by Wyatt Hepler · 3 years, 1 month ago
- e3288e1 pw_kvs: Test cleanup; comment cleanup by Wyatt Hepler · 3 years, 1 month ago
- 0f2ad9f pw_kvs: Fix AlignedWrite issues; expand tests by Wyatt Hepler · 3 years, 1 month ago
- 9e23583 pw_kvs: Add space reporting methods by Alexei Frolov · 3 years, 1 month ago
- d4adf91 pw_kvs: Scan for entries after data loss by Alexei Frolov · 3 years, 1 month ago
- 0dd24a8 pw_kvs: Move span traits outside of public header by Keir Mierle · 3 years, 1 month ago
- ce7b8df pw_kvs: Minor cleanup - span usage, comments, logs by Wyatt Hepler · 3 years, 1 month ago
- 88adfe8 pw_kvs: Move EntryHeaderFormat to pw_kvs/format.h by Wyatt Hepler · 3 years, 1 month ago
- bdd8e5a pw_kvs: Move entry.h to public/pw_kvs/internal by Wyatt Hepler · 3 years, 1 month ago
- d229828 pw_kvs: Transaction count; Reset function by Wyatt Hepler · 3 years, 1 month ago
- 1fc1104 pw_kvs: Transcation ID and key descriptor refactor by Wyatt Hepler · 3 years, 1 month ago
- 38ce30f pw_kvs: Allow specifying max entries and sectors by Wyatt Hepler · 3 years, 1 month ago
- 2c7eca0 pw_kvs: Move SectorDescriptor to its own header by Wyatt Hepler · 3 years, 1 month ago
- 5f6efc0 pw_kvs: Allow specifying an offset in Get by Wyatt Hepler · 3 years, 1 month ago
- 5406a67 pw_kvs: Check for values that are too large by Wyatt Hepler · 3 years, 1 month ago
- a00d1ef pw_kvs: Expand Entry tests; fix issues by Wyatt Hepler · 3 years, 1 month ago
- e541e07 pw_kvs: Move reading and writing to Entry class by Wyatt Hepler · 3 years, 2 months ago
- 2d40169 pw_kvs: Handle key hash collisions by Wyatt Hepler · 3 years, 2 months ago
- 481a7ff pw_kvs/pw_minimal_cpp_stdlib: Add missing includes by Armando Montanez · 3 years, 2 months ago
- 0af6ad9 pw_kvs: Use key's current state in RelocateEntry by Wyatt Hepler · 3 years, 2 months ago
- cf680ab pw_kvs: Fix return value for Get() by David Rogers · 3 years, 2 months ago
- 30a5215 pw_kvs: Rename EntryHeader to Entry by Wyatt Hepler · 3 years, 2 months ago
- 1c329ca pw_kvs: Use pw::Vector for descriptor lists by Wyatt Hepler · 3 years, 2 months ago
- 72f9ca8 pw_kvs: Return StatusWithSize from Item::Get by Alexei Frolov · 3 years, 2 months ago
- 4879f74 pw_kvs: Fix shadowing, increase kMaxUsableSectors by Armando Montanez · 3 years, 2 months ago
- 3464d0a pw_kvs: Fix bug related to relocation by David Rogers · 3 years, 2 months ago
- 50185ad pw_kvs: Add log sector method by David Rogers · 3 years, 2 months ago
- 1541d61 pw_kvs: Fix 2 bugs in finding sectors with space by David Rogers · 3 years, 2 months ago
- 2be76b0 pw_kvs: Add sector methods to remove free bytes and valid bytes by David Rogers · 3 years, 2 months ago
- 8fff434 pw_kvs: Expand comment about entry header magic by Keir Mierle · 3 years, 2 months ago
- 5a33d8c pw_kvs: Update valid_bytes for existing keys by Wyatt Hepler · 3 years, 2 months ago
- ad0a793 pw_kvs: Track the correct number of sectors by Wyatt Hepler · 3 years, 2 months ago
- 6c24c06 pw_kvs: Implement Delete; add tests by Wyatt Hepler · 3 years, 2 months ago
- 4d78cd6 pw_kvs: KeyDescriptor cleanup by Wyatt Hepler · 3 years, 2 months ago
- 8ce55cd pw_kvs: Improvements to FindSectorWithSpace() by David Rogers · 3 years, 2 months ago
- 729f28c pw_kvs: Implement initialized, naming cleanup by Wyatt Hepler · 3 years, 2 months ago
- f0a3544 pw_kvs: Add implementation for RelocateEntry() by David Rogers · 3 years, 2 months ago
- 0a22358 pw_kvs: Verify checksum on write by Wyatt Hepler · 3 years, 2 months ago
- ce0da52 pw_kvs: Rename Entry to Item by Wyatt Hepler · 3 years, 2 months ago
- 6e3a83b pw_kvs: Get checksums working; enable test by Wyatt Hepler · 3 years, 2 months ago
- 8db5a72 pw_kvs: Modify FindSectorWithSpace() for extra default options by David Rogers · 3 years, 2 months ago
- bab0e20 pw_kvs: Implement checksum validation by Wyatt Hepler · 3 years, 2 months ago
- ed163b0 pw_kvs: Implement ValueSize by Wyatt Hepler · 3 years, 2 months ago
- f0bc5fb pw_kvs: Fix iterator by Wyatt Hepler · 3 years, 2 months ago
- 8c352dc pw_kvs: Implement KVS load from flash by Keir Mierle · 3 years, 2 months ago
- 2761aeb pw_kvs: Rename KeyMapEntry and SectorMapEntry by David Rogers · 3 years, 2 months ago
- a12786b pw_kvs: Add part of the garbage collection implementation by David Rogers · 3 years, 2 months ago
- 4da1fcb pw_kvs: Initial commit of new KVS design by Wyatt Hepler · 3 years, 2 months ago
- acaacf9 pw_kvs: Initial API changes by Wyatt Hepler · 3 years, 2 months ago
- 2ad6067 pw_kvs: Add to build; get tests passing by Wyatt Hepler · 3 years, 2 months ago
- b760954 pw_kvs: Initial commit of key value store module by Wyatt Hepler · 3 years, 2 months ago