1. f61adbd pw_kvs: Make kvs compile with C++14 by Rob Oliver · 3 years, 10 months ago
  2. e64daf4 pw_kvs: Replace string_view with custom type by Rob Oliver · 3 years, 11 months ago
  3. 2debeb6 pw_kvs: Alternate ConvertsToSpan implementation by Wyatt Hepler · 3 years, 10 months ago
  4. ae222dc pw_kvs: Apply config pattern; configure log level by Wyatt Hepler · 4 years ago
  5. d49f8fe BUILD.gn files: Improve import formatting by Wyatt Hepler · 4 years ago
  6. b6b14b8 pw_status: Add TRY macros by David Rogers · 4 years, 1 month ago
  7. 6b3a6c9 pw_bytes: Utilities for building byte arrays by Wyatt Hepler · 4 years, 2 months ago
  8. a5c39a5 pw_kvs: Update build for test KVS and partition by David Rogers · 4 years, 2 months ago
  9. eaa2a69 pw_kvs: Add test_key_value_store by David Rogers · 4 years, 2 months ago
  10. 02892d2 pw_kvs: Fix alignent init in FlashPartition by David Rogers · 4 years, 2 months ago
  11. 6a262b4 pw_kvs: Set KVS test to use any flash partition by David Rogers · 4 years, 3 months ago
  12. ca59296 pw_kvs: Add flash partition test by David Rogers · 4 years, 3 months ago
  13. 54956b5 pw_kvs: Remove the debug_cli by David Rogers · 4 years, 4 months ago
  14. 82bbce4 Remove legacy_target.gni by Armando Montanez · 4 years, 4 months ago
  15. fb3d3fb Don't declare pigweed variables as globals by Armando Montanez · 4 years, 4 months ago
  16. edd2f14 pw_build: Switch to pw_* target types by Alexei Frolov · 4 years, 4 months ago
  17. d64cc01 pw_kvs: Make fake flash memory a publicly accessible lib by David Rogers · 4 years, 5 months ago
  18. c010446 pw_kvs: Don't write key values that don't change by David Rogers · 4 years, 5 months ago
  19. a8557ef Switch to wildcards for GN friend statements by Wyatt Hepler · 4 years, 5 months ago
  20. d5138f3 pw_kvs: Fix GC selection "ping pong" bug by David Rogers · 4 years, 6 months ago
  21. f9e93e1 pw_kvs: Don't start GC scan at first sector by Armando Montanez · 4 years, 6 months ago
  22. 5cc5ce8 pw_kvs: Add test flash partition that keeps stats by David Rogers · 4 years, 7 months ago
  23. c84393f pw_kvs: Sectors abstraction by Wyatt Hepler · 4 years, 7 months ago
  24. 2454f2d pw_kvs: Rename sector_descriptor.h to sectors.h by Wyatt Hepler · 4 years, 7 months ago
  25. 0294627 pw_kvs: EntryCache tests by Wyatt Hepler · 4 years, 7 months ago
  26. 7ded6da pw_kvs: EntryCache class by Wyatt Hepler · 4 years, 7 months ago
  27. 06b1b0b pw_kvs: Rename output.h to io.h by Wyatt Hepler · 4 years, 7 months ago
  28. 22d0d9f pw_kvs: Support multiple entry formats by Wyatt Hepler · 4 years, 7 months ago
  29. 8e94ed6 pw_kvs: Rename key_value_store_error_handling_test by Wyatt Hepler · 4 years, 7 months ago
  30. a0ba54f Roll GN to 239533d by Rob Mohr · 4 years, 8 months ago
  31. 118fc3c pw_kvs: Expand tests for error handling by Wyatt Hepler · 4 years, 8 months ago
  32. 0dd24a8 pw_kvs: Move span traits outside of public header by Keir Mierle · 4 years, 8 months ago
  33. 88adfe8 pw_kvs: Move EntryHeaderFormat to pw_kvs/format.h by Wyatt Hepler · 4 years, 8 months ago
  34. bdd8e5a pw_kvs: Move entry.h to public/pw_kvs/internal by Wyatt Hepler · 4 years, 8 months ago
  35. 1fc1104 pw_kvs: Transcation ID and key descriptor refactor by Wyatt Hepler · 4 years, 8 months ago
  36. 2c7eca0 pw_kvs: Move SectorDescriptor to its own header by Wyatt Hepler · 4 years, 8 months ago
  37. a00d1ef pw_kvs: Expand Entry tests; fix issues by Wyatt Hepler · 4 years, 8 months ago
  38. cdd6dfc pw_kvs: FlashMemory updates; test utilities by Wyatt Hepler · 4 years, 8 months ago
  39. e541e07 pw_kvs: Move reading and writing to Entry class by Wyatt Hepler · 4 years, 8 months ago
  40. d31d970 pw_kvs: Rename format.h to entry.h by Wyatt Hepler · 4 years, 8 months ago
  41. 495b6ee pw_kvs: Map-backed tests by Wyatt Hepler · 4 years, 8 months ago
  42. 1927c28 pw_kvs: Split out aligned write functionality by Wyatt Hepler · 4 years, 8 months ago
  43. 1c329ca pw_kvs: Use pw::Vector for descriptor lists by Wyatt Hepler · 4 years, 8 months ago
  44. 16b0452 pw_kvs: Move test; disable dumping to file by Wyatt Hepler · 4 years, 8 months ago
  45. 97fc794 pw_kvs: Introduce alignment to the entry header by Wyatt Hepler · 4 years, 8 months ago
  46. d621682 pw_kvs: Simple debug command line interface by Wyatt Hepler · 4 years, 8 months ago
  47. ad684a1 pw_kvs: Make in_memory_fake_flash.h library by Wyatt Hepler · 4 years, 8 months ago
  48. 6e3a83b pw_kvs: Get checksums working; enable test by Wyatt Hepler · 4 years, 8 months ago
  49. ec4b935 pw_kvs: Implement CRC16 checksum for KVS by Wyatt Hepler · 4 years, 8 months ago
  50. 4da1fcb pw_kvs: Initial commit of new KVS design by Wyatt Hepler · 4 years, 8 months ago
  51. acaacf9 pw_kvs: Initial API changes by Wyatt Hepler · 4 years, 9 months ago
  52. d6b384a pw_kvs: Remove the sub-sector interface by Wyatt Hepler · 4 years, 9 months ago
  53. 2ad6067 pw_kvs: Add to build; get tests passing by Wyatt Hepler · 4 years, 9 months ago