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
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Implement a custom deflate sink function for bspatch
Tianjie Xu
2017-05-26
1
-58
/
+86
*
Print SHA1 of the patch if bsdiff fails with data error
Tianjie Xu
2017-05-16
3
-22
/
+32
*
Merge "applypatch: Remove the obsolete support for "applypatch -s"."
Tao Bao
2017-04-26
1
-17
/
+1
|
\
|
*
applypatch: Remove the obsolete support for "applypatch -s".
Tao Bao
2017-04-26
1
-17
/
+1
*
|
applypatch: Add determine the return value of ApplyDiffPatch and
Jinguang Dong
2017-04-26
1
-1
/
+4
|
/
*
applypatch: Remove duplicate test files.
Tao Bao
2017-04-02
5
-468
/
+0
*
applypatch: Let Apply{BSDiff,Image}Patch accept std::function.
Tao Bao
2017-03-28
5
-30
/
+28
*
applypatch: Change the ssize_t length parameters to size_t.
Tao Bao
2017-03-28
5
-47
/
+40
*
Merge "applypatch: Drop the support for patching non-EMMC targets."
Tao Bao
2017-03-26
1
-277
/
+109
|
\
|
*
applypatch: Drop the support for patching non-EMMC targets.
Tao Bao
2017-03-16
1
-277
/
+109
*
|
More cleanup to imgdiff & imgpatch
Tianjie Xu
2017-03-16
5
-193
/
+128
|
/
*
Refractor the code for imgdiff
Tianjie Xu
2017-03-07
2
-618
/
+596
*
Use bspatch from external/bsdiff.
Sen Jiang
2017-02-02
3
-183
/
+28
*
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
*
|
Merge "imgpatch: Compile with ZLIB_CONST defined."
Tao Bao
2017-01-20
2
-4
/
+10
|
\
\
|
*
|
imgpatch: Compile with ZLIB_CONST defined.
Tao Bao
2017-01-20
2
-4
/
+10
*
|
|
imgdiff: cache bsdiff suffix array in zip mode.
Sen Jiang
2017-01-19
2
-16
/
+20
|
/
/
*
|
Merge "imgdiff: Fix an edge case that leads to infinite loop."
Tao Bao
2017-01-04
2
-15
/
+11
|
\
\
|
*
|
imgdiff: Fix an edge case that leads to infinite loop.
Tao Bao
2016-12-28
2
-15
/
+11
*
|
|
applypatch: Don't expose FindMatchingPatch().
Tao Bao
2016-12-28
2
-3
/
+2
|
/
/
*
|
Add tests for imgdiff.
Tao Bao
2016-12-20
6
-266
/
+335
*
|
Bugfix:updater always retry apply patch failed,when memcpy failed.
katao
2016-12-19
1
-0
/
+11
|
/
*
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
*
|
Remove ota_close(int) and ota_fclose(FILE*).
Tao Bao
2016-11-28
1
-2
/
+2
*
|
Add ota_close(unique_fd&) and ota_fclose(std::unique_ptr<FILE>&).
Tao Bao
2016-11-23
1
-7
/
+7
*
|
applypatch: Release FD when explicitly calling close.
Tao Bao
2016-11-21
1
-5
/
+5
*
|
applypatch: Use unique_fd to avoid leaking FDs.
Tao Bao
2016-11-17
1
-282
/
+270
*
|
applypatch: Clean up LoadPartitionContents().
Tao Bao
2016-11-17
1
-283
/
+257
*
|
Use static_cast to cast pointers returned by malloc/calloc/realloc/mmap.
Rahul Chaudhry
2016-11-16
1
-16
/
+16
|
/
*
applypatch: Add testcases for applypatch executable.
Tao Bao
2016-11-01
4
-30
/
+102
*
applypatch: Switch the parameter of Value** to std::vector.
Tao Bao
2016-10-29
3
-23
/
+23
*
applypatch: Fix the bug when constructing VAL_BLOB.
Tao Bao
2016-10-25
1
-2
/
+3
*
Merge "Fix applypatch_check failure when applying update on angler"
Tianjie Xu
2016-10-19
1
-1
/
+1
|
\
|
*
Fix applypatch_check failure when applying update on angler
Tianjie Xu
2016-10-18
1
-1
/
+1
*
|
Replace minzip with libziparchive
Tianjie Xu
2016-10-18
1
-1
/
+0
|
/
*
Change StringValue to use std::string
Tianjie Xu
2016-10-15
7
-79
/
+75
*
Turn on -Werror for recovery
Tianjie Xu
2016-09-30
1
-0
/
+5
*
Merge "Switch recovery to libbase logging"
Tianjie Xu
2016-09-02
1
-1
/
+1
|
\
|
*
Switch recovery to libbase logging
Tianjie Xu
2016-09-01
1
-1
/
+1
*
|
Check an edge case when read(2) returns 0
Tianjie Xu
2016-09-01
1
-0
/
+3
|
/
*
Merge "Fix references to libcrypto_utils_static."
Josh Gao
2016-08-08
1
-4
/
+4
|
\
|
*
Fix references to libcrypto_utils_static.
Josh Gao
2016-08-06
1
-4
/
+4
*
|
resolve merge conflicts of 179c0d8 to stage-aosp-master
Elliott Hughes
2016-06-16
3
-213
/
+105
|
\
|
|
*
Remove obsolete MTD support.
Elliott Hughes
2016-06-10
3
-213
/
+105
*
|
resolve merge conflicts of 490fad6 to nyc-dev-plus-aosp
Tao Bao
2016-06-14
1
-57
/
+66
|
\
\
|
|
/
|
/
|
|
*
applypatch: Don't call inflate() when it expects zero-length output.
Tao Bao
2016-06-14
1
-57
/
+66
|
*
Control fault injection with config files instead of build flags
Jed Estep
2016-03-19
1
-1
/
+1
|
*
Revert "DO NOT MERGE Control fault injection with config files instead of build flags"
Tao Bao
2016-03-17
1
-1
/
+1
|
*
DO NOT MERGE Control fault injection with config files instead of build flags
Jed Estep
2016-03-16
1
-1
/
+1
|
*
applypatch: use vector to store data in FileContents.
Yabin Cui
2016-03-11
3
-117
/
+67
|
*
resolve merge conflicts of 715d8a203a to master.
Yabin Cui
2016-02-06
7
-303
/
+204
|
|
\
|
*
\
resolve merge conflicts of 7b6027dde4 to master.
Tao Bao
2016-02-04
6
-38
/
+37
|
|
\
\
|
*
\
\
Merge "Fix build." am: 9d72d4175b
Tao Bao
2016-01-29
1
-0
/
+2
|
|
\
\
\
|
*
\
\
\
resolve merge conflicts of 725833e024 to master.
Tao Bao
2016-01-29
4
-2
/
+69
|
|
\
\
\
\
|
*
|
|
|
|
IO fault injection for OTA packages
Jed Estep
2016-01-06
2
-26
/
+27
*
|
|
|
|
|
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
*
|
|
|
|
|
Revert "imgdiff: Generate statically linked imgdiff."
Tao Bao
2016-06-01
1
-2
/
+1
*
|
|
|
|
|
imgdiff: Generate statically linked imgdiff.
Tao Bao
2016-05-31
1
-1
/
+2
*
|
|
|
|
|
applypatch: Use bsdiff from external/bsdiff.
Sen Jiang
2016-05-04
3
-425
/
+10
*
|
|
|
|
|
Fix google-runtime-int warnings.
Chih-Hung Hsieh
2016-04-18
4
-15
/
+16
*
|
|
|
|
|
Add include/ to the Makefile include path.
Alex Deymo
2016-03-14
1
-1
/
+1
*
|
|
|
|
|
Merge "applypatch: add -fPIC for libimgpatch in Chrome OS."
Sen Jiang
2016-03-09
1
-0
/
+1
|
\
\
\
\
\
\
|
*
|
|
|
|
|
applypatch: add -fPIC for libimgpatch in Chrome OS.
Sen Jiang
2016-03-09
1
-0
/
+1
*
|
|
|
|
|
|
Fix the improper use of LOCAL_WHOLE_STATIC_LIBRARIES.
Tao Bao
2016-03-03
7
-25
/
+49
|
/
/
/
/
/
/
*
|
|
|
|
|
Control fault injection with config files instead of build flags
Jed Estep
2016-02-23
1
-1
/
+1
*
|
|
|
|
|
applypatch: Add libimgpatch.pc
Sen Jiang
2016-02-16
1
-0
/
+6
*
|
|
|
|
|
imgdiff: don't fail if gzip is corrupted.
Sen Jiang
2016-02-12
1
-12
/
+10
*
|
|
|
|
|
applypatch: use vector to store data in FileContents.
Yabin Cui
2016-02-12
3
-116
/
+66
*
|
|
|
|
|
IO fault injection for OTA packages
Jed Estep
2016-02-10
2
-28
/
+29
*
|
|
|
|
|
applypatch: Add a Makefile to build imgdiff in Chrome OS.
Sen Jiang
2016-02-10
6
-4
/
+39
|
|
_
|
_
|
_
|
/
|
/
|
|
|
|
*
|
|
|
|
applypatch: fix memory leaks reported by static analysis.
Yabin Cui
2016-02-05
7
-303
/
+202
|
|
_
|
_
|
/
|
/
|
|
|
*
|
|
|
Switch from mincrypt to BoringSSL in applypatch and updater.
Sen Jiang
2016-02-04
6
-38
/
+37
|
|
_
|
/
|
/
|
|
*
|
|
Fix build.
Tao Bao
2016-01-29
1
-0
/
+2
|
|
/
|
/
|
*
|
applypatch: Compile libimgpatch for target and host.
Sen Jiang
2016-01-28
4
-2
/
+69
|
/
*
imgdiff: skip spurious gzip headers in image files
David Riley
2015-12-23
1
-6
/
+13
*
Track rename from base/ to android-base/.
Elliott Hughes
2015-12-05
1
-1
/
+1
*
Remove the building rules for applypatch_static.
Tao Bao
2015-12-02
1
-13
/
+0
*
imgdiff: fix file descriptor leak
Jeremy Compostella
2015-09-08
1
-1
/
+9
*
updater: Clean up char* with std::string.
Tao Bao
2015-08-06
1
-11
/
+1
*
applypatch: Fix the checking in WriteToPartition().
Tao Bao
2015-07-25
1
-3
/
+4
*
applypatch: Support flash mode.
Tao Bao
2015-07-24
3
-16
/
+97
*
applypatch: Refactor strtok().
Tao Bao
2015-07-24
2
-86
/
+56
*
recovery: Switch applypatch/ and updater/ to cpp.
Tao Bao
2015-07-14
9
-186
/
+183
*
recovery: Switch to clang
Tao Bao
2015-06-03
1
-0
/
+5
*
Use f_bavail to calculate free space
caozhiyuan
2015-05-29
1
-1
/
+1
*
Stop using libstdc++.
Dan Albert
2015-05-19
1
-2
/
+2
*
Check all lseek calls succeed.
Elliott Hughes
2015-04-30
1
-24
/
+27
*
imgdiff: Avoid infinite loop if inflate fails
Johan Redestig
2015-04-15
1
-0
/
+9
*
am aeecac54: Merge "Add missing includes."
Elliott Hughes
2015-01-30
1
-0
/
+1
|
\
|
*
Add missing includes.
Elliott Hughes
2015-01-30
1
-0
/
+1
*
|
am dab56cac: Merge "Add missing includes."
Elliott Hughes
2015-01-28
1
-0
/
+1
|
\
|
|
*
Add missing includes.
Elliott Hughes
2015-01-28
1
-0
/
+1
*
|
Use more aggressive sync writing to applypatch.
Michael Runge
2014-10-29
1
-8
/
+36
|
/
*
installer for new block OTA system
Doug Zongker
2014-08-20
4
-9
/
+7
*
am c4804e9b: am d4592694: am 3ca99f6c: Merge "fix vulnerability in bspatch"
Doug Zongker
2014-05-16
1
-0
/
+5
|
\
|
*
am 3ca99f6c: Merge "fix vulnerability in bspatch"
Doug Zongker
2014-05-16
1
-0
/
+5
|
|
\
|
|
*
fix vulnerability in bspatch
Doug Zongker
2014-05-13
1
-0
/
+5
|
*
|
am 026ebe02: Merge "Recovery 64-bit compile issues"
Mark Salyzyn
2014-03-14
2
-9
/
+10
|
|
\
|
*
|
|
am 4b6de1ba: am 026ebe02: Merge "Recovery 64-bit compile issues"
Mark Salyzyn
2014-03-14
2
-9
/
+10
|
\
\
\
|
*
\
\
am 026ebe02: Merge "Recovery 64-bit compile issues"
Mark Salyzyn
2014-03-14
2
-9
/
+10
|
|
\
\
\
|
|
|
/
/
|
|
/
|
/
|
|
|
/
|
|
*
Recovery 64-bit compile issues
Mark Salyzyn
2014-03-14
2
-9
/
+10
*
|
|
remove remaining libminelf references
Doug Zongker
2014-02-14
1
-2
/
+2
*
|
|
remove 'retouch' ASLR support
Doug Zongker
2014-02-14
3
-32
/
+11
|
/
/
*
/
fix unnecessarily slow writing of EMMC partitions
Doug Zongker
2013-12-20
1
-15
/
+3
|
/
*
am a69b50c5: am 901b898d: recovery: remove O_DIRECT, use O_SYNC only
Doug Zongker
2013-07-11
1
-2
/
+2
|
\
|
*
recovery: remove O_DIRECT, use O_SYNC only
Doug Zongker
2013-07-11
1
-2
/
+2
*
|
am 660637f3: am e8d953aa: recovery: more cargo-cult programming
Doug Zongker
2013-07-11
1
-2
/
+2
|
\
|
|
*
recovery: more cargo-cult programming
Doug Zongker
2013-07-11
1
-2
/
+2
*
|
am fbcfad33: am bf4a69ac: recovery: sleep after writing partition and closing it
Doug Zongker
2013-07-11
1
-2
/
+7
|
\
|
|
*
recovery: sleep after writing partition and closing it
Doug Zongker
2013-07-10
1
-2
/
+7
*
|
am 2148133d: am c870a99c: recovery: write partitions more conservatively
Doug Zongker
2013-07-11
1
-24
/
+46
|
\
|
|
*
recovery: write partitions more conservatively
Doug Zongker
2013-07-09
1
-24
/
+46
*
|
am 0ccaccf7: am 044a0b4d: recovery: try to write EMMC partitions more reliably
Doug Zongker
2013-07-08
2
-7
/
+73
|
\
|
|
*
recovery: try to write EMMC partitions more reliably
Doug Zongker
2013-07-08
2
-7
/
+73
*
|
verifier: update to support certificates using SHA-256
Doug Zongker
2013-04-10
1
-1
/
+1
|
/
*
reduce some recovery logging
Doug Zongker
2012-10-19
1
-6
/
+21
*
add bonus data feature to imgdiff/imgpatch/applypatch
Doug Zongker
2012-08-21
5
-21
/
+99
*
am 3733d218: Merge changes I664f8dc7,I4154db06,I5e1df90f
Joe Onorato
2012-08-17
1
-1
/
+0
|
\
|
*
host modules don't need LOCAL_MODULE_TAGS
Joe Onorato
2012-07-22
1
-1
/
+0
*
|
Add mode when open(O_CREAT) is used.
Nick Kralevich
2012-06-27
1
-2
/
+2
|
/
*
Add NOTICE file
Wei Zhong
2012-04-06
1
-0
/
+41
*
fix build
Doug Zongker
2012-02-28
2
-2
/
+2
*
fix failure to free memory
Doug Zongker
2012-02-28
2
-19
/
+45
*
Remove the simulator target from all makefiles.
Jeff Brown
2011-07-12
1
-4
/
+0
*
Fix x86 build.
Ying Wang
2011-02-09
1
-2
/
+0
*
am c080bc54: am fbd7ae7a: am 201cd466: remove shadowed variable declaration
Doug Zongker
2010-08-16
1
-1
/
+2
|
\
|
*
am 201cd466: remove shadowed variable declaration
Doug Zongker
2010-08-13
1
-1
/
+2
|
|
\
|
|
*
remove shadowed variable declaration
Doug Zongker
2010-08-13
1
-1
/
+2
*
|
|
am c4e32005: am 17986e6b: am 8cd9e4f3: fix bug in applying patches
Doug Zongker
2010-08-13
1
-1
/
+1
|
\
|
|
|
*
|
am 8cd9e4f3: fix bug in applying patches
Doug Zongker
2010-08-13
1
-1
/
+1
|
|
\
|
|
|
*
fix bug in applying patches
Doug Zongker
2010-08-13
1
-1
/
+1
*
|
|
Working ASLR implementation
Hristo Bojinov
2010-08-02
4
-16
/
+41
*
|
|
EMMC support in applypatch
Doug Zongker
2010-07-08
1
-102
/
+175
|
/
/
*
/
generic_x86 support
Bruce Beare
2010-05-04
1
-0
/
+2
|
/
*
refactor applypatch and friends
Doug Zongker
2010-02-23
9
-1256
/
+1185
*
relocate applypatch; add type system and new functions to edify
Doug Zongker
2010-02-18
17
-0
/
+3882