aboutsummaryrefslogtreecommitdiff
path: root/pw_kvs
AgeCommit message (Expand)Author
2020-10-16pw_kvs: Apply config pattern; configure log levelWyatt Hepler
2020-10-15BUILD.gn files: Improve import formattingWyatt Hepler
2020-10-14pw_kvs: Count erases + HeavyMaintenanceDavid Rogers
2020-10-13pw_kvs: de-inline FlashPartition constructorPaul Mathieu
2020-10-01docs: Make labels consistent; remove boilerplateWyatt Hepler
2020-09-30pw_status: Update Status::CODE to Status::Code()Wyatt Hepler
2020-09-22pw_kvs: FlashPartition add erased_memory_content()David Rogers
2020-09-15pw_status: Minor update for PW_TRY macrosDavid Rogers
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-18Remove constexpr from functions that assertArmando Montanez
2020-08-15pw_kvs: Move log defines earlierKeir Mierle
2020-08-11pw_bytes: Utilities for building byte arraysWyatt Hepler
2020-08-10pw_kvs: Update build for test KVS and partitionDavid Rogers
2020-08-08pw_kvs: add move ctor to FlashPartitionEwout van Bekkum
2020-08-07pw_kvs: Add test_key_value_storeDavid Rogers
2020-08-06pw_kvs: Add alignment check to FlashPartitionDavid Rogers
2020-08-03pw_kvs: Update all KVS magics to be random numbersDavid Rogers
2020-07-30pw_kvs: Fix alignent init in FlashPartitionDavid Rogers
2020-07-21pw_kvs: Add KVS method to get max size key-valueDavid Rogers
2020-07-15pw_kvs: Fix sectors testDavid Rogers
2020-07-14pw_kvs: Add tests for FlashPartitionDavid Rogers
2020-07-11pw_kvs: Reduce stack usage of FlashPartitionDavid Rogers
2020-07-11pw_kvs: Add fix and test for Fake FlashDavid 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_polyfill, pw_minimal_cpp_stdlib: Fix namespaceWyatt Hepler
2020-07-01pw_kvs: Add Address translation to FakeFlashMemoryDavid Rogers
2020-07-01pw_span: Switch from pw::span to std::spanWyatt Hepler
2020-06-23pw_span: Move pw_string, pw_unit_test to std::spanWyatt Hepler
2020-06-19pw_kvs: Remove the debug_cliDavid Rogers
2020-06-16pw_kvs: Check that the flash partition has minimum needed sectorsDavid Rogers
2020-06-16Remove legacy_target.gniArmando Montanez
2020-06-16Don't declare pigweed variables as globalsArmando Montanez
2020-06-16pw_build: Switch to pw_* target typesAlexei Frolov
2020-06-12pw_kvs: Switch log format strings from %z to %uDavid 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-05pw_kvs: Use PW_LOG_MODULE_NAMEArmando Montanez
2020-05-05Switch to wildcards for GN friend statementsWyatt Hepler
2020-05-04Enable -WshadowArmando Montanez
2020-05-02pw_kvs: Fix GC selection "ping pong" bugDavid Rogers
2020-04-25pw_kvs: Update FullMaintenance garbage collection algorithmDavid Rogers
2020-04-24pw_kvs: Count deleted entries in redundancy updateArmando Montanez
2020-04-24pw_kvs: Log if failure to update entry formatArmando Montanez
2020-04-24pw_kvs: Fix issues with format migrationWyatt Hepler