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
/
applypatch.cpp
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Update to AOSP 8.0 base
Ethan Yonker
2017-09-08
1
-650
/
+406
|
\
|
*
applypatch: Drop the support for patching non-EMMC targets.
Tao Bao
2017-03-16
1
-277
/
+109
|
*
applypatch: Don't expose FindMatchingPatch().
Tao Bao
2016-12-28
1
-1
/
+1
|
*
Bugfix:updater always retry apply patch failed,when memcpy failed.
katao
2016-12-19
1
-0
/
+11
|
*
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
|
*
applypatch: Switch the parameter of Value** to std::vector.
Tao Bao
2016-10-29
1
-8
/
+8
|
*
Fix applypatch_check failure when applying update on angler
Tianjie Xu
2016-10-18
1
-1
/
+1
|
*
Change StringValue to use std::string
Tianjie Xu
2016-10-15
1
-16
/
+12
|
*
Check an edge case when read(2) returns 0
Tianjie Xu
2016-09-01
1
-0
/
+3
|
*
Remove obsolete MTD support.
Elliott Hughes
2016-06-10
1
-207
/
+101
|
*
Fix google-runtime-int warnings.
Chih-Hung Hsieh
2016-04-18
1
-1
/
+1
|
*
Fix the improper use of LOCAL_WHOLE_STATIC_LIBRARIES.
Tao Bao
2016-03-03
1
-1
/
+1
|
*
Control fault injection with config files instead of build flags
Jed Estep
2016-02-23
1
-1
/
+1
|
*
applypatch: use vector to store data in FileContents.
Yabin Cui
2016-02-12
1
-71
/
+32
|
*
IO fault injection for OTA packages
Jed Estep
2016-02-10
1
-26
/
+27
*
|
Fix updater binary for 7.0
Ethan Yonker
2016-08-31
1
-4
/
+4
*
|
Update to 7.0
Ethan Yonker
2016-08-24
1
-3
/
+43
*
|
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
1
-72
/
+33
*
|
resolve merge conflicts of 715d8a203a to master.
Yabin Cui
2016-02-06
1
-96
/
+83
|
\
|
|
*
applypatch: fix memory leaks reported by static analysis.
Yabin Cui
2016-02-05
1
-96
/
+83
*
|
resolve merge conflicts of 7b6027dde4 to master.
Tao Bao
2016-02-04
1
-24
/
+23
|
\
|
|
*
Switch from mincrypt to BoringSSL in applypatch and updater.
Sen Jiang
2016-02-04
1
-24
/
+23
*
|
IO fault injection for OTA packages
Jed Estep
2016-01-06
1
-24
/
+25
|
/
*
Track rename from base/ to android-base/.
Elliott Hughes
2015-12-05
1
-1
/
+1
*
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
1
-12
/
+72
*
applypatch: Refactor strtok().
Tao Bao
2015-07-24
1
-83
/
+53
*
recovery: Switch applypatch/ and updater/ to cpp.
Tao Bao
2015-07-14
1
-0
/
+1025