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
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2016-09-27
Report uncrypt errors in details
Tianjie Xu
1
-1
/
+1
2016-09-26
Duplicate the last_install content into last_log.
Tao Bao
1
-30
/
+30
2016-09-13
Check corruption when reading uncrypt_status file
Tianjie Xu
1
-0
/
+2
2016-09-13
save uncrypt status to last_install
Tianjie Xu
1
-1
/
+13
2016-09-01
Switch recovery to libbase logging
Tianjie Xu
1
-15
/
+17
2016-08-26
Fix clang-tidy warnings in bootable/recovery.
Chih-Hung Hsieh
1
-2
/
+2
2016-08-18
Free mmaped area if keys fail to load
WiZarD
1
-0
/
+1
2016-06-10
Remove obsolete MTD support.
Elliott Hughes
1
-2
/
+0
2016-06-10
Log source/target build version to last_install
Tianjie Xu
1
-0
/
+55
2016-06-03
Call ioctl before each write on retry
Tianjie Xu
1
-6
/
+13
2016-05-20
Allow recovery to return error codes
Tianjie Xu
1
-2
/
+11
2016-05-16
Add time and I/O info to last_install
Tianjie Xu
1
-4
/
+23
2016-04-14
Use BoringSSL instead of mincrypt to speed up package verification.
Elliott Hughes
1
-8
/
+9
2016-04-06
Convert recovery to use BoringSSL instead of mincrypt.
Mattias Nissler
1
-2
/
+1
2016-03-10
Reboot and retry on I/O errors
Tianjie Xu
1
-0
/
+6
2016-03-03
Reboot and retry on I/O errors
Tianjie Xu
1
-0
/
+6
2016-02-11
Fix some memory leaks.
Yabin Cui
1
-5
/
+5
2016-02-03
recovery: Refactor verifier and verifier_test.
Tao Bao
1
-7
/
+6
2015-06-03
Log update outputs in order
Tao Bao
1
-2
/
+2
2015-04-11
Update the comments for package installer commands
Tao Bao
1
-1
/
+13
2015-04-08
Rotate logs only when there are actual operations
Tao Bao
1
-0
/
+2
2015-03-25
Factor out option variables from int to bool types
Tao Bao
1
-5
/
+5
2015-01-28
Add missing includes.
Elliott Hughes
1
-0
/
+1
2014-07-02
sideload without holding the whole package in RAM
Doug Zongker
1
-4
/
+6
2014-05-23
disable async reboot during package installation
Doug Zongker
1
-0
/
+7
2014-01-16
do verification and extraction on memory, not files
Doug Zongker
1
-7
/
+23
2013-11-18
Restore default umask after forking for update-binary.
Alistair Strachan
1
-0
/
+1
2013-09-25
verifier: update to support certificates using SHA-256
Doug Zongker
1
-1
/
+1
2013-08-21
recovery: install packages in a known mount environment
Doug Zongker
1
-5
/
+10
2013-07-09
recovery: move log output to stdout
Doug Zongker
1
-0
/
+1
2013-04-10
verifier: update to support certificates using SHA-256
Doug Zongker
1
-1
/
+1
2012-11-02
move key loading to verifier code
Doug Zongker
1
-100
/
+0
2012-08-23
add simple text to recovery UI
Doug Zongker
1
-1
/
+1
2012-07-25
support version 2 (2048-bit e=65537) keys in recovery
Doug Zongker
1
-1
/
+25
2012-04-12
minor recovery changes
Doug Zongker
1
-0
/
+2
2011-10-31
refactor ui functions into a class
Doug Zongker
1
-14
/
+20
2011-10-31
turn recovery into a C++ binary
Doug Zongker
1
-29
/
+33
2011-10-28
turn recovery into a C++ binary
Doug Zongker
1
-310
/
+0
2011-10-19
allow recovery packages to wipe cache
Doug Zongker
1
-11
/
+12
2011-04-12
save a last_install file with the result of the last package install attempt
Doug Zongker
1
-2
/
+24
2010-09-21
remove the notion of "root path"; support mixed flash types
Doug Zongker
1
-11
/
+4
2010-09-21
remove the notion of "root path"; support mixed flash types (do not merge)
Doug Zongker
1
-11
/
+4
2010-09-17
remove unneeded partition roots
Doug Zongker
1
-13
/
+2
2010-09-15
support for ext4/EMMC filesystems in updater binary
Doug Zongker
1
-1
/
+1
2010-09-15
close update package before installing; allow remount
Doug Zongker
1
-1
/
+3
2010-07-02
support for ext4/EMMC filesystems in updater binary
Doug Zongker
1
-1
/
+1
2010-06-25
Add __attribute__((format(printf, a, b))) to printf like functions.
Nick Kralevich
1
-1
/
+1
2010-02-03
bump updater API version to 3; deprecate firmware update command
Doug Zongker
1
-84
/
+7
2010-01-29
fix parsing of dumpkeys output
Doug Zongker
1
-4
/
+4
2009-11-13
eclair snapshot
Jean-Baptiste Queru
1
-16
/
+18
2009-08-17
do not merge: cherry-picked 60151a295ccf726238dc47456d80b427db6d6a38 from master branch
Doug Zongker
1
-16
/
+18
2009-08-15
verify whole-file signature instead of jarsigner signatures
Doug Zongker
1
-16
/
+18
2009-07-15
remove amend
Doug Zongker
1
-103
/
+2
2009-06-24
improve updater progress bar
Doug Zongker
1
-1
/
+13
2009-06-18
let the "firmware" command take the file straight from the package
Doug Zongker
1
-22
/
+44
2009-06-12
fixes to edify and updater script
Doug Zongker
1
-0
/
+10
2009-06-12
edify extensions for OTA package installation, part 2
Doug Zongker
1
-1
/
+2
2009-06-12
edify extensions for OTA package installation, part 1
Doug Zongker
1
-1
/
+1
2009-06-05
allow OTA package to provide binary instead of script
Doug Zongker
1
-1
/
+169
2009-05-29
don't say "install complete" when it really isn't
Doug Zongker
1
-1
/
+1
2009-04-02
AI 144132: am: CL 144130 Don't build OTA package keys into the recovery binary; read
Doug Zongker
1
-8
/
+88
2009-04-02
AI 144130: Don't build OTA package keys into the recovery binary; read
Doug Zongker
1
-8
/
+88
2009-03-04
auto import from //depot/cupcake/@135843
The Android Open Source Project
1
-0
/
+186
2009-03-04
auto import from //depot/cupcake/@135843
The Android Open Source Project
1
-186
/
+0