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
*
applypatch: Let Apply{BSDiff,Image}Patch accept std::function.
Tao Bao
2017-03-28
1
-14
/
+10
*
applypatch: Change the ssize_t length parameters to size_t.
Tao Bao
2017-03-28
1
-19
/
+18
*
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
*
applypatch: fix memory leaks reported by static analysis.
Yabin Cui
2016-02-05
1
-96
/
+83
*
Switch from mincrypt to BoringSSL in applypatch and updater.
Sen Jiang
2016-02-04
1
-24
/
+23
*
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