aboutsummaryrefslogtreecommitdiff
path: root/applypatch
AgeCommit message (Expand)Author
2021-02-14[LSC] Add LOCAL_LICENSE_KINDS to bootable/recoveryBob Badour
2021-01-14Don't build host binary for applypatchTianjie
2021-01-13Switch imgdiff to use libz_stableKelvin Zhang
2020-09-18Check for overflow before allocating memory fore decompression.Kelvin Zhang
2020-09-16Switch to zip64 in recoveryKelvin Zhang
2020-07-23Update language to comply with Android’s inclusive language guidanceTianjie
2020-03-07Address the warnings in recovery codeTianjie Xu
2019-10-04Moving recovery resources from /system to /vendorBill Peckham
2019-09-23applypatch: Add backup_source parameter to PatchPartition.Tao Bao
2019-09-23applypatch: Use static libs for libbrotli and libbz.Tao Bao
2019-09-13Link libcrypto dynamically for recovery unit tests.Pete Bentley
2019-07-10Remove libimgpatchTianjie Xu
2019-06-28Build libimgdiff as a host only libraryTianjie Xu
2019-05-22Move off the Next ZipString overload.Elliott Hughes
2019-05-08Track libziparchive API change.Elliott Hughes
2019-03-28Fix bogus error checking on unique_fdBernie Innocenti
2018-12-17applypatch: Fix comparison of integers of different signs.Tao Bao
2018-08-31applypatch: {Load,Save}FileContents return bool values.Tao Bao
2018-08-31applypatch: Refactor applypatch().Tao Bao
2018-08-27Remove otafaultTianjie Xu
2018-07-20applypatch: Change applypatch command-line arguments.Tao Bao
2018-07-13applypatch: Consolidate CacheSizeCheck() and MakeFreeSpaceOnCache().Tao Bao
2018-07-12applypatch: Fix the return type of FreeSpaceForFile().Tao Bao
2018-07-11applypatch: Switch freecache.cpp to libbase logging.Tao Bao
2018-07-11Remove the debug code for bspatch flakinessTianjie Xu
2018-07-09edify: Remove VAL_INVALID and move ValueType into Value class.Tao Bao
2018-07-10Merge "applypatch: Restrict applypatch_check to eMMC targets."Tao Bao
2018-07-09applypatch: Restrict applypatch_check to eMMC targets.Tao Bao
2018-07-09applypatch: Fix a potential nullptr dereferencing.Tao Bao
2018-06-20applypatch: {Load,Save}FileContents and ParseSha1 take std::string.Tao Bao
2018-06-20applypatch: Move to libbase logging.Tao Bao
2018-06-19applypatch: Clean up the function comments.Tao Bao
2018-05-24Convert deflate image chunks to raw if the raw data is smallerTianjie Xu
2018-04-26Save the target file when applypatch tests failTianjie Xu
2018-04-26Merge "Dump the uncompressed data's SHA1 to debug flaky tests"Tianjie Xu
2018-04-25Rename CacheLocation to Paths.Tao Bao
2018-04-25Dump the uncompressed data's SHA1 to debug flaky testsTianjie Xu
2018-04-24Dump debug information for apply_patch unit testsTianjie Xu
2018-04-20applypatch: Drop the SHA_CTX parameter in Apply{BSDiff,Image}Patch.Tao Bao
2018-04-19applypatch: Dump patch info on mismatching patching result.Tao Bao
2018-04-13Remove the old log files if cache space is insufficient for OTATianjie Xu
2018-02-28Add a singleton CacheLocation to replace the hard coded locationsTianjie Xu
2018-02-23Remove the assumption of target chunk size in imgdiffTianjie Xu
2018-02-17Disable building libapplypatch on macTianjie Xu
2018-02-12Skip the cache size check on hostTianjie Xu
2017-12-07applypatch: Remove the 'st' field from FileContents.Tao Bao
2017-11-17Merge "Add libbrotli as a dependency when building applypatch binary"Tianjie Xu
2017-11-15Switch imgdiff to libbase loggingTianjie Xu
2017-11-11Merge "applypatch: Change the patch parameter to const Value& in Apply{BSDiff...Tao Bao
2017-11-10applypatch: Change the patch parameter to const Value& in Apply{BSDiff,Image}...Tao Bao