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
/
install.cpp
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add time and I/O info to last_install
Tianjie Xu
2016-05-16
1
-4
/
+23
*
Use BoringSSL instead of mincrypt to speed up package verification.
Elliott Hughes
2016-04-14
1
-8
/
+9
*
Reboot and retry on I/O errors
Tianjie Xu
2016-03-10
1
-0
/
+6
*
recovery: Refactor verifier and verifier_test.
Tao Bao
2016-02-03
1
-7
/
+6
*
Log update outputs in order
Tao Bao
2015-06-03
1
-2
/
+2
*
Update the comments for package installer commands
Tao Bao
2015-04-11
1
-1
/
+13
*
Rotate logs only when there are actual operations
Tao Bao
2015-04-08
1
-0
/
+2
*
Factor out option variables from int to bool types
Tao Bao
2015-03-25
1
-5
/
+5
*
Add missing includes.
Elliott Hughes
2015-01-28
1
-0
/
+1
*
sideload without holding the whole package in RAM
Doug Zongker
2014-07-02
1
-4
/
+6
*
disable async reboot during package installation
Doug Zongker
2014-05-23
1
-0
/
+7
*
do verification and extraction on memory, not files
Doug Zongker
2014-01-16
1
-7
/
+23
*
Restore default umask after forking for update-binary.
Alistair Strachan
2013-11-18
1
-0
/
+1
*
recovery: install packages in a known mount environment
Doug Zongker
2013-08-21
1
-5
/
+10
*
recovery: move log output to stdout
Doug Zongker
2013-07-09
1
-0
/
+1
*
verifier: update to support certificates using SHA-256
Doug Zongker
2013-04-10
1
-1
/
+1
*
move key loading to verifier code
Doug Zongker
2012-11-02
1
-100
/
+0
*
add simple text to recovery UI
Doug Zongker
2012-08-23
1
-1
/
+1
*
support version 2 (2048-bit e=65537) keys in recovery
Doug Zongker
2012-07-25
1
-1
/
+25
*
minor recovery changes
Doug Zongker
2012-04-12
1
-0
/
+2
*
refactor ui functions into a class
Doug Zongker
2011-10-29
1
-14
/
+20
*
turn recovery into a C++ binary
Doug Zongker
2011-10-28
1
-0
/
+314