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
/
include
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2018-08-31
applypatch: {Load,Save}FileContents return bool values.
Tao Bao
1
-5
/
+4
2018-08-31
applypatch: Refactor applypatch().
Tao Bao
1
-38
/
+47
2018-07-20
applypatch: Change applypatch command-line arguments.
Tao Bao
1
-4
/
+5
2018-07-13
applypatch: Consolidate CacheSizeCheck() and MakeFreeSpaceOnCache().
Tao Bao
1
-5
/
+4
2018-07-12
applypatch: Fix the return type of FreeSpaceForFile().
Tao Bao
1
-7
/
+3
2018-07-10
applypatch: Restrict applypatch_check to eMMC targets.
Tao Bao
1
-3
/
+4
2018-06-20
applypatch: {Load,Save}FileContents and ParseSha1 take std::string.
Tao Bao
1
-3
/
+3
2018-06-20
applypatch: Clean up the function comments.
Tao Bao
1
-10
/
+48
2018-05-24
Convert deflate image chunks to raw if the raw data is smaller
Tianjie Xu
1
-1
/
+2
2018-04-20
applypatch: Drop the SHA_CTX parameter in Apply{BSDiff,Image}Patch.
Tao Bao
1
-6
/
+6
2018-04-13
Remove the old log files if cache space is insufficient for OTA
Tianjie Xu
1
-1
/
+5
2018-02-28
Add a singleton CacheLocation to replace the hard coded locations
Tianjie Xu
1
-6
/
+0
2018-02-23
Remove the assumption of target chunk size in imgdiff
Tianjie Xu
1
-2
/
+3
2017-12-07
applypatch: Remove the 'st' field from FileContents.
Tao Bao
1
-2
/
+0
2017-11-16
Switch imgdiff to libbase logging
Tianjie Xu
1
-5
/
+2
2017-11-10
applypatch: Change the patch parameter to const Value& in Apply{BSDiff,Image}Patch.
Tao Bao
1
-2
/
+13
2017-11-03
Switch to bionic gtest in bootable/recovery
Tianjie Xu
1
-6
/
+5
2017-10-24
Use SuffixArrayIndexInterface opaque type instead of the underlying data pointer.
Alex Deymo
1
-2
/
+3
2017-10-11
Move rangeset.h and print_sha1.h into otautil.
Tao Bao
1
-1
/
+1
2017-10-09
applypatch: Forward declare struct Value.
Tao Bao
1
-1
/
+2
2017-09-21
Output split information for imgdiff when handling large apks
Tianjie Xu
1
-1
/
+5
2017-09-06
Improve imgdiff for large zip files
Tianjie Xu
1
-1
/
+57
2017-08-19
Move Image/ImageChunk/PatchChunk declaration into header files
Tianjie Xu
1
-0
/
+247
2017-05-16
Print SHA1 of the patch if bsdiff fails with data error
Tianjie Xu
1
-2
/
+0
2017-03-28
applypatch: Let Apply{BSDiff,Image}Patch accept std::function.
Tao Bao
2
-5
/
+8
2017-03-28
applypatch: Change the ssize_t length parameters to size_t.
Tao Bao
2
-15
/
+10
2016-12-28
applypatch: Don't expose FindMatchingPatch().
Tao Bao
1
-2
/
+1
2016-12-20
Add tests for imgdiff.
Tao Bao
2
-4
/
+45
2016-10-29
applypatch: Switch the parameter of Value** to std::vector.
Tao Bao
1
-7
/
+8
2016-10-15
Change StringValue to use std::string
Tianjie Xu
1
-6
/
+4
2016-03-03
Fix the improper use of LOCAL_WHOLE_STATIC_LIBRARIES.
Tao Bao
1
-0
/
+87
2016-01-28
applypatch: Compile libimgpatch for target and host.
Sen Jiang
1
-0
/
+26