summaryrefslogtreecommitdiffstats
path: root/uncrypt (unfollow)
Commit message (Expand)AuthorFilesLines
2015-11-16recovery: Switch to clangTao Bao1-0/+2
2015-11-13We can use fclose directly in std::unique_ptr.Elliott Hughes1-5/+5
2015-11-04uncrypt: remove O_SYNC to avoid time-out failuresJaegeuk Kim1-1/+1
2015-09-04move uncrypt from init.rc to uncrypt.rcTom Cherry2-0/+11
2015-08-10Use unique_ptr and unique_fd to manager FDs.Tao Bao2-16/+18
2015-07-24uncrypt: Support file level encryption.Tao Bao1-1/+1
2015-07-17uncrypt: Support file level encryption.Tao Bao1-1/+1
2015-06-10uncrypt: Write status when it reboots to factory resetTao Bao1-7/+10
2015-06-10Separate uncrypt into two modesTao Bao2-95/+92
2015-06-03recovery: Switch to clangTao Bao1-0/+2
2015-05-29uncrypt: Write status when it reboots to factory resetTao Bao1-7/+10
2015-05-28Separate uncrypt into two modesTao Bao2-98/+95
2015-05-27Clean up the sleep()'s after poking init servicesTao Bao1-4/+8
2015-05-06uncrypt: Switch to C++Tao Bao2-42/+40
2015-05-06uncrypt: Switch to C++Tao Bao2-42/+40
2015-05-06uncrypt: package on non-data partition should follow the right pathTao Bao1-20/+41
2015-05-06uncrypt: package on non-data partition should follow the right pathTao Bao1-20/+41
2015-04-30Check all lseek calls succeed.Elliott Hughes1-8/+12
2015-04-30Check all lseek calls succeed.Elliott Hughes1-8/+12
2015-01-30Add missing includes.Elliott Hughes1-0/+1
2014-12-29Fix missing #includes in bootable/recovery.Elliott Hughes1-0/+1
2014-12-11Add O_CREAT option for openSungmin Choi1-2/+10
2014-11-22Force write to disk while doing uncryptMichael Runge1-5/+10
2014-09-05create block map for all update packages on /dataDoug Zongker1-12/+9
2014-08-26open misc device in write-only modeDoug Zongker2-19/+27
2014-08-19clear BCB in misc partition before rebootingDoug Zongker1-3/+43
2014-08-14revert uncrypt back to dynamic linking, fix libsDoug Zongker1-6/+1
2014-08-14change uncrypt to static linkingDoug Zongker1-0/+2
2014-08-01only do uncryption on packages in /dataDoug Zongker1-1/+1
2014-03-19recovery: 64 bit build issuesMark Salyzyn1-3/+3
2014-02-14Fix a crash when going into recovery mode.Maxim Siniavine1-1/+6
2014-01-16program to store unencrypted files in an encrypted filesystemDoug Zongker2-0/+405