aboutsummaryrefslogtreecommitdiff
path: root/payload_generator
AgeCommit message (Expand)Author
11 daysdisable op count overhead for v2HEADmastermainDaniel Zheng
2024-04-12update_engine: never enable BCJ.Elliott Hughes
2024-04-08cow estimator: terminate on bad writeDaniel Zheng
2024-04-03cow estimation: use old partition sizeDaniel Zheng
2024-03-28update_engine: remove global cow versionDaniel Zheng
2024-03-28update_engine: fix cow estimation errorDaniel Zheng
2024-03-26update_engine: remove temporary estimationDaniel Zheng
2024-03-26v3 cow estimatorDaniel Zheng
2024-03-13Fix puffin failure on duplicating deflatesKelvin Zhang
2024-02-28Fix warningsDaniel Zheng
2024-01-30update_engine: temporary estimation solutionDaniel Zheng
2024-01-30update_engine: use compression_factorDaniel Zheng
2024-01-16Improve ExtentRanges::AddExtent() runtime from O(n) to O(log n)Kelvin Zhang
2024-01-04update_engine: cow estimator to use cow versionDaniel Zheng
2024-01-04update_engine: use cow_size_infoDaniel Zheng
2024-01-04Disable XOR ops if compression is set to noneKelvin Zhang
2023-12-06Convert int to string for payload sizesJae Hoon Kim
2023-10-02Auto detect minor version for complete partial updatesKelvin Zhang
2023-09-25Fix erofs-utils 1.7 compatibilityKelvin Zhang
2023-09-22Ensure partitions are at least 1 block in sizeKelvin Zhang
2023-09-01Auto-detect minor version number for partial updatesKelvin Zhang
2023-07-25Add a CLI option to enable/disable puffdiffKelvin Zhang
2023-07-05Replace usage of base::Callback with std::functionKelvin Zhang
2023-07-05Improve cycle breaking heuristic of merge sequence algorithmKelvin Zhang
2023-06-29Make dependency map available via public getterKelvin Zhang
2023-06-29Add partition name field to MergeSequenceGeneratorKelvin Zhang
2023-06-29Add test corpus for merge sequence generatorKelvin Zhang
2023-06-14Use unsquashfs specified by caller if possibleKelvin Zhang
2023-06-13Refactor for new libsnapshot_cow API.David Anderson
2023-05-25Remove unused code in delta_generatorKelvin Zhang
2023-05-17Fix boot image parsing when input image is too smallKelvin Zhang
2023-05-16Remove extra error logs when parsing non-EROFS imagesKelvin Zhang
2023-05-09Support erofs files which have their last block unalignedKelvin Zhang
2023-05-05Changing cow version to read from buildDaniel Zheng
2023-04-26Changed delta_generator to make use of --max_threadsDaniel Zheng
2023-04-07Round partition sizes to multiple of 4K in delta_generatorandroid-u-beta-1-gplKelvin Zhang
2023-04-04Switch over from libbrillo flags to gflagsKelvin Zhang
2023-03-07Fix rollback detectionKelvin Zhang
2023-02-17Fix xor writer failureKelvin Zhang
2022-11-30Remove unnecessary call to truncate()Kelvin Zhang
2022-11-21Support overwriting existing signatures when signing OTAKelvin Zhang
2022-10-27Move some SOURCE_COPY op processing out of Init() functionKelvin Zhang
2022-10-19libsnapshot: CowWriter - AddCopy API changeAkilesh Kailash
2022-09-08Initialized unitialized variables.Daniel Zheng
2022-09-02Skip writing empty SPL string into update manifestKelvin Zhang
2022-08-29Add security patch level to update manifestKelvin Zhang
2022-08-02Fix duplicate verity bugKelvin Zhang
2022-08-02Fix missing label ops during cow size estimationKelvin Zhang
2022-05-24Fix bug where uncompressed files do not get extent info populatedKelvin Zhang
2022-05-05payload_generator: Fix distribution for LLVM rollJordan R Abrahams-Whitehead