1. 0f8fe99 Merge tag 'android-15.0.0_r32' of https://android.googlesource.com/platform/system/update_engine into HEAD by micky387 · 9 days ago android-15
  2. 514d031 Merge tag 'android-15.0.0_r6' of https://android.googlesource.com/platform/system/update_engine into HEAD by micky387 · 5 months ago
  3. 399bd4d Remove unused field save_rollback_data by Kelvin Zhang · 6 months ago
  4. 212b053 Skip FEC reads for partial updates by Kelvin Zhang · 6 months ago
  5. 80e4391 xor_writer: use 64bit for partition size by Daniel Zheng · 6 months ago
  6. ae222aa update_engine: xor writer size_t by Daniel Zheng · 6 months ago
  7. 0c18424 Replace base string utils with android::base ones by Kelvin Zhang · 7 months ago
  8. 1f46f5b Replace libchrome NumberToString with std::format by Kokoa Matsuda · 7 months ago
  9. 3357e27 Simply Replace libchrome StringToXXs with android base ones by Kokoa Matsuda · 7 months ago
  10. b9a9aa2 Replace chrome string util with android base ones by Kelvin Zhang · 7 months ago
  11. d021d81 Limit partition parallelization to number of CPU cores by Kelvin Zhang · 7 months ago
  12. 91aa217 Replace libchrome size() with C++ standard ones by Kokoa Matsuda · 7 months ago
  13. 1783eb3 Replace libchrome macros.h with android base ones by Kokoa Matsuda · 7 months ago
  14. f1a360b update_engine: uint64_t of partition size by liuqiang · 8 months ago
  15. 291ac8c Reduce number of partition map calls by Kelvin Zhang · 8 months ago
  16. cf36700 update_engine: Use only backuptool_postinstall on Weekly build by micky387 · 1 year, 6 months ago
  17. d1ddfee update_engine: Transition to backuptool domain by Luca Stefani · 6 years ago
  18. 76d57b9 update_engine: Remove any (stale) read-only flag before r/w mount of system by Christian Hoffmann · 3 years, 4 months ago
  19. a747c63 update_engine: Run backuptool script before normal postinstall script by Dan Pasanen · 8 years ago
  20. e0a9543 update_engine: remove size_t in FEC write path by Daniel Zheng · 9 months ago
  21. 25a3a30 update_engine: remove unusued offset_ by Daniel Zheng · 9 months ago
  22. 6db5f79 update_engine: uint64_t GetPartitionSize() by Daniel Zheng · 9 months ago
  23. 6963a92 update_engine: update another read size by Daniel Zheng · 9 months ago
  24. da3a49b update_engine: fix 32bit system type error by Daniel Zheng · 9 months ago
  25. ad1eaea update_engine: remove is_rollback by Daniel Zheng · 10 months ago
  26. 8b07db5 Make source partitions writable during update by Kelvin Zhang · 10 months ago
  27. b66e62c update_engine: typo by Daniel Zheng · 1 year, 3 months ago
  28. 8879b04 update_engine: update error log by Daniel Zheng · 1 year, 3 months ago
  29. 5a6e32b update_engine: factor out source_copy method by Daniel Zheng · 1 year, 3 months ago
  30. 40354f8 update_engine: refactor manifest parsing by Daniel Zheng · 1 year, 4 months ago
  31. 0dc25a6 update_engine: refactor into method by Daniel Zheng · 1 year, 4 months ago
  32. 1e56e35 update_engine: add error log by Daniel Zheng · 1 year, 4 months ago
  33. 17be0f9 update_engine: remove unused variable by Daniel Zheng · 1 year, 4 months ago
  34. 5f07b22 update_engine: update op buf size with vabc_none by Daniel Zheng · 1 year, 4 months ago
  35. 99cbbe7 Fix sideload OTA breakage by Kelvin Zhang · 1 year, 4 months ago
  36. e532af3 Improve ExtentRanges::AddExtent() runtime from O(n) to O(log n) by Kelvin Zhang · 1 year, 4 months ago
  37. 19acf4f Move FinishedSnapshotWrites call back to PostinstallRunnerAction by Kelvin Zhang · 1 year, 4 months ago
  38. 09d022d update_engine: use cow_size_info by Daniel Zheng · 1 year, 6 months ago
  39. 49c06b2 Disable XOR ops if compression is set to none by Kelvin Zhang · 1 year, 5 months ago
  40. b1c0524 Handle errors on partition close by Kelvin Zhang · 1 year, 5 months ago
  41. 8ddadd3 Logging improvements by Kelvin Zhang · 1 year, 5 months ago
  42. 944cdac Add support to disable multi-threaded compression at install time by Kelvin Zhang · 1 year, 5 months ago
  43. 95bc6fb update engine: fix gnu++20 build by Tomasz Wasilczyk · 1 year, 6 months ago
  44. 85a6d99 Allow on device spl downgrade check to be bypassed by Kelvin Zhang · 1 year, 7 months ago
  45. f3e8a2c Close the handle when the condition is met and return to prevent resource leaks by wuhaitao3 · 1 year, 9 months ago
  46. f79d4f8 Fix merge sequence failure due to XOR conversion by Kelvin Zhang · 1 year, 10 months ago
  47. 8fffea9 Lint: Initialize variables, log variables on error by Kelvin Zhang · 1 year, 10 months ago
  48. eede4c8 Adding error for when overlayfs is enabled in OTA by Daniel Zheng · 2 years ago
  49. a4b7ba6 Refactor for ISnapshotWriter removal. by David Anderson · 2 years ago
  50. cf29915 Mark source partition as writable before writing corrected bits by Kelvin Zhang · 1 year, 11 months ago
  51. 8144b25 Refactor for new libsnapshot_cow API. by David Anderson · 2 years ago
  52. f978480 Revert ResetUpdateProgress behavior by Daniel Zheng · 2 years ago
  53. 430852d Properly report an error for download action write errors by Kelvin Zhang · 2 years ago
  54. 996766a Prefer vendor prop when fetching ab partition list by Kelvin Zhang · 2 years ago
  55. 5b00dc5 Move FinishedSnapshotWrites call to filesystem verifier by Kelvin Zhang · 2 years ago
  56. 5eece04 Make checkpointing atomic by Daniel Zheng · 2 years ago
  57. e47767a Reduce VABC memory usage by Kelvin Zhang · 2 years ago
  58. 7dd5a5e Do not skip copying in place block if source corrupted by Kelvin Zhang · 2 years ago
  59. a3a68a9 Fix partial read failure on last block of src partition by Kelvin Zhang · 2 years, 2 months ago
  60. 67144e5 Fix S to T incremental OTA with XOR disabled by Kelvin Zhang · 2 years, 2 months ago
  61. d795875 Move all copy write processing to later in pipeline by Kelvin Zhang · 2 years, 2 months ago
  62. 9fc62b8 Added a field to set enable_vabc by Daniel Zheng · 2 years, 2 months ago
  63. 0a6ac9f Fix plain VAB OTA failure by Kelvin Zhang · 2 years, 2 months ago
  64. bfa1041 Fix cow size estimation of --vabc-none by Kelvin Zhang · 2 years, 2 months ago
  65. a7407b5 Rename update_device.py's --disable-vabc param by Kelvin Zhang · 2 years, 2 months ago
  66. 24287c3 Don't unmap partitions if they weren't mapped by Kelvin Zhang · 2 years, 2 months ago
  67. 1bcd7d7 Fix rollback detection by Kelvin Zhang · 2 years, 3 months ago
  68. 701cb6f Fixed infinite loop inside verity write and --disable_fec_computation by Daniel Zheng · 2 years, 3 months ago
  69. bdba354 Reject SPL downgrade for locked bootlaoders by Kelvin Zhang · 2 years, 3 months ago
  70. 6bef490 Add cli option to enable multi-threaded compression by Kelvin Zhang · 2 years, 3 months ago
  71. cb9932f Fix xor writer failure by Kelvin Zhang · 2 years, 4 months ago
  72. 9dbdcfb Remove log spams from update_engine by Kelvin Zhang · 2 years, 4 months ago
  73. 6c05706 Fix crashes when OTA install fails on non-VABC partition by Kelvin Zhang · 2 years, 4 months ago
  74. 3efb3f2 Verity writes propogate progress report by Daniel Zheng · 2 years, 5 months ago
  75. d4806f8 Changed new_cow_size var type to auto to prevent overflow. by Daniel Zheng · 2 years, 5 months ago
  76. 263a540 Skip postinstall mount check if we already completed postinstall by Kelvin Zhang · 2 years, 5 months ago
  77. 49170aa Fsync data after writing prefs by Kelvin Zhang · 2 years, 6 months ago
  78. ab15beb Remove unnecessary partition re-maps by Kelvin Zhang · 2 years, 6 months ago
  79. fc81688 Support overwriting existing signatures when signing OTA by Kelvin Zhang · 2 years, 6 months ago
  80. bd16b01 Changed EncodeFEC to compute in incremental steps allowing OTA to be by Daniel Zheng · 2 years, 8 months ago
  81. d11e2fc Move some SOURCE_COPY op processing out of Init() function by Kelvin Zhang · 2 years, 7 months ago
  82. 1528f92 libsnapshot: CowWriter - AddCopy API change by Akilesh Kailash · 2 years, 7 months ago
  83. 32a1604 Add Fd() method to file descriptor wrapper by Kelvin Zhang · 2 years, 8 months ago
  84. 42f81b8 Checkpoint update progress before pausing by Kelvin Zhang · 2 years, 8 months ago
  85. 4565a2e Moving cow_size_updates to before partitions are parsed. by Daniel Zheng · 2 years, 8 months ago
  86. 730ae9b added disable_vabc field to install_plan by Daniel Zheng · 2 years, 9 months ago
  87. 3e881aa Initialized unitialized variables. by Daniel Zheng · 2 years, 9 months ago
  88. da4f729 added .clangd config file. initialized uninitialized variables by Daniel Zheng · 2 years, 9 months ago
  89. 862c46c Also skip SPL check for empty SPL strings by Kelvin Zhang · 2 years, 9 months ago
  90. a10fd5a Skip SPL check if OTA doesn't contain SPL information by Kelvin Zhang · 2 years, 9 months ago
  91. cfc531f Add security patch level to update manifest by Kelvin Zhang · 2 years, 9 months ago
  92. 5b14582 Take partition size into account when reporting progress by Kelvin Zhang · 2 years, 10 months ago
  93. 1c4b981 Fix S and T mixed build OTA by Kelvin Zhang · 3 years, 2 months ago
  94. 91e839c Support incremental OTA in ota_extractor by Kelvin Zhang · 3 years, 2 months ago
  95. b936892 pread() data into memory instead of lazily mmap everything by Kelvin Zhang · 3 years, 2 months ago
  96. dc122bc Only verify source hash if there is one by Kelvin Zhang · 3 years, 2 months ago
  97. b5bd075 Verify hashes of source copy blocks at install time by Kelvin Zhang · 3 years, 2 months ago
  98. e4bffe6 Fix crash when hash tree isn't enabled but verity is by Kelvin Zhang · 3 years, 3 months ago
  99. 636ba2f Support streaming for lz4 recompress by Kelvin Zhang · 3 years, 3 months ago
  100. 1df000a Cleanup dangling mount on update_engine start by Kelvin Zhang · 3 years, 3 months ago