1. 1b3da3a pw_status: Replace Status::Ok() with OkStatus() by Wyatt Hepler · 3 years, 7 months ago
  2. e64daf4 pw_kvs: Replace string_view with custom type by Rob Oliver · 3 years, 9 months ago
  3. ae222dc pw_kvs: Apply config pattern; configure log level by Wyatt Hepler · 3 years, 10 months ago
  4. d78f7c6 pw_status: Update Status::CODE to Status::Code() by Wyatt Hepler · 3 years, 11 months ago
  5. c4dc864 pw_status: Minor update for PW_TRY macros by David Rogers · 4 years ago
  6. b6b14b8 pw_status: Add TRY macros by David Rogers · 4 years ago
  7. ca59296 pw_kvs: Add flash partition test by David Rogers · 4 years, 1 month ago
  8. e2cbadf pw_span: Switch from pw::span to std::span by Wyatt Hepler · 4 years, 2 months ago
  9. 9fc78b8 pw_kvs: Switch log format strings from %z to %u by David Rogers · 4 years, 2 months ago
  10. c010446 pw_kvs: Don't write key values that don't change by David Rogers · 4 years, 3 months ago
  11. 28ecccb pw_kvs: Use PW_LOG_MODULE_NAME by Armando Montanez · 4 years, 3 months ago
  12. 5007049 pw_kvs: Fix issues with format migration by Wyatt Hepler · 4 years, 4 months ago
  13. 31b358b pw_kvs: Add method to force updating of entries to new format by David Rogers · 4 years, 4 months ago
  14. 39d2a03 pw_kvs: Add tests for failure on write by David Rogers · 4 years, 4 months ago
  15. ab3b249 pw_kvs: Remove temp buffer; redundancy changes by Wyatt Hepler · 4 years, 5 months ago
  16. 1d59456 pw_kvs: Functions for updating and copying entries by Wyatt Hepler · 4 years, 5 months ago
  17. 22d0d9f pw_kvs: Support multiple entry formats by Wyatt Hepler · 4 years, 5 months ago
  18. f707880 pw_status: StatusWithSize constants by Wyatt Hepler · 4 years, 6 months ago
  19. 7465be3 pw_kvs: Remove unnecessary alignment_bytes arg by Wyatt Hepler · 4 years, 6 months ago
  20. 88adfe8 pw_kvs: Move EntryHeaderFormat to pw_kvs/format.h by Wyatt Hepler · 4 years, 6 months ago
  21. bdd8e5a pw_kvs: Move entry.h to public/pw_kvs/internal by Wyatt Hepler · 4 years, 6 months ago
  22. 1fc1104 pw_kvs: Transcation ID and key descriptor refactor by Wyatt Hepler · 4 years, 6 months ago
  23. 5f6efc0 pw_kvs: Allow specifying an offset in Get by Wyatt Hepler · 4 years, 6 months ago
  24. a00d1ef pw_kvs: Expand Entry tests; fix issues by Wyatt Hepler · 4 years, 6 months ago
  25. e541e07 pw_kvs: Move reading and writing to Entry class by Wyatt Hepler · 4 years, 6 months ago
  26. d31d970 pw_kvs: Rename format.h to entry.h by Wyatt Hepler · 4 years, 6 months ago[Renamed (98%) from pw_kvs/format.cc]
  27. 38cfa98 pw_kvs: Checksum whole entry, including padding by Wyatt Hepler · 4 years, 6 months ago
  28. 30a5215 pw_kvs: Rename EntryHeader to Entry by Wyatt Hepler · 4 years, 6 months ago
  29. c656af2 pw_kvs: Implement AlignedChecksum by Wyatt Hepler · 4 years, 6 months ago
  30. 6f4ef1b pw_kvs: Fix checksum finish usage by Armando Montanez · 4 years, 6 months ago
  31. 5603462 pw_kvs: Update checksum interface by Alexei Frolov · 4 years, 6 months ago
  32. 97fc794 pw_kvs: Introduce alignment to the entry header by Wyatt Hepler · 4 years, 6 months ago
  33. 6c24c06 pw_kvs: Implement Delete; add tests by Wyatt Hepler · 4 years, 6 months ago
  34. 1c83000 pw_kvs: Verify magic and checksum in flash by Wyatt Hepler · 4 years, 6 months ago
  35. 93b889d pw_kvs: Move EntrySize to the EntryHeader class by Wyatt Hepler · 4 years, 6 months ago
  36. 0a22358 pw_kvs: Verify checksum on write by Wyatt Hepler · 4 years, 6 months ago
  37. 6e3a83b pw_kvs: Get checksums working; enable test by Wyatt Hepler · 4 years, 6 months ago