aboutsummaryrefslogtreecommitdiff
path: root/payload_consumer
AgeCommit message (Expand)Author
2024-03-28update_engine: typoDaniel Zheng
2024-03-12update_engine: update error logDaniel Zheng
2024-02-29update_engine: factor out source_copy methodDaniel Zheng
2024-02-01update_engine: refactor manifest parsingDaniel Zheng
2024-01-30update_engine: refactor into methodDaniel Zheng
2024-01-30update_engine: add error logDaniel Zheng
2024-01-29update_engine: remove unused variableDaniel Zheng
2024-01-25update_engine: update op buf size with vabc_noneDaniel Zheng
2024-01-18Fix sideload OTA breakageKelvin Zhang
2024-01-16Improve ExtentRanges::AddExtent() runtime from O(n) to O(log n)Kelvin Zhang
2024-01-10Move FinishedSnapshotWrites call back to PostinstallRunnerActionKelvin Zhang
2024-01-04update_engine: use cow_size_infoDaniel Zheng
2024-01-04Disable XOR ops if compression is set to noneKelvin Zhang
2023-12-14Handle errors on partition closeKelvin Zhang
2023-12-14Logging improvementsKelvin Zhang
2023-12-12Add support to disable multi-threaded compression at install timeKelvin Zhang
2023-11-16update engine: fix gnu++20 buildTomasz Wasilczyk
2023-10-23Allow on device spl downgrade check to be bypassedKelvin Zhang
2023-08-29Close the handle when the condition is met and return to prevent resource leakswuhaitao3
2023-07-25Fix merge sequence failure due to XOR conversionKelvin Zhang
2023-07-25Lint: Initialize variables, log variables on errorKelvin Zhang
2023-07-14Adding error for when overlayfs is enabled in OTADaniel Zheng
2023-06-21Refactor for ISnapshotWriter removal.David Anderson
2023-06-16Mark source partition as writable before writing corrected bitsKelvin Zhang
2023-06-13Refactor for new libsnapshot_cow API.David Anderson
2023-06-08Revert ResetUpdateProgress behaviorDaniel Zheng
2023-05-25Properly report an error for download action write errorsKelvin Zhang
2023-05-24Prefer vendor prop when fetching ab partition listKelvin Zhang
2023-05-24Move FinishedSnapshotWrites call to filesystem verifierKelvin Zhang
2023-05-23Make checkpointing atomicDaniel Zheng
2023-05-18Reduce VABC memory usageKelvin Zhang
2023-05-15Do not skip copying in place block if source corruptedKelvin Zhang
2023-04-06Fix partial read failure on last block of src partitionKelvin Zhang
2023-04-03Fix S to T incremental OTA with XOR disabledKelvin Zhang
2023-03-30Move all copy write processing to later in pipelineKelvin Zhang
2023-03-28Added a field to set enable_vabcDaniel Zheng
2023-03-23Fix plain VAB OTA failureKelvin Zhang
2023-03-17Fix cow size estimation of --vabc-noneKelvin Zhang
2023-03-13Rename update_device.py's --disable-vabc paramKelvin Zhang
2023-03-09Don't unmap partitions if they weren't mappedKelvin Zhang
2023-03-07Fix rollback detectionKelvin Zhang
2023-03-02Fixed infinite loop inside verity write and --disable_fec_computationDaniel Zheng
2023-02-24Reject SPL downgrade for locked bootlaodersKelvin Zhang
2023-02-23Add cli option to enable multi-threaded compressionKelvin Zhang
2023-02-17Fix xor writer failureKelvin Zhang
2023-01-18Remove log spams from update_enginemain-16k-with-phonesKelvin Zhang
2023-01-18Fix crashes when OTA install fails on non-VABC partitionKelvin Zhang
2023-01-06Verity writes propogate progress reportDaniel Zheng
2022-12-19Changed new_cow_size var type to auto to prevent overflow.Daniel Zheng
2022-12-12Skip postinstall mount check if we already completed postinstallKelvin Zhang