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
/
uncrypt
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Update to android-7.1
Ethan Yonker
2016-11-30
4
-154
/
+20
|
\
|
*
Create bootloader_message static library.
Yabin Cui
2016-06-30
4
-170
/
+2
|
*
Verify wipe package when wiping A/B device in recovery.
Yabin Cui
2016-06-21
3
-3
/
+37
*
|
Update to 7.0
Ethan Yonker
2016-08-24
5
-202
/
+509
|
\
|
|
*
uncrypt: split libbootloader_message_writer for reuse.
Yabin Cui
2016-04-08
4
-44
/
+160
|
*
Merge "uncrypt: fix call to close()." into nyc-dev
Yabin Cui
2016-03-30
1
-2
/
+2
|
|
\
|
|
*
uncrypt: fix call to close().
Yabin Cui
2016-03-30
1
-2
/
+2
|
*
|
uncrypt: remove --read-bcb option.
Yabin Cui
2016-03-29
1
-32
/
+0
|
|
/
|
*
uncrypt: Communicate via /dev/socket/uncrypt.
Tao Bao
2016-03-03
2
-79
/
+184
|
*
uncrypt: Retire pre-recovery service.
Tao Bao
2016-02-23
2
-19
/
+2
|
*
uncrypt: add options to setup bcb and clear bcb.
Yabin Cui
2016-02-03
2
-104
/
+198
|
*
uncrypt: generate map file by renaming tmp file.
Yabin Cui
2016-02-01
1
-75
/
+93
|
*
uncrypt: avoid use-after-free
Daniel Micay
2016-01-12
1
-3
/
+4
|
*
uncrypt: Suppress the compiler warnings on LP64.
Tao Bao
2015-12-09
1
-10
/
+12
|
*
Track rename from base/ to android-base/.
Elliott Hughes
2015-12-05
1
-2
/
+2
|
*
We can use fclose directly in std::unique_ptr.
Elliott Hughes
2015-11-13
1
-5
/
+5
|
*
uncrypt: remove O_SYNC to avoid time-out failures
Jaegeuk Kim
2015-11-04
1
-1
/
+1
|
*
move uncrypt from init.rc to uncrypt.rc
Tom Cherry
2015-09-04
2
-0
/
+11
|
*
Use unique_ptr and unique_fd to manager FDs.
Tao Bao
2015-08-10
2
-16
/
+18
|
*
uncrypt: Support file level encryption.
Tao Bao
2015-07-24
1
-1
/
+1
|
*
uncrypt: Write status when it reboots to factory reset
Tao Bao
2015-06-10
1
-7
/
+10
|
*
Separate uncrypt into two modes
Tao Bao
2015-06-10
2
-95
/
+92
|
*
recovery: Switch to clang
Tao Bao
2015-06-03
1
-0
/
+2
|
*
Clean up the sleep()'s after poking init services
Tao Bao
2015-05-27
1
-4
/
+8
|
*
uncrypt: Switch to C++
Tao Bao
2015-05-06
2
-42
/
+40
|
*
uncrypt: package on non-data partition should follow the right path
Tao Bao
2015-05-06
1
-20
/
+41
|
*
Check all lseek calls succeed.
Elliott Hughes
2015-04-30
1
-8
/
+12
*
|
Merge up to AOSP marshmallow-release
Ethan Yonker
2015-10-09
2
-133
/
+159
|
\
\
|
*
|
uncrypt: Write status when it reboots to factory reset
Tao Bao
2015-05-29
1
-7
/
+10
|
*
|
Separate uncrypt into two modes
Tao Bao
2015-05-28
2
-98
/
+95
|
*
|
uncrypt: Switch to C++
Tao Bao
2015-05-06
2
-42
/
+40
|
*
|
uncrypt: package on non-data partition should follow the right path
Tao Bao
2015-05-06
1
-20
/
+41
|
*
|
Check all lseek calls succeed.
Elliott Hughes
2015-04-30
1
-8
/
+12
|
|
/
|
*
am aeecac54: Merge "Add missing includes."
Elliott Hughes
2015-01-30
1
-0
/
+1
|
|
\
|
|
*
Add missing includes.
Elliott Hughes
2015-01-30
1
-0
/
+1
|
*
|
am 538d7d83: Merge "Fix missing #includes in bootable/recovery."
Elliott Hughes
2014-12-30
1
-0
/
+1
|
|
\
|
|
|
*
Fix missing #includes in bootable/recovery.
Elliott Hughes
2014-12-29
1
-0
/
+1
*
|
|
Merge tag 'android-5.1.0_r1' of https://android.googlesource.com/platform/bootable/recovery into aosp
Ethan Yonker
2015-03-13
1
-5
/
+18
|
\
|
|
|
*
|
Add O_CREAT option for open
Sungmin Choi
2014-12-11
1
-2
/
+10
|
*
|
Force write to disk while doing uncrypt
Michael Runge
2014-11-22
1
-5
/
+10
|
|
/
*
|
Make the android-5.0 branch compile in 4.4 to 4.1
Ethan Yonker
2014-12-02
1
-1
/
+1
*
|
Merge in lollipop and attempt to fix merge conflicts
Ethan Yonker
2014-11-06
1
-0
/
+1
|
/
*
create block map for all update packages on /data
Doug Zongker
2014-09-05
1
-12
/
+9
*
open misc device in write-only mode
Doug Zongker
2014-08-26
2
-19
/
+27
*
clear BCB in misc partition before rebooting
Doug Zongker
2014-08-19
1
-3
/
+43
*
revert uncrypt back to dynamic linking, fix libs
Doug Zongker
2014-08-14
1
-6
/
+1
*
change uncrypt to static linking
Doug Zongker
2014-08-14
1
-0
/
+2
*
only do uncryption on packages in /data
Doug Zongker
2014-08-01
1
-1
/
+1
*
recovery: 64 bit build issues
Mark Salyzyn
2014-03-19
1
-3
/
+3
*
Fix a crash when going into recovery mode.
Maxim Siniavine
2014-02-14
1
-1
/
+6
*
program to store unencrypted files in an encrypted filesystem
Doug Zongker
2014-01-16
2
-0
/
+405