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
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
updater: Bump up the BBOTA version to 4.
Tao Bao
2015-10-23
1
-1
/
+1
*
Error correction: Use libfec in blockimg.cpp for recovery
Sami Tolvanen
2015-10-19
1
-0
/
+76
*
updater: Skip empty lines in the transfer list file.
Tao Bao
2015-09-26
1
-0
/
+4
*
updater: Use android::base::ParseInt() to parse integers.
Tao Bao
2015-09-24
1
-40
/
+25
*
updater: Manage buffers with std::vector.
Tao Bao
2015-09-10
1
-228
/
+168
*
updater: Replace the pointers in LoadSrcTgtVersion[1-3]() parameter.
Tao Bao
2015-09-08
1
-29
/
+26
*
updater: Clean up C codes.
Tao Bao
2015-09-01
1
-602
/
+429
*
updater: Remove the unused isunresumable in SaveStash().
Tao Bao
2015-08-26
1
-3
/
+3
*
GOOGLEGMS-749 Fix integer overflow while applying block based OTA package
Shrinivas Sahukar
2015-08-22
1
-46
/
+48
*
updater: Clean up char* with std::string.
Tao Bao
2015-08-06
1
-261
/
+141
*
udpater: Call fsync() after rename().
Tao Bao
2015-08-04
1
-0
/
+20
*
updater: Hoist fsync() to outer loop.
Tao Bao
2015-07-27
1
-6
/
+5
*
recovery: Switch applypatch/ and updater/ to cpp.
Tao Bao
2015-07-14
1
-0
/
+1991