summaryrefslogtreecommitdiffstats
path: root/applypatch/imgdiff.cpp (unfollow)
Commit message (Expand)AuthorFilesLines
2016-12-20Add tests for imgdiff.Tao Bao1-30/+24
2016-11-30bootable/recovery: cleanup compiler warnings (unused value)Rahul Chaudhry1-0/+16
2016-11-16Use static_cast to cast pointers returned by malloc/calloc/realloc/mmap.Rahul Chaudhry1-16/+16
2016-11-16bootable/recovery: cleanup compiler warnings (potential leak of memory)Rahul Chaudhry1-0/+4
2016-06-01Revert "Fix memory/resource handling in imgdiff.cpp, using unique_ptr and vector."Tao Bao1-38/+40
2016-06-01Fix memory/resource handling in imgdiff.cpp, using unique_ptr and vector.Adam Buchbinder1-40/+38
2016-05-04applypatch: Use bsdiff from external/bsdiff.Sen Jiang1-14/+3
2016-02-12imgdiff: don't fail if gzip is corrupted.Sen Jiang1-12/+10
2016-02-10applypatch: Add a Makefile to build imgdiff in Chrome OS.Sen Jiang1-2/+0
2015-12-23imgdiff: skip spurious gzip headers in image filesDavid Riley1-6/+13
2015-11-16DO NOT MERGE recovery: Switch applypatch/ and updater/ to cpp.Tao Bao1-38/+46
2015-07-14recovery: Switch applypatch/ and updater/ to cpp.Tao Bao1-1060/+0
2015-07-14recovery: Switch applypatch/ and updater/ to cpp.Tao Bao1-1060/+0
2015-04-15imgdiff: Avoid infinite loop if inflate failsJohan Redestig1-0/+9
2012-08-21add bonus data feature to imgdiff/imgpatch/applypatchDoug Zongker1-8/+49
2010-02-18relocate applypatch; add type system and new functions to edifyDoug Zongker1-0/+1010