summaryrefslogtreecommitdiffstats
path: root/applypatch/imgdiff.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* Remove the assumption of target chunk size in imgdiffTianjie Xu2018-02-231-18/+27
* Switch imgdiff to libbase loggingTianjie Xu2017-11-161-92/+107
* Merge "Use SuffixArrayIndexInterface opaque type instead of the underlying data pointer."Treehugger Robot2017-10-241-5/+7
|\
| * Use SuffixArrayIndexInterface opaque type instead of the underlying data pointer.Alex Deymo2017-10-241-5/+7
* | otautil: Move RangeSet implementation into rangeset.cpp.Tao Bao2017-10-161-0/+2
* | Move rangeset.h and print_sha1.h into otautil.Tao Bao2017-10-111-1/+1
|/
* Output split information for imgdiff when handling large apksTianjie Xu2017-09-211-60/+129
* Improve imgdiff for large zip filesTianjie Xu2017-09-061-18/+423
* Move Image/ImageChunk/PatchChunk declaration into header filesTianjie Xu2017-08-191-270/+65
* Add a new PatchChunk class in imgdiffTianjie Xu2017-08-131-236/+292
* Refactor the imgdiffTianjie Xu2017-08-021-392/+567
* Fix a rare failure for imgdiff when random data equals gzip headerTianjie Xu2017-07-071-11/+14
* More cleanup to imgdiff & imgpatchTianjie Xu2017-03-161-79/+106
* Refractor the code for imgdiffTianjie Xu2017-03-071-618/+593
* Merge "bootable/recovery: cleanup compiler warnings (potential leak of memory)"Tao Bao2017-02-011-0/+1
|\
| * bootable/recovery: cleanup compiler warnings (potential leak of memory)Rahul Chaudhry2016-12-071-0/+1
* | imgdiff: cache bsdiff suffix array in zip mode.Sen Jiang2017-01-191-13/+17
* | imgdiff: Fix an edge case that leads to infinite loop.Tao Bao2016-12-281-15/+10
* | Add tests for imgdiff.Tao Bao2016-12-201-30/+24
|/
* Merge "bootable/recovery: cleanup compiler warnings (unused value)"Tao Bao2016-12-011-0/+16
|\
| * bootable/recovery: cleanup compiler warnings (unused value)Rahul Chaudhry2016-11-301-0/+16
* | Merge "bootable/recovery: cleanup compiler warnings (potential leak of memory)"Tao Bao2016-11-301-0/+4
|\ \ | |/ |/|
| * bootable/recovery: cleanup compiler warnings (potential leak of memory)Rahul Chaudhry2016-11-161-0/+4
* | Use static_cast to cast pointers returned by malloc/calloc/realloc/mmap.Rahul Chaudhry2016-11-161-16/+16
|/
* Revert "Fix memory/resource handling in imgdiff.cpp, using unique_ptr and vector."Tao Bao2016-06-011-38/+40
* Fix memory/resource handling in imgdiff.cpp, using unique_ptr and vector.Adam Buchbinder2016-06-011-40/+38
* applypatch: Use bsdiff from external/bsdiff.Sen Jiang2016-05-041-14/+3
* imgdiff: don't fail if gzip is corrupted.Sen Jiang2016-02-121-12/+10
* applypatch: Add a Makefile to build imgdiff in Chrome OS.Sen Jiang2016-02-101-2/+0
* imgdiff: skip spurious gzip headers in image filesDavid Riley2015-12-231-6/+13
* imgdiff: fix file descriptor leakJeremy Compostella2015-09-081-1/+9
* recovery: Switch applypatch/ and updater/ to cpp.Tao Bao2015-07-141-0/+1068