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
*
Merge "updater: Clean up CreateStash()."
Tao Bao
2017-01-05
1
-83
/
+84
|
\
|
*
updater: Clean up CreateStash().
Tao Bao
2016-12-29
1
-84
/
+85
*
|
updater: Refactor parse_range().
Tao Bao
2017-01-04
1
-74
/
+63
|
/
*
updater: Fix the operator order.
Tao Bao
2016-12-14
1
-1
/
+1
*
updater: Switch to libbase logging.
Tao Bao
2016-12-01
1
-99
/
+95
*
Cleanup ReadArgs & ReadValueArgs usage
Tianjie Xu
2016-11-01
1
-30
/
+24
*
Replace minzip with libziparchive
Tianjie Xu
2016-10-18
1
-47
/
+26
*
Change StringValue to use std::string
Tianjie Xu
2016-10-15
1
-81
/
+73
*
Refactor libupdater into a seperate module.
Tao Bao
2016-10-11
1
-2
/
+2
*
Check an edge case when read(2) returns 0
Tianjie Xu
2016-09-01
1
-0
/
+4
*
Check the results from applypatch
Tianjie Xu
2016-06-16
1
-4
/
+10
|
\
|
*
Check the results from applypatch
Tianjie Xu
2016-06-16
1
-4
/
+10
*
|
resolve merge conflicts of 7ce287d to nyc-dev-plus-aosp
Tianjie Xu
2016-06-04
1
-7
/
+52
|
\
|
|
*
Call ioctl before each write on retry
Tianjie Xu
2016-06-03
1
-7
/
+52
*
|
resolve merge conflicts of 50f6417 to nyc-dev-plus-aosp
Tianjie Xu
2016-05-23
1
-28
/
+56
|
\
|
|
*
Allow recovery to return error codes
Tianjie Xu
2016-05-20
1
-27
/
+54
*
|
Add time and I/O info to last_install
Tianjie Xu
2016-05-18
1
-0
/
+12
|
\
|
|
*
Add time and I/O info to last_install
Tianjie Xu
2016-05-16
1
-0
/
+12
|
*
Skip stashing source blocks in verify mode
Tianjie Xu
2016-03-23
1
-8
/
+46
|
*
DO NOT MERGE Control fault injection with config files instead of build flags
Jed Estep
2016-03-16
1
-1
/
+1
|
*
resolve merge conflicts of 7b6027dde4 to master.
Tao Bao
2016-02-04
1
-10
/
+9
|
|
\
|
*
\
Merge "IO fault injection for OTA packages"
Jed Estep
2016-01-09
1
-6
/
+7
|
|
\
\
|
|
*
|
IO fault injection for OTA packages
Jed Estep
2016-01-06
1
-6
/
+7
|
*
|
|
updater: Add a function to check first block
Tianjie Xu
2015-12-18
1
-0
/
+55
|
|
/
/
|
*
|
Merge "updater: Output msg when recovery is called"
Tianjie Xu
2015-12-11
1
-1
/
+4
|
|
\
\
|
|
*
|
updater: Output msg when recovery is called
Tianjie Xu
2015-12-10
1
-1
/
+4
*
|
|
|
Merge "Fix google-explicit-constructor warnings."
Chih-hung Hsieh
2016-04-30
1
-1
/
+1
|
\
\
\
\
|
*
|
|
|
Fix google-explicit-constructor warnings.
Chih-Hung Hsieh
2016-04-29
1
-1
/
+1
*
|
|
|
|
updater: Don't zero out CommandParameters with memset(3).
Tao Bao
2016-04-27
1
-2
/
+1
|
/
/
/
/
*
|
|
|
Switch to <android-base/unique_fd.h>.
Elliott Hughes
2016-03-29
1
-25
/
+17
*
|
|
|
Skip stashing source blocks in verify mode
Tianjie Xu
2016-03-25
1
-8
/
+46
*
|
|
|
Control fault injection with config files instead of build flags
Jed Estep
2016-02-23
1
-1
/
+1
*
|
|
|
IO fault injection for OTA packages
Jed Estep
2016-02-10
1
-12
/
+13
|
|
_
|
/
|
/
|
|
*
|
|
Switch from mincrypt to BoringSSL in applypatch and updater.
Sen Jiang
2016-02-04
1
-10
/
+9
*
|
|
updater: Add a function to check first block
Tianjie Xu
2016-01-07
1
-0
/
+55
*
|
|
updater: Output msg when recovery is called
Tianjie Xu
2015-12-11
1
-1
/
+4
|
/
/
*
/
updater: Replace strtok() with android::base::Split().
Tao Bao
2015-12-07
1
-133
/
+144
|
/
*
Track rename from base/ to android-base/.
Elliott Hughes
2015-12-05
1
-2
/
+2
*
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