- 044065e roll: clang by Rob Mohr · 4 years, 5 months ago
- d64cc01 pw_kvs: Make fake flash memory a publicly accessible lib by David Rogers · 4 years, 5 months ago
- d50eb1c pw_kvs: Don't use checksum for same value write check by David Rogers · 4 years, 6 months ago
- c010446 pw_kvs: Don't write key values that don't change by David Rogers · 4 years, 6 months ago
- 28ecccb pw_kvs: Use PW_LOG_MODULE_NAME by Armando Montanez · 4 years, 6 months ago
- a8557ef Switch to wildcards for GN friend statements by Wyatt Hepler · 4 years, 6 months ago
- 888370d Enable -Wshadow by Armando Montanez · 4 years, 6 months ago
- d5138f3 pw_kvs: Fix GC selection "ping pong" bug by David Rogers · 4 years, 6 months ago
- 35c3f84 pw_kvs: Update FullMaintenance garbage collection algorithm by David Rogers · 4 years, 7 months ago
- 344814b pw_kvs: Count deleted entries in redundancy update by Armando Montanez · 4 years, 6 months ago
- 17083bb pw_kvs: Log if failure to update entry format by Armando Montanez · 4 years, 6 months ago
- 5007049 pw_kvs: Fix issues with format migration by Wyatt Hepler · 4 years, 7 months ago
- f9e93e1 pw_kvs: Don't start GC scan at first sector by Armando Montanez · 4 years, 7 months ago
- 0f8a1bb pw_kvs: Add garbage collection when fixing redundancy by David Rogers · 4 years, 7 months ago
- f8419ae pw_kvs: Don't count redundancy configuration updates towards errors by Armando Montanez · 4 years, 7 months ago
- cd13435 pw_kvs: Don't log errors or corruption if Init is adding redundancy by David Rogers · 4 years, 7 months ago
- 31b358b pw_kvs: Add method to force updating of entries to new format by David Rogers · 4 years, 7 months ago
- 39d2a03 pw_kvs: Add tests for failure on write by David Rogers · 4 years, 7 months ago
- fcea325 pw_kvs: Reinit KVS metadata as part of the repair process by David Rogers · 4 years, 7 months ago
- 98fea47 pw_kvs: Add better error handling during read, write, and init by David Rogers · 4 years, 7 months ago
- c5d4740 pw_kvs: Fix shadow declarations by Armando Montanez · 4 years, 7 months ago
- 0681948 Many changes to support stricter deps by Rob Mohr · 4 years, 7 months ago
- 883e740 pw_kvs: Make more methods const by Wyatt Hepler · 4 years, 7 months ago
- 4d61540 pw_log_basic: split bazel target by Rob Mohr · 4 years, 7 months ago
- 9abe3c7 pw_kvs: Add KVS error repair/recovery by David Rogers · 4 years, 8 months ago
- bfc6a52 pw_kvs: Define mutable iterator for EntryCache by Wyatt Hepler · 4 years, 7 months ago
- 09b3a2a pw_kvs: Fix printf-style format strings by Wyatt Hepler · 4 years, 7 months ago
- 5cc5ce8 pw_kvs: Add test flash partition that keeps stats by David Rogers · 4 years, 8 months ago
- c84393f pw_kvs: Sectors abstraction by Wyatt Hepler · 4 years, 8 months ago
- 2454f2d pw_kvs: Rename sector_descriptor.h to sectors.h by Wyatt Hepler · 4 years, 8 months ago
- 49766d9 pw_kvs: Add initial parts self-repair from errors by David Rogers · 4 years, 8 months ago
- 0294627 pw_kvs: EntryCache tests by Wyatt Hepler · 4 years, 8 months ago
- c9878f7 pw_kvs: Remove unused working buffer by kevin · 4 years, 8 months ago
- 53a2839 pw_kvs: Change GC on write configuration default to be one sector by David Rogers · 4 years, 8 months ago
- 7ded6da pw_kvs: EntryCache class by Wyatt Hepler · 4 years, 8 months ago
- 0054a9b Docs: Add missing RST docs by Armando Montanez · 4 years, 8 months ago
- 486ac57 pw_kvs: Small test cleanup by Wyatt Hepler · 4 years, 8 months ago
- ab3b249 pw_kvs: Remove temp buffer; redundancy changes by Wyatt Hepler · 4 years, 8 months ago
- c9d545e pw_kvs: Don't garbage collect sectors with copies of an in-progress key by David Rogers · 4 years, 8 months ago
- bf90481 pw_kvs: Fix constructor order issue by Keir Mierle · 4 years, 8 months ago
- 1d59456 pw_kvs: Functions for updating and copying entries by Wyatt Hepler · 4 years, 8 months ago
- f3884eb pw_kvs: Fix garbage collection for redundant entries by David Rogers · 4 years, 8 months ago
- 2890460 pw_kvs: AlignedWriter read-and-write function by Wyatt Hepler · 4 years, 8 months ago
- 7bc766e pw_kvs: Map-backed test updates by Wyatt Hepler · 4 years, 8 months ago
- ee6fd76 pw_kvs: Introduce Input interface by Wyatt Hepler · 4 years, 8 months ago
- 06b1b0b pw_kvs: Rename output.h to io.h by Wyatt Hepler · 4 years, 8 months ago
- a2562b5 pw_kvs: Add support for multiple redundant copies of entries by David Rogers · 4 years, 8 months ago
- 22d0d9f pw_kvs: Support multiple entry formats by Wyatt Hepler · 4 years, 8 months ago
- 8e94ed6 pw_kvs: Rename key_value_store_error_handling_test by Wyatt Hepler · 4 years, 8 months ago
- 613625e pw_kvs: IgnoreChecksum class by Wyatt Hepler · 4 years, 8 months ago
- f56131c pw_kvs: Add support for tracking redundant entries by David Rogers · 4 years, 8 months ago
- 890acb5 pw_kvs: Add KVS options for GC and recovery by David Rogers · 4 years, 8 months ago
- fac8113 pw_kvs: Put/Get updates by Wyatt Hepler · 4 years, 8 months ago
- c8fe1f5 FIX bad merge: pw_kvs: Add public garbage collection methods and prep for redundancy by David Rogers · 4 years, 8 months ago
- 9162748 pw_kvs: On init ensure there is at least one empty sector by David Rogers · 4 years, 8 months ago
- cd87c32 pw_kvs: Add public garbage collection methods and prep for redundancy by David Rogers · 4 years, 8 months ago
- 08d37d8 pw_kvs: Move KeyDescriptor from iterator to Item by Wyatt Hepler · 4 years, 8 months ago
- a0ba54f Roll GN to 239533d by Rob Mohr · 4 years, 8 months ago
- e3288e1 pw_kvs: Test cleanup; comment cleanup by Wyatt Hepler · 4 years, 8 months ago
- 0f2ad9f pw_kvs: Fix AlignedWrite issues; expand tests by Wyatt Hepler · 4 years, 8 months ago
- f707880 pw_status: StatusWithSize constants by Wyatt Hepler · 4 years, 8 months ago
- b43a5e6 pw_kvs: Expand KVS::Init() corruption tests by Alexei Frolov · 4 years, 8 months ago
- 9e23583 pw_kvs: Add space reporting methods by Alexei Frolov · 4 years, 8 months ago
- 118fc3c pw_kvs: Expand tests for error handling by Wyatt Hepler · 4 years, 9 months ago
- 7465be3 pw_kvs: Remove unnecessary alignment_bytes arg by Wyatt Hepler · 4 years, 9 months ago
- d4adf91 pw_kvs: Scan for entries after data loss by Alexei Frolov · 4 years, 9 months ago
- 0dd24a8 pw_kvs: Move span traits outside of public header by Keir Mierle · 4 years, 9 months ago
- ce7b8df pw_kvs: Minor cleanup - span usage, comments, logs by Wyatt Hepler · 4 years, 9 months ago
- 9e38b40 pw_kvs: Always burn transaction IDs by Keir Mierle · 4 years, 9 months ago
- 88adfe8 pw_kvs: Move EntryHeaderFormat to pw_kvs/format.h by Wyatt Hepler · 4 years, 9 months ago
- 0a52aed pw_kvs: Increment transaction ID only on success by Keir Mierle · 4 years, 9 months ago
- e2a36a2 pw_kvs: Map-backed test updates by Wyatt Hepler · 4 years, 9 months ago
- bdd8e5a pw_kvs: Move entry.h to public/pw_kvs/internal by Wyatt Hepler · 4 years, 9 months ago
- d229828 pw_kvs: Transaction count; Reset function by Wyatt Hepler · 4 years, 9 months ago
- 6592d29 pw_kvs: Add free space accounting for write errors by David Rogers · 4 years, 9 months ago
- 1fc1104 pw_kvs: Transcation ID and key descriptor refactor by Wyatt Hepler · 4 years, 9 months ago
- 38ce30f pw_kvs: Allow specifying max entries and sectors by Wyatt Hepler · 4 years, 9 months ago
- 972b5f4 pw_kvs: debug_cli usability improvements by Alexei Frolov · 4 years, 9 months ago
- 2c7eca0 pw_kvs: Move SectorDescriptor to its own header by Wyatt Hepler · 4 years, 9 months ago
- 5464d5f Change no-break spaces to regular spaces by Armando Montanez · 4 years, 9 months ago
- 5f6efc0 pw_kvs: Allow specifying an offset in Get by Wyatt Hepler · 4 years, 9 months ago
- 2e9e0c8 pw_kvs: Add additional logging by David Rogers · 4 years, 9 months ago
- 5406a67 pw_kvs: Check for values that are too large by Wyatt Hepler · 4 years, 9 months ago
- a00d1ef pw_kvs: Expand Entry tests; fix issues by Wyatt Hepler · 4 years, 9 months ago
- cdd6dfc pw_kvs: FlashMemory updates; test utilities by Wyatt Hepler · 4 years, 9 months ago
- e541e07 pw_kvs: Move reading and writing to Entry class by Wyatt Hepler · 4 years, 9 months ago
- 0307fcc pw_kvs: Check that AlignedWrite buffer is at least write alignment by David Rogers · 4 years, 9 months ago
- 2d40169 pw_kvs: Handle key hash collisions by Wyatt Hepler · 4 years, 9 months ago
- d31d970 pw_kvs: Rename format.h to entry.h by Wyatt Hepler · 4 years, 9 months ago
- 50f7077 Remove StatusWithSize implicit conversions by Wyatt Hepler · 4 years, 9 months ago
- 481a7ff pw_kvs/pw_minimal_cpp_stdlib: Add missing includes by Armando Montanez · 4 years, 9 months ago
- 0af6ad9 pw_kvs: Use key's current state in RelocateEntry by Wyatt Hepler · 4 years, 9 months ago
- 495b6ee pw_kvs: Map-backed tests by Wyatt Hepler · 4 years, 9 months ago
- 5981f31 pw_kvs: Fix null access in FindSectorToGarbageCollect() by David Rogers · 4 years, 9 months ago
- cf680ab pw_kvs: Fix return value for Get() by David Rogers · 4 years, 9 months ago
- be744c1 pw_kvs: Add test that reproduces failure on device. by David Rogers · 4 years, 9 months ago
- 38cfa98 pw_kvs: Checksum whole entry, including padding by Wyatt Hepler · 4 years, 9 months ago
- 30a5215 pw_kvs: Rename EntryHeader to Entry by Wyatt Hepler · 4 years, 9 months ago
- c656af2 pw_kvs: Implement AlignedChecksum by Wyatt Hepler · 4 years, 9 months ago
- 1927c28 pw_kvs: Split out aligned write functionality by Wyatt Hepler · 4 years, 9 months ago