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
/
imgpatch.cpp
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2018-12-17
applypatch: Fix comparison of integers of different signs.
Tao Bao
1
-1
/
+1
2018-07-11
Remove the debug code for bspatch flakiness
Tianjie Xu
1
-19
/
+2
2018-07-10
edify: Remove VAL_INVALID and move ValueType into Value class.
Tao Bao
1
-7
/
+7
2018-05-24
Convert deflate image chunks to raw if the raw data is smaller
Tianjie Xu
1
-0
/
+1
2018-04-27
Save the target file when applypatch tests fail
Tianjie Xu
1
-14
/
+10
2018-04-26
Dump the uncompressed data's SHA1 to debug flaky tests
Tianjie Xu
1
-1
/
+23
2018-04-24
Dump debug information for apply_patch unit tests
Tianjie Xu
1
-0
/
+5
2018-04-20
applypatch: Drop the SHA_CTX parameter in Apply{BSDiff,Image}Patch.
Tao Bao
1
-12
/
+7
2017-11-10
applypatch: Change the patch parameter to const Value& in Apply{BSDiff,Image}Patch.
Tao Bao
1
-30
/
+23
2017-10-24
applypatch: Fix a memory leak in ApplyImagePatch().
Tao Bao
1
-17
/
+22
2017-10-09
applypatch: Forward declare struct Value.
Tao Bao
1
-0
/
+2
2017-05-26
Implement a custom deflate sink function for bspatch
Tianjie Xu
1
-58
/
+86
2017-05-16
Print SHA1 of the patch if bsdiff fails with data error
Tianjie Xu
1
-6
/
+8
2017-04-26
applypatch: Add determine the return value of ApplyDiffPatch and
Jinguang Dong
1
-1
/
+4
2017-03-28
applypatch: Let Apply{BSDiff,Image}Patch accept std::function.
Tao Bao
1
-7
/
+6
2017-03-28
applypatch: Change the ssize_t length parameters to size_t.
Tao Bao
1
-9
/
+8
2017-03-16
More cleanup to imgdiff & imgpatch
Tianjie Xu
1
-9
/
+16
2017-02-02
Use bspatch from external/bsdiff.
Sen Jiang
1
-0
/
+3
2017-01-20
imgpatch: Compile with ZLIB_CONST defined.
Tao Bao
1
-1
/
+1
2016-12-20
Add tests for imgdiff.
Tao Bao
1
-205
/
+200
2016-10-15
Change StringValue to use std::string
Tianjie Xu
1
-22
/
+22
2016-06-14
applypatch: Don't call inflate() when it expects zero-length output.
Tao Bao
1
-57
/
+66
2016-04-18
Fix google-runtime-int warnings.
Chih-Hung Hsieh
1
-2
/
+2
2016-03-03
Fix the improper use of LOCAL_WHOLE_STATIC_LIBRARIES.
Tao Bao
1
-1
/
+1
2016-02-10
applypatch: Add a Makefile to build imgdiff in Chrome OS.
Sen Jiang
1
-0
/
+6
2016-02-05
applypatch: fix memory leaks reported by static analysis.
Yabin Cui
1
-34
/
+22
2016-02-04
Switch from mincrypt to BoringSSL in applypatch and updater.
Sen Jiang
1
-3
/
+3
2016-01-28
applypatch: Compile libimgpatch for target and host.
Sen Jiang
1
-1
/
+19
2015-11-16
DO NOT MERGE recovery: Switch applypatch/ and updater/ to cpp.
Tao Bao
1
-2
/
+2
2015-07-14
recovery: Switch applypatch/ and updater/ to cpp.
Tao Bao
1
-234
/
+0
2015-07-14
recovery: Switch applypatch/ and updater/ to cpp.
Tao Bao
1
-234
/
+0
2015-01-30
Add missing includes.
Elliott Hughes
1
-0
/
+1
2014-08-20
installer for new block OTA system
Doug Zongker
1
-2
/
+2
2014-08-19
installer for new block OTA system
Doug Zongker
1
-2
/
+2
2014-03-14
Recovery 64-bit compile issues
Mark Salyzyn
1
-3
/
+4
2012-08-21
add bonus data feature to imgdiff/imgpatch/applypatch
Doug Zongker
1
-4
/
+17
2010-02-23
refactor applypatch and friends
Doug Zongker
1
-315
/
+170
2010-02-18
relocate applypatch; add type system and new functions to edify
Doug Zongker
1
-0
/
+364