index
:
bootable_recovery.git
p9.0
q10.0
q10.0-backup
q10.0-r9rebase
q10.0-twrp
r11.0
t13.0
u14.0
bootable_recovery
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
applypatch
/
imgdiff.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Check for overflow before allocating memory fore decompression.
Kelvin Zhang
2020-09-18
1
-4
/
+30
*
Switch to zip64 in recovery
Kelvin Zhang
2020-09-16
1
-3
/
+3
*
Update language to comply with Android’s inclusive language guidance
Tianjie
2020-07-23
1
-7
/
+8
*
Address the warnings in recovery code
Tianjie Xu
2020-03-07
1
-3
/
+3
*
Move off the Next ZipString overload.
Elliott Hughes
2019-05-22
1
-3
/
+2
*
Track libziparchive API change.
Elliott Hughes
2019-05-08
1
-1
/
+1
*
Convert deflate image chunks to raw if the raw data is smaller
Tianjie Xu
2018-05-24
1
-2
/
+2
*
Remove the assumption of target chunk size in imgdiff
Tianjie Xu
2018-02-23
1
-18
/
+27
*
Switch imgdiff to libbase logging
Tianjie Xu
2017-11-15
1
-92
/
+107
*
Merge "Use SuffixArrayIndexInterface opaque type instead of the underlying da...
Treehugger Robot
2017-10-24
1
-5
/
+7
|
\
|
*
Use SuffixArrayIndexInterface opaque type instead of the underlying data poin...
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-10
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-05
1
-18
/
+423
*
Move Image/ImageChunk/PatchChunk declaration into header files
Tianjie Xu
2017-08-18
1
-270
/
+65
*
Add a new PatchChunk class in imgdiff
Tianjie Xu
2017-08-12
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-06
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-06
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-06
1
-0
/
+1
*
|
imgdiff: cache bsdiff suffix array in zip mode.
Sen Jiang
2017-01-18
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-19
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-15
1
-0
/
+4
*
|
Use static_cast to cast pointers returned by malloc/calloc/realloc/mmap.
Rahul Chaudhry
2016-11-15
1
-16
/
+16
|
/
*
Revert "Fix memory/resource handling in imgdiff.cpp, using unique_ptr and vec...
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-03
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-09
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-13
1
-0
/
+1068