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: {Load,Save}FileContents return bool values.
Tao Bao
2018-08-31
1
-13
/
+13
*
applypatch: Refactor applypatch().
Tao Bao
2018-08-31
1
-276
/
+164
*
Remove otafault
Tianjie Xu
2018-08-28
1
-104
/
+46
*
applypatch: Change applypatch command-line arguments.
Tao Bao
2018-07-20
1
-7
/
+3
*
applypatch: Consolidate CacheSizeCheck() and MakeFreeSpaceOnCache().
Tao Bao
2018-07-13
1
-10
/
+2
*
applypatch: Fix the return type of FreeSpaceForFile().
Tao Bao
2018-07-12
1
-10
/
+0
*
Remove the debug code for bspatch flakiness
Tianjie Xu
2018-07-11
1
-13
/
+0
*
edify: Remove VAL_INVALID and move ValueType into Value class.
Tao Bao
2018-07-10
1
-1
/
+1
*
Merge "applypatch: Restrict applypatch_check to eMMC targets."
Tao Bao
2018-07-10
1
-10
/
+12
|
\
|
*
applypatch: Restrict applypatch_check to eMMC targets.
Tao Bao
2018-07-10
1
-10
/
+12
*
|
applypatch: Fix a potential nullptr dereferencing.
Tao Bao
2018-07-10
1
-4
/
+7
|
/
*
applypatch: {Load,Save}FileContents and ParseSha1 take std::string.
Tao Bao
2018-06-20
1
-13
/
+14
*
applypatch: Move to libbase logging.
Tao Bao
2018-06-20
1
-72
/
+75
*
applypatch: Clean up the function comments.
Tao Bao
2018-06-20
1
-106
/
+57
*
Save the target file when applypatch tests fail
Tianjie Xu
2018-04-27
1
-0
/
+8
*
Rename CacheLocation to Paths.
Tao Bao
2018-04-26
1
-5
/
+5
*
Dump debug information for apply_patch unit tests
Tianjie Xu
2018-04-24
1
-0
/
+5
*
applypatch: Drop the SHA_CTX parameter in Apply{BSDiff,Image}Patch.
Tao Bao
2018-04-20
1
-8
/
+7
*
applypatch: Dump patch info on mismatching patching result.
Tao Bao
2018-04-19
1
-1
/
+16
*
Remove the old log files if cache space is insufficient for OTA
Tianjie Xu
2018-04-13
1
-7
/
+7
*
Add a singleton CacheLocation to replace the hard coded locations
Tianjie Xu
2018-02-28
1
-6
/
+5
*
Skip the cache size check on host
Tianjie Xu
2018-02-13
1
-3
/
+2
*
applypatch: Remove the 'st' field from FileContents.
Tao Bao
2017-12-07
1
-15
/
+3
*
applypatch: Change the patch parameter to const Value& in Apply{BSDiff,Image}Patch.
Tao Bao
2017-11-10
1
-4
/
+4
*
Switch to bionic gtest in bootable/recovery
Tianjie Xu
2017-11-03
1
-9
/
+9
*
Move rangeset.h and print_sha1.h into otautil.
Tao Bao
2017-10-11
1
-1
/
+1
*
otafault: Move headers under otafault/.
Tao Bao
2017-09-29
1
-1
/
+1
*
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