index
:
anonymous/android_bootable_recovery
android-11
android-14.0
android-4.3
android-4.4
android-5.0
android-5.1
android-6.0
android-7.0
android-7.1
android-8.0
android-8.1
android-9.0
Team Win Recovery Project (TWRP)
mirror
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
applypatch
/
imgdiff.cpp
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2018-05-24
Convert deflate image chunks to raw if the raw data is smaller
Tianjie Xu
1
-2
/
+2
2018-02-23
Remove the assumption of target chunk size in imgdiff
Tianjie Xu
1
-18
/
+27
2017-11-16
Switch imgdiff to libbase logging
Tianjie Xu
1
-92
/
+107
2017-10-24
Use SuffixArrayIndexInterface opaque type instead of the underlying data pointer.
Alex Deymo
1
-5
/
+7
2017-10-16
otautil: Move RangeSet implementation into rangeset.cpp.
Tao Bao
1
-0
/
+2
2017-10-11
Move rangeset.h and print_sha1.h into otautil.
Tao Bao
1
-1
/
+1
2017-09-21
Output split information for imgdiff when handling large apks
Tianjie Xu
1
-60
/
+129
2017-09-06
Improve imgdiff for large zip files
Tianjie Xu
1
-18
/
+423
2017-08-19
Move Image/ImageChunk/PatchChunk declaration into header files
Tianjie Xu
1
-270
/
+65
2017-08-13
Add a new PatchChunk class in imgdiff
Tianjie Xu
1
-236
/
+292
2017-08-02
Refactor the imgdiff
Tianjie Xu
1
-392
/
+567
2017-07-07
Fix a rare failure for imgdiff when random data equals gzip header
Tianjie Xu
1
-11
/
+14
2017-03-16
More cleanup to imgdiff & imgpatch
Tianjie Xu
1
-79
/
+106
2017-03-07
Refractor the code for imgdiff
Tianjie Xu
1
-618
/
+593
2017-01-19
imgdiff: cache bsdiff suffix array in zip mode.
Sen Jiang
1
-13
/
+17
2016-12-28
imgdiff: Fix an edge case that leads to infinite loop.
Tao Bao
1
-15
/
+10
2016-12-20
Add tests for imgdiff.
Tao Bao
1
-30
/
+24
2016-12-07
bootable/recovery: cleanup compiler warnings (potential leak of memory)
Rahul Chaudhry
1
-0
/
+1
2016-11-30
bootable/recovery: cleanup compiler warnings (unused value)
Rahul Chaudhry
1
-0
/
+16
2016-11-16
Use static_cast to cast pointers returned by malloc/calloc/realloc/mmap.
Rahul Chaudhry
1
-16
/
+16
2016-11-16
bootable/recovery: cleanup compiler warnings (potential leak of memory)
Rahul Chaudhry
1
-0
/
+4
2016-11-09
Use static_cast to cast pointers returned by malloc/calloc/realloc/mmap.
Rahul Chaudhry
1
-16
/
+16
2016-06-01
Revert "Fix memory/resource handling in imgdiff.cpp, using unique_ptr and vector."
Tao Bao
1
-38
/
+40
2016-06-01
Revert "Fix memory/resource handling in imgdiff.cpp, using unique_ptr and vector."
Tao Bao
1
-38
/
+40
2016-06-01
Fix memory/resource handling in imgdiff.cpp, using unique_ptr and vector.
Adam Buchbinder
1
-40
/
+38
2016-05-26
Fix memory/resource handling in imgdiff.cpp, using unique_ptr and vector.
Adam Buchbinder
1
-40
/
+38
2016-05-04
applypatch: Use bsdiff from external/bsdiff.
Sen Jiang
1
-14
/
+3
2016-02-12
imgdiff: don't fail if gzip is corrupted.
Sen Jiang
1
-12
/
+10
2016-02-10
applypatch: Add a Makefile to build imgdiff in Chrome OS.
Sen Jiang
1
-2
/
+0
2015-12-23
imgdiff: skip spurious gzip headers in image files
David Riley
1
-6
/
+13
2015-11-16
DO NOT MERGE recovery: Switch applypatch/ and updater/ to cpp.
Tao Bao
1
-38
/
+46
2015-07-14
recovery: Switch applypatch/ and updater/ to cpp.
Tao Bao
1
-1060
/
+0
2015-07-14
recovery: Switch applypatch/ and updater/ to cpp.
Tao Bao
1
-1060
/
+0
2015-04-15
imgdiff: Avoid infinite loop if inflate fails
Johan Redestig
1
-0
/
+9
2012-08-21
add bonus data feature to imgdiff/imgpatch/applypatch
Doug Zongker
1
-8
/
+49
2010-02-18
relocate applypatch; add type system and new functions to edify
Doug Zongker
1
-0
/
+1010