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
/
twrp.cpp
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2017-02-24
Tweak MTP startup routine
Matt Mower
1
-11
/
+11
2017-02-24
Fix handling of USB config during MTP switching
Matt Mower
1
-1
/
+0
2017-02-23
Do not unconditionally remove MTP storage on unmount
Matt Mower
1
-7
/
+0
2017-02-23
Only change USB mode to mtp when ready for MTP
Matt Mower
1
-2
/
+1
2017-01-18
bldrmsg: Only emmc /misc is supported
Matt Mower
1
-4
/
+2
2017-01-18
SELinux can be assumed for Android 4.4+
Matt Mower
1
-7
/
+1
2017-01-18
Unused variable cleanup
Matt Mower
1
-1
/
+1
2017-01-18
Whitespace cleanup
Matt Mower
1
-2
/
+2
2016-12-13
Change handling of /cache due to AB devices not having cache
Ethan Yonker
1
-2
/
+2
2016-11-30
Improve backup & wipe exclusion handling
Ethan Yonker
1
-7
/
+5
2016-08-26
Fix compatibility across the board
Ethan Yonker
1
-0
/
+2
2016-08-25
Make it backwards compatible with 4.4
Ethan Yonker
1
-1
/
+1
2016-08-22
Add git revision to startup message in recovery.log
that
1
-2
/
+2
2016-01-18
Check sdk version for M before offering to root
Ethan Yonker
1
-1
/
+7
2015-12-22
Append AOSP recovery commands inline
Ethan Yonker
1
-30
/
+17
2015-12-19
Multiple Language Support
Ethan Yonker
1
-8
/
+13
2015-12-02
Fix short circuit on tw_mount_system_ro
Matt Mower
1
-1
/
+1
2015-11-05
Treat /vendor like /system for read only
Ethan Yonker
1
-0
/
+5
2015-10-14
Fix minor interface bug: No-SU prompt after no-OS prompt
Davis Mosenkovs
1
-1
/
+1
2015-08-26
Fix up some TW_OEM_BUILD things
Ethan Yonker
1
-0
/
+4
2015-07-14
Make system read only show no matter what on first TWRP boot
Ethan Yonker
1
-9
/
+8
2015-06-09
Fix system read only behavior during boot
Ethan Yonker
1
-8
/
+14
2015-05-27
Mount system as read-only by default
Ethan Yonker
1
-1
/
+15
2015-05-18
bootloader: align with AOSP code
that
1
-4
/
+2
2015-03-25
Fix reboot for some devices
Ethan Yonker
1
-5
/
+0
2015-02-02
Disable stock recovery replacing TWRP during ORS
Ethan Yonker
1
-5
/
+2
2015-01-22
Hide some non critical error messages
Ethan Yonker
1
-1
/
+1
2015-01-22
Move ORS command line into main thread
Ethan Yonker
1
-2
/
+2
2015-01-13
Fix handling of custom themes after decrypt
Ethan Yonker
1
-0
/
+3
2015-01-04
fix adb sideload
that
1
-1
/
+2
2015-01-02
Do not toggle USB ID during MTP startup if not needed
Ethan Yonker
1
-9
/
+6
2014-12-29
Ingore SIGPIPE errors
Ethan Yonker
1
-0
/
+3
2014-12-18
Update SuperSU to 2.40
Ethan Yonker
1
-4
/
+0
2014-12-12
Attempt to set the proper uid/gid/contexts on new files and dirs
Ethan Yonker
1
-0
/
+7
2014-11-20
Fix process to disable stock recovery flashing
Dees Troy
1
-1
/
+1
2014-09-20
Attempt to automatically identify data/media devices
Ethan Yonker
1
-0
/
+5
2014-09-04
Properly set mtp enable variable if disabled during boot
Ethan Yonker
1
-0
/
+1
2014-09-04
Prevent MTP enable on startup if crash detected
Ethan Yonker
1
-8
/
+18
2014-09-03
Ensure that MTP is enabled by default
Ethan Yonker
1
-0
/
+7
2014-09-03
add mtp responder to TWRP.
bigbiff bigbiff
1
-0
/
+19
2014-08-09
Add command line capabilities
Ethan Yonker
1
-2
/
+0
2014-07-25
Only disable recovery flash if it is truly "stock" recovery
dhacker29
1
-1
/
+1
2014-07-09
Check the crash counter instead of date in TWFunc::Fixup_Time_On_Boot()
Vojtech Bocek
1
-1
/
+2
2014-07-09
Change ro.twrp.boot boolean to twrp.crash_counter
Vojtech Bocek
1
-4
/
+11
2014-07-09
Color in the console
Ethan Yonker
1
-2
/
+2
2014-03-11
Run TWFunc::Fixup_Time_On_Boot() before OpenRecoveryScript
Vojtech Bocek
1
-2
/
+4
2014-02-04
Load RTC offset on Qualcomm Krait chips, fixes the broken time & date
Vojtech Bocek
1
-0
/
+3
2013-12-19
Improve SELinux support check
Dees Troy
1
-1
/
+11
2013-12-19
Create a TWRP Disk Usage Class to retain state about a directory and whether we should skip it in other classes like twrpTar.
bigbiff bigbiff
1
-13
/
+14
2013-11-26
Add check during boot for SELinux support
Dees Troy
1
-0
/
+12
2013-10-24
Skip the = or \n before grabbing Zip_File.
android-4.3
Kevin Steck
1
-0
/
+3
2013-10-23
fix getting and setting contexts in selinux
bigbiff bigbiff
1
-1
/
+9
2013-10-22
Skip the = or \n before grabbing Zip_File.
Kevin Steck
1
-0
/
+3
2013-10-17
fix getting and setting contexts in selinux
bigbiff bigbiff
1
-1
/
+9
2013-09-12
Add TWFunc::Exec_Cmd() with no 'result' agrument
Vojtech Bocek
1
-3
/
+2
2013-09-12
Make fixing su perms automatic
Dees Troy
1
-5
/
+3
2013-09-12
Pull ROM info from build.prop for backup names
Dees Troy
1
-1
/
+1
2013-08-29
Use twrp.fstab if present
Dees_Troy
1
-0
/
+8
2013-08-24
Unify indentation and little clean-up in TWRP files
Vojtech Bocek
1
-6
/
+6
2013-08-24
Add SELinux support
Dees_Troy
1
-0
/
+16
2013-04-08
Fix handling of AOSP recovery commands
Dees_Troy
1
-241
/
+252
2013-04-05
Fix handling of subpartitions
Dees_Troy
1
-1
/
+1
2013-04-04
Move all AOSP code out of recovery binary
Dees_Troy
1
-0
/
+241