1. 5406a67 pw_kvs: Check for values that are too large by Wyatt Hepler · 4 years, 6 months ago
  2. a00d1ef pw_kvs: Expand Entry tests; fix issues by Wyatt Hepler · 4 years, 6 months ago
  3. 9462720 Pull Linux host tools from cipd by Rob Mohr · 4 years, 6 months ago
  4. cdd6dfc pw_kvs: FlashMemory updates; test utilities by Wyatt Hepler · 4 years, 6 months ago
  5. 25527c0 Fix bytes issue in wrapper.py by Rob Mohr · 4 years, 6 months ago
  6. e541e07 pw_kvs: Move reading and writing to Entry class by Wyatt Hepler · 4 years, 6 months ago
  7. 0307fcc pw_kvs: Check that AlignedWrite buffer is at least write alignment by David Rogers · 4 years, 6 months ago
  8. 2d40169 pw_kvs: Handle key hash collisions by Wyatt Hepler · 4 years, 6 months ago
  9. d31d970 pw_kvs: Rename format.h to entry.h by Wyatt Hepler · 4 years, 6 months ago
  10. 50f7077 Remove StatusWithSize implicit conversions by Wyatt Hepler · 4 years, 6 months ago
  11. 481a7ff pw_kvs/pw_minimal_cpp_stdlib: Add missing includes by Armando Montanez · 4 years, 6 months ago
  12. 0af6ad9 pw_kvs: Use key's current state in RelocateEntry by Wyatt Hepler · 4 years, 6 months ago
  13. 2f813c6 pw_assert: Add basic Bazel support by Keir Mierle · 4 years, 6 months ago
  14. 848ca25 pw_assert: Add pw_assert_basic CMake build by Keir Mierle · 4 years, 6 months ago
  15. 4681e15 pw_varint: Make the varint tests faster by Wyatt Hepler · 4 years, 6 months ago
  16. 495b6ee pw_kvs: Map-backed tests by Wyatt Hepler · 4 years, 6 months ago
  17. 5981f31 pw_kvs: Fix null access in FindSectorToGarbageCollect() by David Rogers · 4 years, 6 months ago
  18. cf680ab pw_kvs: Fix return value for Get() by David Rogers · 4 years, 6 months ago
  19. be744c1 pw_kvs: Add test that reproduces failure on device. by David Rogers · 4 years, 6 months ago
  20. 38cfa98 pw_kvs: Checksum whole entry, including padding by Wyatt Hepler · 4 years, 6 months ago
  21. 30a5215 pw_kvs: Rename EntryHeader to Entry by Wyatt Hepler · 4 years, 6 months ago
  22. c656af2 pw_kvs: Implement AlignedChecksum by Wyatt Hepler · 4 years, 6 months ago
  23. 1927c28 pw_kvs: Split out aligned write functionality by Wyatt Hepler · 4 years, 6 months ago
  24. 6f4ef1b pw_kvs: Fix checksum finish usage by Armando Montanez · 4 years, 6 months ago
  25. 0743cc5 pw_assert: Add short name option by Keir Mierle · 4 years, 6 months ago
  26. fc80d92 pw_unit_test: Add support for SetUp / TearDown by Wyatt Hepler · 4 years, 6 months ago
  27. bc6332c pw_minimal_cpp_stdlib: Various additions by Wyatt Hepler · 4 years, 6 months ago
  28. 1c329ca pw_kvs: Use pw::Vector for descriptor lists by Wyatt Hepler · 4 years, 6 months ago
  29. 76293e3 pw_containers: Vector class by Wyatt Hepler · 4 years, 6 months ago
  30. 72f9ca8 pw_kvs: Return StatusWithSize from Item::Get by Alexei Frolov · 4 years, 6 months ago
  31. 41af9ed pw_assert: Add missing backend for disco boards by Keir Mierle · 4 years, 6 months ago
  32. 8e58e88 Make pw_target_toolchain a build arg on Windows by Alexei Frolov · 4 years, 6 months ago
  33. 4879f74 pw_kvs: Fix shadowing, increase kMaxUsableSectors by Armando Montanez · 4 years, 6 months ago
  34. 16b0452 pw_kvs: Move test; disable dumping to file by Wyatt Hepler · 4 years, 6 months ago
  35. 3cee879 pw_assert: Initial assert module by Keir Mierle · 4 years, 7 months ago
  36. 0bde10a pw_kvs: Test cleanup by Wyatt Hepler · 4 years, 6 months ago
  37. 9322864 pw_presubmit: Reorder steps; quick pre-push hook by Wyatt Hepler · 4 years, 6 months ago
  38. 5603462 pw_kvs: Update checksum interface by Alexei Frolov · 4 years, 6 months ago
  39. 1c98e1e pw_kvs: Enable the crusher test by David Rogers · 4 years, 6 months ago
  40. 3464d0a pw_kvs: Fix bug related to relocation by David Rogers · 4 years, 6 months ago
  41. 50185ad pw_kvs: Add log sector method by David Rogers · 4 years, 6 months ago
  42. 57aa55b pw_kvs: Fuzz test for Put by Wyatt Hepler · 4 years, 6 months ago
  43. 2156c0a Cleanup from prior CL by Rob Mohr · 4 years, 6 months ago
  44. a68755a Disable tokenizer in Windows build by Rob Mohr · 4 years, 6 months ago
  45. 1541d61 pw_kvs: Fix 2 bugs in finding sectors with space by David Rogers · 4 years, 6 months ago
  46. 2be76b0 pw_kvs: Add sector methods to remove free bytes and valid bytes by David Rogers · 4 years, 6 months ago
  47. df025cd pw_kvs: Fix relocation by David Rogers · 4 years, 6 months ago
  48. 116d116 pw_kvs: Alignment handling adjustments by Wyatt Hepler · 4 years, 6 months ago
  49. 97fc794 pw_kvs: Introduce alignment to the entry header by Wyatt Hepler · 4 years, 6 months ago
  50. 67f4b6c pw_kvs: Add debug logging for sector find and relocate entry by David Rogers · 4 years, 6 months ago
  51. 8fff434 pw_kvs: Expand comment about entry header magic by Keir Mierle · 4 years, 6 months ago
  52. 05602ad Explicitly use clang for host tools by Rob Mohr · 4 years, 6 months ago
  53. 323f7c4 Handle bootstrap.sh called from dash script by Rob Mohr · 4 years, 6 months ago
  54. 5a33d8c pw_kvs: Update valid_bytes for existing keys by Wyatt Hepler · 4 years, 7 months ago
  55. ad0a793 pw_kvs: Track the correct number of sectors by Wyatt Hepler · 4 years, 7 months ago
  56. 5ccb668 Remove symlinks by Rob Mohr · 4 years, 7 months ago
  57. b4bc060 Remove reference to products by Mohammed Habibulla · 4 years, 6 months ago
  58. 8e5d313 pw_kvs: Debug CLI tweaks to support delete by Wyatt Hepler · 4 years, 7 months ago
  59. 6c24c06 pw_kvs: Implement Delete; add tests by Wyatt Hepler · 4 years, 7 months ago
  60. 2fac125 Fix typos in comments by Wyatt Hepler · 4 years, 7 months ago
  61. 4d78cd6 pw_kvs: KeyDescriptor cleanup by Wyatt Hepler · 4 years, 7 months ago
  62. 8ce55cd pw_kvs: Improvements to FindSectorWithSpace() by David Rogers · 4 years, 7 months ago
  63. 2cc32ec Move env_setup to pw_env_setup by Rob Mohr · 4 years, 7 months ago
  64. 729f28c pw_kvs: Implement initialized, naming cleanup by Wyatt Hepler · 4 years, 7 months ago
  65. 1c83000 pw_kvs: Verify magic and checksum in flash by Wyatt Hepler · 4 years, 7 months ago
  66. 595cf01 pw_kvs: Enable tests that now pass by Wyatt Hepler · 4 years, 7 months ago
  67. 93b889d pw_kvs: Move EntrySize to the EntryHeader class by Wyatt Hepler · 4 years, 7 months ago
  68. f0a3544 pw_kvs: Add implementation for RelocateEntry() by David Rogers · 4 years, 7 months ago
  69. 0a22358 pw_kvs: Verify checksum on write by Wyatt Hepler · 4 years, 7 months ago
  70. d621682 pw_kvs: Simple debug command line interface by Wyatt Hepler · 4 years, 7 months ago
  71. ad684a1 pw_kvs: Make in_memory_fake_flash.h library by Wyatt Hepler · 4 years, 7 months ago
  72. ce0da52 pw_kvs: Rename Entry to Item by Wyatt Hepler · 4 years, 7 months ago
  73. 6e3a83b pw_kvs: Get checksums working; enable test by Wyatt Hepler · 4 years, 7 months ago
  74. 8db5a72 pw_kvs: Modify FindSectorWithSpace() for extra default options by David Rogers · 4 years, 7 months ago
  75. 6908e47 pw_presubmit: Add message about the Bazel cache by Wyatt Hepler · 4 years, 7 months ago
  76. bab0e20 pw_kvs: Implement checksum validation by Wyatt Hepler · 4 years, 7 months ago
  77. ed163b0 pw_kvs: Implement ValueSize by Wyatt Hepler · 4 years, 7 months ago
  78. 2e56887 pw_kvs: Test cleanup by Wyatt Hepler · 4 years, 7 months ago
  79. cad29b4 pw_unit_test: Support ASSERT/EXPECT in test ctor by Wyatt Hepler · 4 years, 7 months ago
  80. ea56c03 Add package_data to env_setup by Rob Mohr · 4 years, 7 months ago
  81. d5aa1c0 pw_kvs: FlashPartition Init function by Alexei Frolov · 4 years, 7 months ago
  82. fd97081 Reorg virtualenv env_setup by Rob Mohr · 4 years, 7 months ago
  83. f0bc5fb pw_kvs: Fix iterator by Wyatt Hepler · 4 years, 7 months ago
  84. ec4b935 pw_kvs: Implement CRC16 checksum for KVS by Wyatt Hepler · 4 years, 7 months ago
  85. da95eda Accessor for FlashPartition::start_sector_index_ by Alexei Frolov · 4 years, 7 months ago
  86. 82dae2d pw_kvs: Make address space conversion virtual by Alexei Frolov · 4 years, 7 months ago
  87. f0c2cdd Support C-style flash layer writes by Alexei Frolov · 4 years, 7 months ago
  88. cb7ae1a Expose FlashPartition members by Alexei Frolov · 4 years, 7 months ago
  89. 8c352dc pw_kvs: Implement KVS load from flash by Keir Mierle · 4 years, 7 months ago
  90. de27674 pw_minimal_cpp_stdlib: Add move, remove strncat by Wyatt Hepler · 4 years, 7 months ago
  91. fdc459a Remove bashisms from env setup by Rob Mohr · 4 years, 7 months ago
  92. 586f960 Reorg cipd env_setup by Rob Mohr · 4 years, 7 months ago
  93. 2761aeb pw_kvs: Rename KeyMapEntry and SectorMapEntry by David Rogers · 4 years, 7 months ago
  94. a12786b pw_kvs: Add part of the garbage collection implementation by David Rogers · 4 years, 7 months ago
  95. 1c9ce1b pw_minimal_cpp_stdlib: initializer_list by Wyatt Hepler · 4 years, 7 months ago
  96. f428b17 python_runner: GN Windows path workaround by Alexei Frolov · 4 years, 7 months ago
  97. 4da1fcb pw_kvs: Initial commit of new KVS design by Wyatt Hepler · 4 years, 7 months ago
  98. 1901073 python_runner: re-add os import by Alexei Frolov · 4 years, 7 months ago
  99. f28de87 Python runner target resolution on Windows by Alexei Frolov · 4 years, 7 months ago
  100. 3672f2b Temporary fix for windows build by Rob Mohr · 4 years, 7 months ago