aboutsummaryrefslogtreecommitdiff
path: root/pw_kvs/key_value_store_test.cc
AgeCommit message (Expand)Author
2020-10-14pw_kvs: Count erases + HeavyMaintenanceDavid Rogers
2020-09-30pw_status: Update Status::CODE to Status::Code()Wyatt Hepler
2020-09-14pw_status: Add TRY macrosDavid Rogers
2020-09-09pw_checksum: Rename CRC-16-CCITT filesWyatt Hepler
2020-09-09pw_checksum: CRC classes; Update CRC-16-CCITT nameWyatt Hepler
2020-08-11pw_bytes: Utilities for building byte arraysWyatt Hepler
2020-08-03pw_kvs: Update all KVS magics to be random numbersDavid Rogers
2020-07-21pw_kvs: Add KVS method to get max size key-valueDavid Rogers
2020-07-11pw_kvs: Set KVS test to use any flash partitionDavid Rogers
2020-07-11pw_kvs: Add flash partition testDavid Rogers
2020-07-01pw_span: Switch from pw::span to std::spanWyatt Hepler
2020-06-16pw_kvs: Check that the flash partition has minimum needed sectorsDavid Rogers
2020-06-11pw_kvs: Update float test to build for deviceDavid Rogers
2020-05-31roll: clangRob Mohr
2020-05-27pw_kvs: Make fake flash memory a publicly accessible libDavid Rogers
2020-05-13pw_kvs: Don't use checksum for same value write checkDavid Rogers
2020-05-11pw_kvs: Don't write key values that don't changeDavid Rogers
2020-05-04Enable -WshadowArmando Montanez
2020-03-10pw_kvs: Fix garbage collection for redundant entriesDavid Rogers
2020-02-28pw_kvs: Put/Get updatesWyatt Hepler
2020-02-26pw_kvs: Test cleanup; comment cleanupWyatt Hepler
2020-02-21pw_kvs: Move EntryHeaderFormat to pw_kvs/format.hWyatt Hepler
2020-02-20pw_kvs: Move entry.h to public/pw_kvs/internalWyatt Hepler
2020-02-20pw_kvs: Transcation ID and key descriptor refactorWyatt Hepler
2020-02-21pw_kvs: Allow specifying max entries and sectorsWyatt Hepler
2020-02-19pw_kvs: Allow specifying an offset in GetWyatt Hepler
2020-02-19pw_kvs: Check for values that are too largeWyatt Hepler
2020-02-19pw_kvs: Expand Entry tests; fix issuesWyatt Hepler
2020-02-19pw_kvs: FlashMemory updates; test utilitiesWyatt Hepler
2020-02-14pw_kvs: Handle key hash collisionsWyatt Hepler
2020-02-14pw_kvs: Rename format.h to entry.hWyatt Hepler
2020-02-14Remove StatusWithSize implicit conversionsWyatt Hepler
2020-02-13pw_kvs: Fix return value for Get()David Rogers
2020-02-13pw_kvs: Add test that reproduces failure on device.David Rogers
2020-02-10pw_minimal_cpp_stdlib: Various additionsWyatt Hepler
2020-02-07pw_kvs: Move test; disable dumping to fileWyatt Hepler
2020-02-07pw_kvs: Test cleanupWyatt Hepler
2020-02-07pw_kvs: Enable the crusher testDavid Rogers
2020-02-07pw_kvs: Fuzz test for PutWyatt Hepler
2020-02-06pw_kvs: Fix relocationDavid Rogers
2020-02-07pw_kvs: Alignment handling adjustmentsWyatt Hepler
2020-02-06pw_kvs: Track the correct number of sectorsWyatt Hepler
2020-02-05pw_kvs: Implement Delete; add testsWyatt Hepler
2020-02-05pw_kvs: Enable tests that now passWyatt Hepler
2020-02-04pw_kvs: Rename Entry to ItemWyatt Hepler
2020-02-04pw_kvs: Get checksums working; enable testWyatt Hepler
2020-02-04pw_kvs: Implement ValueSizeWyatt Hepler
2020-02-04pw_kvs: Test cleanupWyatt Hepler
2020-02-04pw_kvs: Implement CRC16 checksum for KVSWyatt Hepler
2020-02-03pw_kvs: Implement KVS load from flashKeir Mierle