1. 3beec54 [vts-core] Remove extra folder for vts_core_liblp_test and vts_libdm_test by nelsonli · 6 years ago
  2. 2a62d42 Merge "Use libcrypto_static instead of libcrypto" by Colin Cross · 6 years ago
  3. 9e8f011 Merge "liblp: convert more functions to use string_view (#5)" by Treehugger Robot · 6 years ago
  4. a1c1eb6 liblp: convert more functions to use string_view (#5) by Yifan Hong · 6 years ago
  5. 2e9edcb [vts-core] Add vts_core_liblp_test to vts-core by nelsonli · 6 years ago
  6. f117f34 Use libcrypto_static instead of libcrypto by Colin Cross · 6 years ago
  7. c2ff970 liblp: convert more functions to use string_view (#4) by Yifan Hong · 6 years ago
  8. f6fccc4 Move digital_stroage.h to its own library by Yifan Hong · 6 years ago
  9. c69029f libsnapshot: APIs for all partitions by Yifan Hong · 6 years ago
  10. 922cfefb liblp: Add a helper to differentiate empty from non-empty images. by David Anderson · 6 years ago
  11. d65020d liblp: Indicate usable regions in ResizePartition by Yifan Hong · 6 years ago
  12. c205f58 liblp: convert more functions to use string_view (#3) by Yifan Hong · 6 years ago
  13. 2b3a9b2 liblp: convert more functions to use string_view by Yifan Hong · 6 years ago
  14. 956c204 Merge changes I3872dc51,I3b185f68,I37a25ca7 by David Anderson · 6 years ago
  15. 74a6f4c Merge "liblp: Add an attribute to indicate that a partition has been updated." by David Anderson · 6 years ago
  16. ad970fc fastbootd: Cancel snapshots when modifying partitions. by David Anderson · 6 years ago
  17. e0b2b75 Merge "liblp: Expose MockPropertyFetcher for liblp-dependent tests." by David Anderson · 6 years ago
  18. cd7a635 liblp: Add an attribute to indicate that a partition has been updated. by David Anderson · 6 years ago
  19. 9966699 liblp: Expose MockPropertyFetcher for liblp-dependent tests. by David Anderson · 6 years ago
  20. 3a136e5 rename liblp_test_static to vts_kernel_liblp_test. by Yifan Hong · 6 years ago
  21. fd659bd Add liblp_test to presubmit. by Yifan Hong · 6 years ago
  22. f2c7dd6 Merge "liblp_test_static: fix test" by Treehugger Robot · 6 years ago
  23. 607e4df liblp_test_static: fix test by Yifan Hong · 6 years ago
  24. 251ec05 liblp: Support sdcards in PartitionOpener. by David Anderson · 6 years ago
  25. 63fe0e9 Merge "fs_mgr: Allow using major:minor device strings in CreateLogicalPartition." by David Anderson · 6 years ago
  26. 4929df0 fs_mgr: Allow using major:minor device strings in CreateLogicalPartition. by David Anderson · 6 years ago
  27. 293cd02 liblp: UpdateMetadataForInPlaceSnapshot by Yifan Hong · 6 years ago
  28. fadce1e liblp: Don't halve super partition for virtual a/b devices by Yifan Hong · 6 years ago
  29. 8367b9f liblp: MetadataBuilder::GetBlockDevicePartitionName by Yifan Hong · 6 years ago
  30. 4644f84 liblp_test_static: GetMockedInstance->GetMockedPropertyFetcher by Yifan Hong · 6 years ago
  31. b278e01 liblp: change some functions to use string_view by Yifan Hong · 6 years ago
  32. 6b2ea1c Add header that declares memcpy() by Anatol Pomazau · 6 years ago
  33. 6079cd0 liblp: refactor MetadataBuilder::NewForUpdate by Yifan Hong · 6 years ago
  34. 5b4b38c liblp: Expose kDefaultGroup. by Yifan Hong · 6 years ago
  35. 04d9187 liblp: Add PropertyFetcher. by Yifan Hong · 6 years ago
  36. f3a7988 liblp: Make kDefaultGroup a string_view by Vic Yang · 6 years ago
  37. f01faf2 liblp: Fix typo in IsRetrofitDynamicPartitionsDevice. by David Anderson · 6 years ago
  38. 37602ed Merge changes Ifc4c4540,I4636de85 by Yifan Hong · 6 years ago
  39. 7bf1e9f fs_mgr: liblp test: give ownership of environment to gtest by Yifan Hong · 6 years ago
  40. f0dd120 MetadataBuilder::IsABDevice: make static / use std::optional by Yifan Hong · 6 years ago
  41. 9d0e6cd MetadataBuilder::NewForUpdate: check sysprop instead by Yifan Hong · 6 years ago
  42. 2ca0700 liblp: Handle invalid alignment offsets correctly. by David Anderson · 6 years ago
  43. bc53c84 Merge "liblp: Remove the slot-suffix requirement in MetadataBuilder." by David Anderson · 6 years ago
  44. 8301957 VtsKernelLiblpTest: use static test by Steve Muckle · 6 years ago
  45. 935420f liblp: Remove the slot-suffix requirement in MetadataBuilder. by David Anderson · 6 years ago
  46. 196d2ba liblp: Add helpers for finding partitions and partition sizes. by David Anderson · 6 years ago
  47. 1e05e55 liblp: Replace some |const char*| inputs with std::string. by David Anderson · 6 years ago
  48. f5de989 Add a liblp test that we can parse the device's super partition. by David Anderson · 6 years ago
  49. 82dee3e liblp: Use ro.boot.slot_suffix rather than ro.build.ab_update. by David Anderson · 6 years ago
  50. 243887b Handle empty strings in GetPartitionAbsolutePath. by David Anderson · 6 years ago
  51. a482da1 Allow to build non-sparse super image. by Yifan Hong · 6 years ago
  52. f959fff Merge changes from topic "lpdumpd" by Yifan Hong · 6 years ago
  53. 7f03e4e Allow makefiles to be parsed in a trimmed down manifest. by Nicolas Geoffray · 6 years ago
  54. 4e3b633 Create a VTS test from liblp_test by Hridya Valsaraju · 6 years ago
  55. 26328e8 liblp: Replace open with GetControlFileOrOpen by Yifan Hong · 6 years ago
  56. 71fc3f3 liblp: Reclaim wasted space from unaligned partitions, v2. by David Anderson · 7 years ago
  57. b8e1711 Revert "liblp: Reclaim wasted space from unaligned partitions." by David Anderson · 6 years ago
  58. 88e36c1 Fix double-accounting bug in liblp. by David Anderson · 7 years ago
  59. 679a6ba Remove extranous reading of fstab in BuilderTest::block_device_info by Tom Cherry · 7 years ago
  60. 2e1c5ac Don't error on block size mismatches. by David Anderson · 7 years ago
  61. 7909d65 Merge "Fixed a few minor nits in liblp" by Treehugger Robot · 7 years ago
  62. 34ad8ca Merge "liblp: Add helpers for modifying groups." by David Anderson · 7 years ago
  63. c02be81 Fixed a few minor nits in liblp by Ramon Pantin · 7 years ago
  64. c6c6e66 liblp: Add helpers for modifying groups. by David Anderson · 7 years ago
  65. e7f492d liblp: BLKROSET 0 prior to FlashPartitionTable by Yifan Hong · 7 years ago
  66. 126e481 liblp: Allow GSI metadata to bypass slot suffixing checks. by David Anderson · 7 years ago
  67. 1897270 liblp: Add API for adding predetermined linear extents to partitions by David Anderson · 7 years ago
  68. 898b642 fs_mgr: remove -Wno-unused-variable from cflags by Tom Cherry · 7 years ago
  69. dccfdca liblp: Reclaim wasted space from unaligned partitions. by David Anderson · 7 years ago
  70. 8acb5dc liblp: Allocate "b" extents in the second half of super. by David Anderson · 7 years ago
  71. 66a6d88 Merge "fastbootd: Support two super partitions for retrofit devices." by David Anderson · 7 years ago
  72. 8771a95 Merge "fastboot: Warn when flashing dynamic partitions in the bootloader." by David Anderson · 7 years ago
  73. 6900fce Merge "liblp: Modify NewForUpdate to accomodate two super partitions." by David Anderson · 7 years ago
  74. c15618a liblp: Modify NewForUpdate to accomodate two super partitions. by David Anderson · 7 years ago
  75. d25f1c3 fastbootd: Support two super partitions for retrofit devices. by David Anderson · 7 years ago
  76. 8956964 fastboot: Warn when flashing dynamic partitions in the bootloader. by David Anderson · 7 years ago
  77. a3c47e6 liblp: Enable building on Windows. by David Anderson · 7 years ago
  78. eb1213f Merge "liblp: Auto-suffix group names." by David Anderson · 7 years ago
  79. 7256eaa liblp: Auto-suffix group names. by David Anderson · 7 years ago
  80. dca3b3b liblp: MetadataBuilder::HasBlockDevice by Yifan Hong · 7 years ago
  81. 5729cff Merge "liblp: partition_opener: fix log; more logs" by Treehugger Robot · 7 years ago
  82. 098cc97 liblp: partition_opener: fix log; more logs by Yifan Hong · 7 years ago
  83. a14f111 liblp: Use TMPDIR instead of P_tmpdir. by David Anderson · 7 years ago
  84. af4a0e8 Merge "liblp: SparseBuilder: num_blocks aren't check correctly" by Treehugger Robot · 7 years ago
  85. 6ddf968 liblp: fix error message by Yifan Hong · 7 years ago
  86. 27a34d7 liblp: SparseBuilder: num_blocks aren't check correctly by Yifan Hong · 7 years ago
  87. 140d053 liblp: Add a helper method for upgrading metadata on retrofit devices. by David Anderson · 7 years ago
  88. 3d08636 liblp: Fix io_tests. by David Anderson · 7 years ago
  89. 7165154 liblp: Split super.img for retrofit devices. by David Anderson · 7 years ago
  90. 76cde41 liblp: Allow automatic slot suffixing of partition names. by David Anderson · 7 years ago
  91. a97d6e3 Merge "fastboot: Query the name of the super partition." by David Anderson · 7 years ago
  92. d016c75 Merge "fastboot: Fix flashing both slots with dynamic partitions." by Treehugger Robot · 7 years ago
  93. 88fd7e6 Merge "liblp: Fix flashing metadata to multiple block devices." by David Anderson · 7 years ago
  94. 90fe0a4 fastboot: Query the name of the super partition. by David Anderson · 7 years ago
  95. 96a9fd4 fastboot: Fix flashing both slots with dynamic partitions. by David Anderson · 7 years ago
  96. f89b1df init: Regenerate uevents for dependent super partition devices. by David Anderson · 7 years ago
  97. 7632f0c liblp: Fix flashing metadata to multiple block devices. by David Anderson · 7 years ago
  98. ef9740c liblp: Allow the super partition to span multiple block devices. by David Anderson · 7 years ago
  99. 7a6c511 liblp: Add an abstraction layer for opening partitions. by David Anderson · 7 years ago
  100. 9a53241 liblp: Store device information in a new block device table. by David Anderson · 7 years ago