aboutsummaryrefslogtreecommitdiff
path: root/pw_kvs/public/pw_kvs/internal/entry_cache.h
AgeCommit message (Expand)Author
2022-11-03TODO: Use git blame to assign many TODOsRob Mohr
2022-08-25pw_kvs: Fix out-of-bounds accessArmando Montanez
2022-06-29pw_span: Switch from std::span to pw::spanWyatt Hepler
2022-06-02pw_kvs: Remove deleted keys as part of heavy maintenancedrempel
2022-05-16pw_kvs: Fix post-increment for EntryCacheWyatt Hepler
2021-10-28clang-tidy: readability-inconsistent-declaration-parameter-nameTed Pudlik
2021-01-08pw_kvs: Make kvs compile with C++14Rob Oliver
2021-01-08pw_kvs: Replace string_view with custom typeRob Oliver
2020-07-01pw_span: Switch from pw::span to std::spanWyatt Hepler
2020-04-09pw_kvs: Add better error handling during read, write, and initDavid Rogers
2020-04-06pw_kvs: Make more methods constWyatt Hepler
2020-04-03pw_kvs: Add KVS error repair/recoveryDavid Rogers
2020-04-02pw_kvs: Define mutable iterator for EntryCacheWyatt Hepler
2020-03-20pw_kvs: EntryCache testsWyatt Hepler
2020-03-17pw_kvs: EntryCache classWyatt Hepler