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
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge "Use SuffixArrayIndexInterface opaque type instead of the underlying data pointer."
Treehugger Robot
2017-10-24
1
-5
/
+7
|
\
|
*
Use SuffixArrayIndexInterface opaque type instead of the underlying data pointer.
Alex Deymo
2017-10-24
1
-5
/
+7
*
|
otautil: Move RangeSet implementation into rangeset.cpp.
Tao Bao
2017-10-16
1
-0
/
+2
*
|
Move rangeset.h and print_sha1.h into otautil.
Tao Bao
2017-10-11
1
-1
/
+1
|
/
*
Output split information for imgdiff when handling large apks
Tianjie Xu
2017-09-21
1
-60
/
+129
*
Improve imgdiff for large zip files
Tianjie Xu
2017-09-06
1
-18
/
+423
*
Move Image/ImageChunk/PatchChunk declaration into header files
Tianjie Xu
2017-08-19
1
-270
/
+65
*
Add a new PatchChunk class in imgdiff
Tianjie Xu
2017-08-13
1
-236
/
+292
*
Refactor the imgdiff
Tianjie Xu
2017-08-02
1
-392
/
+567
*
Fix a rare failure for imgdiff when random data equals gzip header
Tianjie Xu
2017-07-07
1
-11
/
+14
*
More cleanup to imgdiff & imgpatch
Tianjie Xu
2017-03-16
1
-79
/
+106
*
Refractor the code for imgdiff
Tianjie Xu
2017-03-07
1
-618
/
+593
*
Merge "bootable/recovery: cleanup compiler warnings (potential leak of memory)"
Tao Bao
2017-02-01
1
-0
/
+1
|
\
|
*
bootable/recovery: cleanup compiler warnings (potential leak of memory)
Rahul Chaudhry
2016-12-07
1
-0
/
+1
*
|
imgdiff: cache bsdiff suffix array in zip mode.
Sen Jiang
2017-01-19
1
-13
/
+17
*
|
imgdiff: Fix an edge case that leads to infinite loop.
Tao Bao
2016-12-28
1
-15
/
+10
*
|
Add tests for imgdiff.
Tao Bao
2016-12-20
1
-30
/
+24
|
/
*
Merge "bootable/recovery: cleanup compiler warnings (unused value)"
Tao Bao
2016-12-01
1
-0
/
+16
|
\
|
*
bootable/recovery: cleanup compiler warnings (unused value)
Rahul Chaudhry
2016-11-30
1
-0
/
+16
*
|
Merge "bootable/recovery: cleanup compiler warnings (potential leak of memory)"
Tao Bao
2016-11-30
1
-0
/
+4
|
\
\
|
|
/
|
/
|
|
*
bootable/recovery: cleanup compiler warnings (potential leak of memory)
Rahul Chaudhry
2016-11-16
1
-0
/
+4
*
|
Use static_cast to cast pointers returned by malloc/calloc/realloc/mmap.
Rahul Chaudhry
2016-11-16
1
-16
/
+16
|
/
*
Revert "Fix memory/resource handling in imgdiff.cpp, using unique_ptr and vector."
Tao Bao
2016-06-01
1
-38
/
+40
*
Fix memory/resource handling in imgdiff.cpp, using unique_ptr and vector.
Adam Buchbinder
2016-06-01
1
-40
/
+38
*
applypatch: Use bsdiff from external/bsdiff.
Sen Jiang
2016-05-04
1
-14
/
+3
*
imgdiff: don't fail if gzip is corrupted.
Sen Jiang
2016-02-12
1
-12
/
+10
*
applypatch: Add a Makefile to build imgdiff in Chrome OS.
Sen Jiang
2016-02-10
1
-2
/
+0
*
imgdiff: skip spurious gzip headers in image files
David Riley
2015-12-23
1
-6
/
+13
*
imgdiff: fix file descriptor leak
Jeremy Compostella
2015-09-08
1
-1
/
+9
*
recovery: Switch applypatch/ and updater/ to cpp.
Tao Bao
2015-07-14
1
-0
/
+1068