summaryrefslogtreecommitdiffstats
path: root/tests/component/imgdiff_test.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* Remove the assumption of target chunk size in imgdiffTianjie Xu2018-02-231-0/+101
* tests: Clean up the files in TemporaryDir.Tao Bao2017-11-021-5/+9
* Fix the size mismatch in imgdiffTianjie Xu2017-11-011-50/+27
* tests: Take the ownership of the FD when calling fdopen.Tao Bao2017-10-261-16/+16
* otautil: Move RangeSet implementation into rangeset.cpp.Tao Bao2017-10-161-0/+1
* Output split information for imgdiff when handling large apksTianjie Xu2017-09-211-8/+40
* Fix the dangling pointer when setting up arguments of imgdiffTianjie Xu2017-09-131-6/+9
* Improve imgdiff for large zip filesTianjie Xu2017-09-061-5/+334
* Fix a rare failure for imgdiff when random data equals gzip headerTianjie Xu2017-07-071-0/+33
* Print SHA1 of the patch if bsdiff fails with data errorTianjie Xu2017-05-161-0/+39
* applypatch: Let Apply{BSDiff,Image}Patch accept std::function.Tao Bao2017-03-281-56/+24
* applypatch: Change the ssize_t length parameters to size_t.Tao Bao2017-03-281-1/+1
* More cleanup to imgdiff & imgpatchTianjie Xu2017-03-161-4/+5
* Refractor the code for imgdiffTianjie Xu2017-03-071-0/+56
* imgdiff: Fix an edge case that leads to infinite loop.Tao Bao2016-12-281-0/+80
* Add tests for imgdiff.Tao Bao2016-12-201-0/+448