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