1. 06e654a Attempt to mount block device even if postinstall is disabled by Kelvin Zhang · 3 years, 4 months ago
  2. c5803b7 Add update_engine_host_unittests by Kelvin Zhang · 3 years, 4 months ago
  3. f4502bb Add option to override minor version by Tianjie · 3 years, 4 months ago
  4. 8c85655 Support extracting images from full OTAs by Kelvin Zhang · 3 years, 4 months ago
  5. 1f658cc Support zucchini patch by Tianjie · 3 years, 5 months ago
  6. f0c73d4 Rename LibcurlHttpFetcherTest by Kelvin Zhang · 3 years, 4 months ago
  7. 23dfcd2 Make InstallOpExecutor take in unique_ptr by Kelvin Zhang · 3 years, 5 months ago
  8. 76f10b8 Write XOR ops for bsdiff and puffdiff by Kelvin Zhang · 3 years, 7 months ago
  9. 8e0090d Add skeleton for zucchini patch by Tianjie · 3 years, 5 months ago
  10. 00b718b Reland the change again by Tianjie · 3 years, 5 months ago
  11. cf208f2 Only mmap once when executing ZERO install op by Kelvin Zhang · 3 years, 5 months ago
  12. cf3280b Bump map snapshot timeout to 10s by Kelvin Zhang · 3 years, 5 months ago
  13. fc2afd4 Include sequence op in cow size estimate by Kelvin Zhang · 3 years, 5 months ago
  14. c700169 Add zucchini support in update_engine by Tianjie · 3 years, 5 months ago
  15. 52c4b79 Filter out duplicate blocks in new image by Kelvin Zhang · 3 years, 5 months ago
  16. 53d73b9 Improve the control flow of generating diff patches by Tianjie · 3 years, 5 months ago
  17. a37aafc Write cow merge sequence at beginning of update by Kelvin Zhang · 3 years, 7 months ago
  18. e239944 Add a script to trim OTA package for go/otaanalyzer by Kelvin Zhang · 3 years, 5 months ago
  19. bf357c6 Use binary search for ExtentRanges::OverlapsWithExtent by Kelvin Zhang · 3 years, 5 months ago
  20. bef99c3 Make sure ExtentRanges don't merge extents by Kelvin Zhang · 3 years, 5 months ago
  21. c56afa3 Add support for calling setShouldSwitchSlot from host by Kelvin Zhang · 3 years, 5 months ago
  22. 20982a5 Implement setShouldSwitchSlotOnReboot and resetShouldSwitchSlotOnReboot by Kelvin Zhang · 3 years, 5 months ago
  23. e95dfee Remove Cros from AOSP update_engine by Kelvin Zhang · 3 years, 6 months ago
  24. a69cfe2 Add libzucchini as a dependency for puffin by Tianjie · 3 years, 5 months ago
  25. af9b9b2 Print better debug messages in extent map by Kelvin Zhang · 3 years, 5 months ago
  26. 9351f5d Implement ExtentLess correctly by Kelvin Zhang · 3 years, 5 months ago
  27. be1c180 Support slot switch API in update_engine_client by Kelvin Zhang · 3 years, 7 months ago
  28. 5e4e293 Document the quirks of merge sequence by Kelvin Zhang · 3 years, 5 months ago
  29. 4bb4920 Add XorExtentWriter by Kelvin Zhang · 3 years, 6 months ago
  30. 1c0fa69 Set src_extents before calling PopulateXorOps by Kelvin Zhang · 3 years, 5 months ago
  31. d567c8b Add Extent map by Kelvin Zhang · 3 years, 6 months ago
  32. a837f00 Add EmitXorBlocks stub to FakeCowWriter by Daniel Rosenberg · 3 years, 7 months ago
  33. 0a813e6 update_engine: put update_engine into background sched group by Wei Wang · 3 years, 6 months ago
  34. ca9704e Add GetNthBlockTest by Kelvin Zhang · 3 years, 6 months ago
  35. b170676 Add block extent writer by Kelvin Zhang · 3 years, 7 months ago
  36. 43cb9c0 Remove ndk_platform backend. Use the ndk backend. by Jiyong Park · 3 years, 6 months ago
  37. 7f8f2ab Add stub implementation for APIs to switch slot by Tianjie · 3 years, 6 months ago
  38. 5e5ad39 Don't check for FEC offset if fec is disabled by Kelvin Zhang · 3 years, 6 months ago
  39. da607a3 Add an API in update_engine to switch the slot back and forth by Tianjie · 3 years, 8 months ago
  40. 5395370 Include XOR ops in merge sequence by Kelvin Zhang · 3 years, 7 months ago
  41. f7f7cc3 Add test for xor op generator by Kelvin Zhang · 3 years, 6 months ago
  42. 02df21b Emit XOR ops at OTA generation time by Kelvin Zhang · 4 years ago
  43. 7cfc94a Use ASSERT_* instead of EXPECT_* by Kelvin Zhang · 3 years, 6 months ago
  44. 0de22fc Add proto field to store xor operation in update manifest by Kelvin Zhang · 3 years, 7 months ago
  45. cb419e6 Add GetActiveBootSlot API to boot control interface by Kelvin Zhang · 3 years, 7 months ago
  46. a43d6e8 Detect rollback and cleanup space allocated for apex by Kelvin Zhang · 3 years, 8 months ago
  47. fba6ee5 Add EmitSequenceData stub to FakeCowWriter by Daniel Rosenberg · 3 years, 7 months ago
  48. 3a327e6 Log how much time running update_device.py took by Nikita Ioffe · 3 years, 7 months ago
  49. bb68225 Report source and target build fingerprints in SNAPSHOT_MERGE_REPORTED. by David Anderson · 3 years, 7 months ago
  50. 4657407 Record the source build fingerprint in SnapshotMergeStats. by David Anderson · 3 years, 7 months ago
  51. 6e59e11 Ignore vscode files by Kelvin Zhang · 3 years, 7 months ago
  52. faddb7e Read payload signature if they exist by Kelvin Zhang · 3 years, 7 months ago
  53. e52b6cd Refactor both PartitionWriter and VABCPartitionWriter by Kelvin Zhang · 4 years ago
  54. ab3ce60 Refactor ECC related code to a separate class by Kelvin Zhang · 3 years, 11 months ago
  55. 3cce62a Add ramdisk_available to init_first_stage's deps by Inseob Kim · 3 years, 7 months ago
  56. 1877a47 DO NOT MERGE - Mark RQ3A.210410.001 as merged by Xin Li · 3 years, 7 months ago
  57. cece603 Move Install op executor to a separate file am: 40d9666b3a by Kelvin Zhang · 3 years, 7 months ago
  58. 4b798e6 Simplify logic for PerformZeroOrDiscardOperation am: f45758675f by Kelvin Zhang · 3 years, 7 months ago
  59. 40d9666 Move Install op executor to a separate file by Kelvin Zhang · 3 years, 11 months ago
  60. f457586 Simplify logic for PerformZeroOrDiscardOperation by Kelvin Zhang · 3 years, 11 months ago
  61. ee24607 Only call InitAfterReboot if we detect a device reboot am: d6fd6820ca by Kelvin Zhang · 3 years, 7 months ago
  62. d6fd682 Only call InitAfterReboot if we detect a device reboot by Kelvin Zhang · 3 years, 8 months ago
  63. ded6e0b Add InstallOperationExecutor which hanldes interpretation of install op am: 1d402cbc5e by Kelvin Zhang · 3 years, 7 months ago
  64. 1d402cb Add InstallOperationExecutor which hanldes interpretation of install op by Kelvin Zhang · 4 years ago
  65. e1e4412 DO NOT MERGE - Merge ab/7272582 am: 11284444f7 by Xin Li · 3 years, 7 months ago
  66. 1128444 DO NOT MERGE - Merge ab/7272582 by Xin Li · 3 years, 7 months ago
  67. a136fd4 Simplify logic for PerformSourceCopyOperation am: 37b9b70925 by Kelvin Zhang · 3 years, 7 months ago
  68. 37b9b70 Simplify logic for PerformSourceCopyOperation by Kelvin Zhang · 3 years, 11 months ago
  69. ec2d880 Refactor UpdatePrefsAndReportUpdateMetricsOnReboot am: 4061c51718 by Kelvin Zhang · 3 years, 7 months ago
  70. 4061c51 Refactor UpdatePrefsAndReportUpdateMetricsOnReboot by Kelvin Zhang · 3 years, 8 months ago
  71. 51428b6 Retain merge failure codes if merge succeeds. am: 28e46893d0 by David Anderson · 3 years, 8 months ago
  72. 28e4689 Retain merge failure codes if merge succeeds. by David Anderson · 3 years, 8 months ago
  73. 11202d9 Define constants in header am: 575b8f8a50 by Kelvin Zhang · 3 years, 8 months ago
  74. 575b8f8 Define constants in header by Kelvin Zhang · 3 years, 8 months ago
  75. 01405ab Refactor: Migrate all prefs to string_view am: 1c86a92bc7 by Kelvin Zhang · 3 years, 8 months ago
  76. 1c86a92 Refactor: Migrate all prefs to string_view by Kelvin Zhang · 3 years, 8 months ago
  77. eda4c38 Clean up reserved space for decompression when OTA cancelled am: b5c07bfe7e by Mohammad Samiul Islam · 3 years, 8 months ago
  78. b5c07bf Clean up reserved space for decompression when OTA cancelled by Mohammad Samiul Islam · 3 years, 11 months ago
  79. d9ff838 Fix some lint/style error am: 1d99ae1932 by Kelvin Zhang · 3 years, 8 months ago
  80. 5d4aeec ResetStatus if update_engine boot in different slot but same build am: 8660347589 by Kelvin Zhang · 3 years, 8 months ago
  81. 1d99ae1 Fix some lint/style error by Kelvin Zhang · 3 years, 8 months ago
  82. 8660347 ResetStatus if update_engine boot in different slot but same build by Kelvin Zhang · 3 years, 8 months ago
  83. e7dee68 Write verity first, then do fs verification am: 8704c83dbe by Kelvin Zhang · 3 years, 8 months ago
  84. 5ac9a7d Refactor get partition path and IsVABC into separate function am: e012f65a1b by Kelvin Zhang · 3 years, 8 months ago
  85. e75db4f Add a case to cover repeatedelly running fs verification am: 81eb075609 by Kelvin Zhang · 3 years, 8 months ago
  86. 8704c83 Write verity first, then do fs verification by Kelvin Zhang · 3 years, 8 months ago
  87. 358b7f1 Add more unittest for fs verification VABC behavior am: 30486bdb67 by Kelvin Zhang · 3 years, 8 months ago
  88. e012f65 Refactor get partition path and IsVABC into separate function by Kelvin Zhang · 3 years, 8 months ago
  89. 81eb075 Add a case to cover repeatedelly running fs verification by Kelvin Zhang · 3 years, 9 months ago
  90. 30486bd Add more unittest for fs verification VABC behavior by Kelvin Zhang · 3 years, 9 months ago
  91. c852a64 Create a minimal testcase to reproduce silent verity corruption am: 46d6c4987f by Kelvin Zhang · 3 years, 8 months ago
  92. 15242fd Fix verity discarded bug am: 9105f4baeb by Kelvin Zhang · 3 years, 8 months ago
  93. 6180c76 Rename postinstall_mount_device to readonly_target_path am: a9b5d8c8ee by Kelvin Zhang · 3 years, 8 months ago
  94. 46d6c49 Create a minimal testcase to reproduce silent verity corruption by Kelvin Zhang · 3 years, 9 months ago
  95. 9105f4b Fix verity discarded bug by Kelvin Zhang · 3 years, 9 months ago
  96. a9b5d8c Rename postinstall_mount_device to readonly_target_path by Kelvin Zhang · 3 years, 8 months ago
  97. 2b10c92 Add COW version to the update_metadata.proto am: 3632df977f by Akilesh Kailash · 3 years, 9 months ago
  98. 3632df9 Add COW version to the update_metadata.proto by Akilesh Kailash · 3 years, 9 months ago
  99. e0c1d5f Don't call into apexservice if device uses flattened apexes am: aedfef3c2f by Nikita Ioffe · 3 years, 9 months ago
  100. aedfef3 Don't call into apexservice if device uses flattened apexes by Nikita Ioffe · 3 years, 9 months ago