summaryrefslogtreecommitdiffstats
path: root/uncrypt (unfollow)
Commit message (Expand)AuthorFilesLines
2016-04-18Fix google-runtime-int warnings.Chih-Hung Hsieh1-2/+3
2016-04-08uncrypt: split libbootloader_message_writer for reuse.Yabin Cui4-44/+160
2016-03-30uncrypt: remove --read-bcb option.Yabin Cui1-32/+0
2016-03-30uncrypt: fix call to close().Yabin Cui1-2/+2
2016-03-29uncrypt: remove --read-bcb option.Yabin Cui1-32/+0
2016-03-29Fix uncrypt.cpp unique_fd build breakage.Elliott Hughes1-10/+10
2016-03-29Switch to <android-base/unique_fd.h>.Elliott Hughes1-51/+52
2016-03-03uncrypt: Communicate via /dev/socket/uncrypt.Tao Bao2-79/+184
2016-02-23uncrypt: Retire pre-recovery service.Tao Bao2-19/+2
2016-02-03uncrypt: add options to setup bcb and clear bcb.Yabin Cui2-104/+198
2016-02-01uncrypt: generate map file by renaming tmp file.Yabin Cui1-75/+93
2016-01-12uncrypt: avoid use-after-freeDaniel Micay1-3/+4
2015-12-09uncrypt: Suppress the compiler warnings on LP64.Tao Bao1-10/+12
2015-12-05Track rename from base/ to android-base/.Elliott Hughes1-2/+2
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