summaryrefslogtreecommitdiffstats
path: root/applypatch/include (follow)
Commit message (Expand)AuthorAgeFilesLines
* Switch to zip64 in recoveryKelvin Zhang2020-09-161-1/+2
* Update language to comply with Android’s inclusive language guidanceTianjie2020-07-231-2/+2
* applypatch: Add backup_source parameter to PatchPartition.Tao Bao2019-09-231-3/+4
* applypatch: {Load,Save}FileContents return bool values.Tao Bao2018-08-311-5/+4
* applypatch: Refactor applypatch().Tao Bao2018-08-311-38/+47
* applypatch: Change applypatch command-line arguments.Tao Bao2018-07-201-4/+5
* applypatch: Consolidate CacheSizeCheck() and MakeFreeSpaceOnCache().Tao Bao2018-07-131-5/+4
* applypatch: Fix the return type of FreeSpaceForFile().Tao Bao2018-07-121-7/+3
* applypatch: Restrict applypatch_check to eMMC targets.Tao Bao2018-07-101-3/+4
* applypatch: {Load,Save}FileContents and ParseSha1 take std::string.Tao Bao2018-06-201-3/+3
* applypatch: Clean up the function comments.Tao Bao2018-06-201-10/+48
* Convert deflate image chunks to raw if the raw data is smallerTianjie Xu2018-05-241-1/+2
* applypatch: Drop the SHA_CTX parameter in Apply{BSDiff,Image}Patch.Tao Bao2018-04-201-6/+6
* Remove the old log files if cache space is insufficient for OTATianjie Xu2018-04-131-1/+5
* Add a singleton CacheLocation to replace the hard coded locationsTianjie Xu2018-02-281-6/+0
* Remove the assumption of target chunk size in imgdiffTianjie Xu2018-02-231-2/+3
* applypatch: Remove the 'st' field from FileContents.Tao Bao2017-12-071-2/+0
* Switch imgdiff to libbase loggingTianjie Xu2017-11-161-5/+2
* applypatch: Change the patch parameter to const Value& in Apply{BSDiff,Image}Patch.Tao Bao2017-11-101-2/+13
* Switch to bionic gtest in bootable/recoveryTianjie Xu2017-11-031-6/+5
* Merge "Use SuffixArrayIndexInterface opaque type instead of the underlying data pointer."Treehugger Robot2017-10-241-2/+3
|\
| * Use SuffixArrayIndexInterface opaque type instead of the underlying data pointer.Alex Deymo2017-10-241-2/+3
* | Move rangeset.h and print_sha1.h into otautil.Tao Bao2017-10-111-1/+1
|/
* applypatch: Forward declare struct Value.Tao Bao2017-10-091-1/+2
* Output split information for imgdiff when handling large apksTianjie Xu2017-09-211-1/+5
* Improve imgdiff for large zip filesTianjie Xu2017-09-061-1/+57
* Move Image/ImageChunk/PatchChunk declaration into header filesTianjie Xu2017-08-191-0/+247
* Print SHA1 of the patch if bsdiff fails with data errorTianjie Xu2017-05-161-2/+0
* applypatch: Let Apply{BSDiff,Image}Patch accept std::function.Tao Bao2017-03-282-5/+8
* applypatch: Change the ssize_t length parameters to size_t.Tao Bao2017-03-282-15/+10
* applypatch: Don't expose FindMatchingPatch().Tao Bao2016-12-281-2/+1
* Add tests for imgdiff.Tao Bao2016-12-202-4/+45
* applypatch: Switch the parameter of Value** to std::vector.Tao Bao2016-10-291-7/+8
* Change StringValue to use std::stringTianjie Xu2016-10-151-6/+4
* Fix the improper use of LOCAL_WHOLE_STATIC_LIBRARIES.Tao Bao2016-03-031-0/+87
* applypatch: Compile libimgpatch for target and host.Sen Jiang2016-01-281-0/+26