index
:
Project-1CE/bootable_recovery
sugisawa
sugisawa-mr1
tachibana
tachibana-mr1
umineko
Unnamed repository; edit this file 'description' to name the repository.
Linux User
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
applypatch
/
applypatch.cpp
Age
Commit message (
Expand
)
Author
2019-10-04
Moving recovery resources from /system to /vendor
Bill Peckham
2019-09-23
applypatch: Add backup_source parameter to PatchPartition.
Tao Bao
2019-03-28
Fix bogus error checking on unique_fd
Bernie Innocenti
2018-08-31
applypatch: {Load,Save}FileContents return bool values.
Tao Bao
2018-08-31
applypatch: Refactor applypatch().
Tao Bao
2018-08-27
Remove otafault
Tianjie Xu
2018-07-20
applypatch: Change applypatch command-line arguments.
Tao Bao
2018-07-13
applypatch: Consolidate CacheSizeCheck() and MakeFreeSpaceOnCache().
Tao Bao
2018-07-12
applypatch: Fix the return type of FreeSpaceForFile().
Tao Bao
2018-07-11
Remove the debug code for bspatch flakiness
Tianjie Xu
2018-07-09
edify: Remove VAL_INVALID and move ValueType into Value class.
Tao Bao
2018-07-10
Merge "applypatch: Restrict applypatch_check to eMMC targets."
Tao Bao
2018-07-09
applypatch: Restrict applypatch_check to eMMC targets.
Tao Bao
2018-07-09
applypatch: Fix a potential nullptr dereferencing.
Tao Bao
2018-06-20
applypatch: {Load,Save}FileContents and ParseSha1 take std::string.
Tao Bao
2018-06-20
applypatch: Move to libbase logging.
Tao Bao
2018-06-19
applypatch: Clean up the function comments.
Tao Bao
2018-04-26
Save the target file when applypatch tests fail
Tianjie Xu
2018-04-25
Rename CacheLocation to Paths.
Tao Bao
2018-04-24
Dump debug information for apply_patch unit tests
Tianjie Xu
2018-04-20
applypatch: Drop the SHA_CTX parameter in Apply{BSDiff,Image}Patch.
Tao Bao
2018-04-19
applypatch: Dump patch info on mismatching patching result.
Tao Bao
2018-04-13
Remove the old log files if cache space is insufficient for OTA
Tianjie Xu
2018-02-28
Add a singleton CacheLocation to replace the hard coded locations
Tianjie Xu
2018-02-12
Skip the cache size check on host
Tianjie Xu
2017-12-07
applypatch: Remove the 'st' field from FileContents.
Tao Bao
2017-11-10
applypatch: Change the patch parameter to const Value& in Apply{BSDiff,Image}...
Tao Bao
2017-11-03
Switch to bionic gtest in bootable/recovery
Tianjie Xu
2017-10-10
Move rangeset.h and print_sha1.h into otautil.
Tao Bao
2017-09-29
otafault: Move headers under otafault/.
Tao Bao
2017-03-28
applypatch: Let Apply{BSDiff,Image}Patch accept std::function.
Tao Bao
2017-03-28
applypatch: Change the ssize_t length parameters to size_t.
Tao Bao
2017-03-16
applypatch: Drop the support for patching non-EMMC targets.
Tao Bao
2016-12-28
applypatch: Don't expose FindMatchingPatch().
Tao Bao
2016-12-19
Bugfix:updater always retry apply patch failed,when memcpy failed.
katao
2016-11-28
Remove ota_close(int) and ota_fclose(FILE*).
Tao Bao
2016-11-22
Add ota_close(unique_fd&) and ota_fclose(std::unique_ptr<FILE>&).
Tao Bao
2016-11-21
applypatch: Release FD when explicitly calling close.
Tao Bao
2016-11-17
applypatch: Use unique_fd to avoid leaking FDs.
Tao Bao
2016-11-17
applypatch: Clean up LoadPartitionContents().
Tao Bao
2016-10-28
applypatch: Switch the parameter of Value** to std::vector.
Tao Bao
2016-10-18
Fix applypatch_check failure when applying update on angler
Tianjie Xu
2016-10-15
Change StringValue to use std::string
Tianjie Xu
2016-08-31
Check an edge case when read(2) returns 0
Tianjie Xu
2016-06-10
Remove obsolete MTD support.
Elliott Hughes
2016-04-18
Fix google-runtime-int warnings.
Chih-Hung Hsieh
2016-03-03
Fix the improper use of LOCAL_WHOLE_STATIC_LIBRARIES.
Tao Bao
2016-02-22
Control fault injection with config files instead of build flags
Jed Estep
2016-02-11
applypatch: use vector to store data in FileContents.
Yabin Cui
2016-02-10
IO fault injection for OTA packages
Jed Estep
[next]