summaryrefslogtreecommitdiffstats
path: root/applypatch/imgpatch.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* applypatch: Fix comparison of integers of different signs.Tao Bao2018-12-171-1/+1
* Remove the debug code for bspatch flakinessTianjie Xu2018-07-111-19/+2
* edify: Remove VAL_INVALID and move ValueType into Value class.Tao Bao2018-07-101-7/+7
* Convert deflate image chunks to raw if the raw data is smallerTianjie Xu2018-05-241-0/+1
* Save the target file when applypatch tests failTianjie Xu2018-04-271-14/+10
* Dump the uncompressed data's SHA1 to debug flaky testsTianjie Xu2018-04-261-1/+23
* Dump debug information for apply_patch unit testsTianjie Xu2018-04-241-0/+5
* applypatch: Drop the SHA_CTX parameter in Apply{BSDiff,Image}Patch.Tao Bao2018-04-201-12/+7
* applypatch: Change the patch parameter to const Value& in Apply{BSDiff,Image}Patch.Tao Bao2017-11-101-30/+23
* applypatch: Fix a memory leak in ApplyImagePatch().Tao Bao2017-10-241-17/+22
* applypatch: Forward declare struct Value.Tao Bao2017-10-091-0/+2
* Implement a custom deflate sink function for bspatchTianjie Xu2017-05-261-58/+86
* Print SHA1 of the patch if bsdiff fails with data errorTianjie Xu2017-05-161-6/+8
* applypatch: Add determine the return value of ApplyDiffPatch andJinguang Dong2017-04-261-1/+4
* applypatch: Let Apply{BSDiff,Image}Patch accept std::function.Tao Bao2017-03-281-7/+6
* applypatch: Change the ssize_t length parameters to size_t.Tao Bao2017-03-281-9/+8
* More cleanup to imgdiff & imgpatchTianjie Xu2017-03-161-9/+16
* Use bspatch from external/bsdiff.Sen Jiang2017-02-021-0/+3
* imgpatch: Compile with ZLIB_CONST defined.Tao Bao2017-01-201-1/+1
* Add tests for imgdiff.Tao Bao2016-12-201-205/+200
* Change StringValue to use std::stringTianjie Xu2016-10-151-22/+22
* resolve merge conflicts of 490fad6 to nyc-dev-plus-aospTao Bao2016-06-141-57/+66
|\
| * applypatch: Don't call inflate() when it expects zero-length output.Tao Bao2016-06-141-57/+66
* | Fix google-runtime-int warnings.Chih-Hung Hsieh2016-04-181-2/+2
* | Fix the improper use of LOCAL_WHOLE_STATIC_LIBRARIES.Tao Bao2016-03-031-1/+1
* | applypatch: Add a Makefile to build imgdiff in Chrome OS.Sen Jiang2016-02-101-0/+6
|/
* applypatch: fix memory leaks reported by static analysis.Yabin Cui2016-02-051-34/+22
* Switch from mincrypt to BoringSSL in applypatch and updater.Sen Jiang2016-02-041-3/+3
* applypatch: Compile libimgpatch for target and host.Sen Jiang2016-01-281-1/+19
* recovery: Switch applypatch/ and updater/ to cpp.Tao Bao2015-07-141-0/+234