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
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2016-03-03
uncrypt: Communicate via /dev/socket/uncrypt.
Tao Bao
2
-79
/
+184
2016-02-23
uncrypt: Retire pre-recovery service.
Tao Bao
2
-19
/
+2
2016-02-03
uncrypt: add options to setup bcb and clear bcb.
Yabin Cui
2
-104
/
+198
2016-02-01
uncrypt: generate map file by renaming tmp file.
Yabin Cui
1
-75
/
+93
2016-01-12
uncrypt: avoid use-after-free
Daniel Micay
1
-3
/
+4
2015-12-09
uncrypt: Suppress the compiler warnings on LP64.
Tao Bao
1
-10
/
+12
2015-12-05
Track rename from base/ to android-base/.
Elliott Hughes
1
-2
/
+2
2015-11-16
recovery: Switch to clang
Tao Bao
1
-0
/
+2
2015-11-13
We can use fclose directly in std::unique_ptr.
Elliott Hughes
1
-5
/
+5
2015-11-04
uncrypt: remove O_SYNC to avoid time-out failures
Jaegeuk Kim
1
-1
/
+1
2015-09-04
move uncrypt from init.rc to uncrypt.rc
Tom Cherry
2
-0
/
+11
2015-08-10
Use unique_ptr and unique_fd to manager FDs.
Tao Bao
2
-16
/
+18
2015-07-24
uncrypt: Support file level encryption.
Tao Bao
1
-1
/
+1
2015-07-17
uncrypt: Support file level encryption.
Tao Bao
1
-1
/
+1
2015-06-10
uncrypt: Write status when it reboots to factory reset
Tao Bao
1
-7
/
+10
2015-06-10
Separate uncrypt into two modes
Tao Bao
2
-95
/
+92
2015-06-03
recovery: Switch to clang
Tao Bao
1
-0
/
+2
2015-05-29
uncrypt: Write status when it reboots to factory reset
Tao Bao
1
-7
/
+10
2015-05-28
Separate uncrypt into two modes
Tao Bao
2
-98
/
+95
2015-05-27
Clean up the sleep()'s after poking init services
Tao Bao
1
-4
/
+8
2015-05-06
uncrypt: Switch to C++
Tao Bao
2
-42
/
+40
2015-05-06
uncrypt: Switch to C++
Tao Bao
2
-42
/
+40
2015-05-06
uncrypt: package on non-data partition should follow the right path
Tao Bao
1
-20
/
+41
2015-05-06
uncrypt: package on non-data partition should follow the right path
Tao Bao
1
-20
/
+41
2015-04-30
Check all lseek calls succeed.
Elliott Hughes
1
-8
/
+12
2015-04-30
Check all lseek calls succeed.
Elliott Hughes
1
-8
/
+12
2015-01-30
Add missing includes.
Elliott Hughes
1
-0
/
+1
2014-12-29
Fix missing #includes in bootable/recovery.
Elliott Hughes
1
-0
/
+1
2014-12-11
Add O_CREAT option for open
Sungmin Choi
1
-2
/
+10
2014-11-22
Force write to disk while doing uncrypt
Michael Runge
1
-5
/
+10
2014-09-05
create block map for all update packages on /data
Doug Zongker
1
-12
/
+9
2014-08-26
open misc device in write-only mode
Doug Zongker
2
-19
/
+27
2014-08-19
clear BCB in misc partition before rebooting
Doug Zongker
1
-3
/
+43
2014-08-14
revert uncrypt back to dynamic linking, fix libs
Doug Zongker
1
-6
/
+1
2014-08-14
change uncrypt to static linking
Doug Zongker
1
-0
/
+2
2014-08-01
only do uncryption on packages in /data
Doug Zongker
1
-1
/
+1
2014-03-19
recovery: 64 bit build issues
Mark Salyzyn
1
-3
/
+3
2014-02-14
Fix a crash when going into recovery mode.
Maxim Siniavine
1
-1
/
+6
2014-01-16
program to store unencrypted files in an encrypted filesystem
Doug Zongker
2
-0
/
+405