summaryrefslogtreecommitdiffstats
path: root/tests/component/imgdiff_test.cpp (unfollow)
Commit message (Expand)AuthorFilesLines
2019-04-30tests: Merge recovery_component_test into recovery_unit_test.Tao Bao1-1114/+0
2018-11-15switch to using android-base/file.h instead of android-base/test_utils.hMark Salyzyn1-1/+0
2018-05-24Convert deflate image chunks to raw if the raw data is smallerTianjie Xu1-32/+75
2018-02-23Remove the assumption of target chunk size in imgdiffTianjie Xu1-0/+101
2017-11-02tests: Clean up the files in TemporaryDir.Tao Bao1-5/+9
2017-11-01Fix the size mismatch in imgdiffTianjie Xu1-50/+27
2017-10-26tests: Take the ownership of the FD when calling fdopen.Tao Bao1-16/+16
2017-10-16otautil: Move RangeSet implementation into rangeset.cpp.Tao Bao1-0/+1
2017-09-21Output split information for imgdiff when handling large apksTianjie Xu1-8/+40
2017-09-13Fix the dangling pointer when setting up arguments of imgdiffTianjie Xu1-6/+9
2017-09-06Improve imgdiff for large zip filesTianjie Xu1-5/+334
2017-07-07Fix a rare failure for imgdiff when random data equals gzip headerTianjie Xu1-0/+33
2017-05-16Print SHA1 of the patch if bsdiff fails with data errorTianjie Xu1-0/+39
2017-03-28applypatch: Let Apply{BSDiff,Image}Patch accept std::function.Tao Bao1-56/+24
2017-03-28applypatch: Change the ssize_t length parameters to size_t.Tao Bao1-1/+1
2017-03-16More cleanup to imgdiff & imgpatchTianjie Xu1-4/+5
2017-03-07Refractor the code for imgdiffTianjie Xu1-0/+56
2016-12-28imgdiff: Fix an edge case that leads to infinite loop.Tao Bao1-0/+80
2016-12-20Add tests for imgdiff.Tao Bao1-0/+448