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
/
updater
/
blockimg.cpp
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2015-10-23
updater: Bump up the BBOTA version to 4.
Tao Bao
1
-1
/
+1
2015-10-19
Error correction: Use libfec in blockimg.cpp for recovery
Sami Tolvanen
1
-0
/
+76
2015-09-26
updater: Skip empty lines in the transfer list file.
Tao Bao
1
-0
/
+4
2015-09-24
updater: Use android::base::ParseInt() to parse integers.
Tao Bao
1
-40
/
+25
2015-09-10
updater: Manage buffers with std::vector.
Tao Bao
1
-228
/
+168
2015-09-08
updater: Replace the pointers in LoadSrcTgtVersion[1-3]() parameter.
Tao Bao
1
-29
/
+26
2015-09-01
updater: Clean up C codes.
Tao Bao
1
-602
/
+429
2015-08-26
updater: Remove the unused isunresumable in SaveStash().
Tao Bao
1
-3
/
+3
2015-08-22
GOOGLEGMS-749 Fix integer overflow while applying block based OTA package
Shrinivas Sahukar
1
-46
/
+48
2015-08-06
updater: Clean up char* with std::string.
Tao Bao
1
-261
/
+141
2015-08-04
udpater: Call fsync() after rename().
Tao Bao
1
-0
/
+20
2015-07-27
updater: Hoist fsync() to outer loop.
Tao Bao
1
-6
/
+5
2015-07-14
recovery: Switch applypatch/ and updater/ to cpp.
Tao Bao
1
-17
/
+14
2015-07-14
recovery: Switch applypatch/ and updater/ to cpp.
Tao Bao
1
-1994
/
+0
2015-07-11
Revert "Zero blocks before BLKDISCARD"
Tao Bao
1
-17
/
+1
2015-07-01
Revert "Zero blocks before BLKDISCARD"
Tao Bao
1
-17
/
+1
2015-06-26
More accurate checking for overlapped ranges.
Tao Bao
1
-1
/
+1
2015-06-26
More accurate checking for overlapped ranges.
Tao Bao
1
-1
/
+1
2015-06-10
Zero blocks before BLKDISCARD
Sami Tolvanen
1
-1
/
+17
2015-06-10
Zero blocks before BLKDISCARD
Sami Tolvanen
1
-1
/
+17
2015-06-10
Revert "Zero blocks before BLKDISCARD"
Sami Tolvanen
1
-5
/
+9
2015-06-10
Revert "Zero blocks before BLKDISCARD"
Sami Tolvanen
1
-5
/
+9
2015-06-09
Zero blocks before BLKDISCARD
Sami Tolvanen
1
-9
/
+5
2015-06-09
Zero blocks before BLKDISCARD
Sami Tolvanen
1
-9
/
+5
2015-05-29
Really don't use TEMP_FAILURE_RETRY with close in recovery.
Elliott Hughes
1
-1
/
+1
2015-05-29
Handle BLKDISCARD failures
Sami Tolvanen
1
-2
/
+1
2015-05-29
Really don't use TEMP_FAILURE_RETRY with close in recovery.
Elliott Hughes
1
-1
/
+1
2015-05-28
Handle BLKDISCARD failures
Sami Tolvanen
1
-2
/
+1
2015-05-16
Don't use TEMP_FAILURE_RETRY on close in recovery.
Elliott Hughes
1
-2
/
+2
2015-05-16
Don't use TEMP_FAILURE_RETRY on close in recovery.
Elliott Hughes
1
-2
/
+2
2015-05-15
Add error and range checks to parse_range
Sami Tolvanen
1
-10
/
+71
2015-04-30
Check all lseek calls succeed.
Elliott Hughes
1
-28
/
+20
2015-04-30
Check all lseek calls succeed.
Elliott Hughes
1
-28
/
+20
2015-04-17
Don't remove existing explicitly stashed blocks
Sami Tolvanen
1
-10
/
+28
2015-03-23
Always use strerror to report errno in recovery.
Elliott Hughes
1
-19
/
+20
2015-03-11
updater: Check the return value from ApplyImagePatch / ApplyBSDiffPatch
Tao Bao
1
-14
/
+28
2015-02-23
Fix a printf format warning.
Narayan Kamath
1
-1
/
+1
2015-02-18
Initialize stashbase even stash_max_blocks = 0
Jesse Zhao
1
-1
/
+1
2015-01-30
Support resuming block based OTAs
Sami Tolvanen
1
-346
/
+1460
2014-09-26
support for version 2 of block image diffs
Doug Zongker
1
-45
/
+209
2014-09-08
support for version 2 of block image diffs
Doug Zongker
1
-45
/
+209
2014-09-04
fix comment in blockimg updater code
Doug Zongker
1
-3
/
+3
2014-09-04
use lseek64 instead of lseek
Andrew Boie
1
-11
/
+11
2014-08-21
fix two bugs in block image updater
Doug Zongker
1
-18
/
+32
2014-08-20
installer for new block OTA system
Doug Zongker
1
-0
/
+631
2014-08-19
installer for new block OTA system
Doug Zongker
1
-0
/
+631