summaryrefslogtreecommitdiffstats
path: root/uncrypt (follow)
Commit message (Expand)AuthorAgeFilesLines
* Update TWRP to AOSP 7.1.2Ethan Yonker2017-05-101-25/+59
|\
| * DO NOT MERGE Report uncrypt errors in detailsTianjie Xu2016-09-291-39/+52
| * save uncrypt status to last_installTianjie Xu2016-09-131-0/+21
* | Update to android-7.1Ethan Yonker2016-11-304-154/+20
|\|
| * Create bootloader_message static library.Yabin Cui2016-06-304-170/+2
| * Verify wipe package when wiping A/B device in recovery.Yabin Cui2016-06-213-3/+37
* | Update to 7.0Ethan Yonker2016-08-245-202/+509
|\|
| * uncrypt: split libbootloader_message_writer for reuse.Yabin Cui2016-04-084-44/+160
| * Merge "uncrypt: fix call to close()." into nyc-devYabin Cui2016-03-301-2/+2
| |\
| | * uncrypt: fix call to close().Yabin Cui2016-03-301-2/+2
| * | uncrypt: remove --read-bcb option.Yabin Cui2016-03-291-32/+0
| |/
| * uncrypt: Communicate via /dev/socket/uncrypt.Tao Bao2016-03-032-79/+184
| * uncrypt: Retire pre-recovery service.Tao Bao2016-02-232-19/+2
| * uncrypt: add options to setup bcb and clear bcb.Yabin Cui2016-02-032-104/+198
| * uncrypt: generate map file by renaming tmp file.Yabin Cui2016-02-011-75/+93
| * uncrypt: avoid use-after-freeDaniel Micay2016-01-121-3/+4
| * uncrypt: Suppress the compiler warnings on LP64.Tao Bao2015-12-091-10/+12
| * Track rename from base/ to android-base/.Elliott Hughes2015-12-051-2/+2
| * We can use fclose directly in std::unique_ptr.Elliott Hughes2015-11-131-5/+5
| * uncrypt: remove O_SYNC to avoid time-out failuresJaegeuk Kim2015-11-041-1/+1
| * move uncrypt from init.rc to uncrypt.rcTom Cherry2015-09-042-0/+11
| * Use unique_ptr and unique_fd to manager FDs.Tao Bao2015-08-102-16/+18
| * uncrypt: Support file level encryption.Tao Bao2015-07-241-1/+1
| * uncrypt: Write status when it reboots to factory resetTao Bao2015-06-101-7/+10
| * Separate uncrypt into two modesTao Bao2015-06-102-95/+92
| * recovery: Switch to clangTao Bao2015-06-031-0/+2
| * Clean up the sleep()'s after poking init servicesTao Bao2015-05-271-4/+8
| * uncrypt: Switch to C++Tao Bao2015-05-062-42/+40
| * uncrypt: package on non-data partition should follow the right pathTao Bao2015-05-061-20/+41
| * Check all lseek calls succeed.Elliott Hughes2015-04-301-8/+12
* | Merge up to AOSP marshmallow-releaseEthan Yonker2015-10-092-133/+159
|\ \
| * | uncrypt: Write status when it reboots to factory resetTao Bao2015-05-291-7/+10
| * | Separate uncrypt into two modesTao Bao2015-05-282-98/+95
| * | uncrypt: Switch to C++Tao Bao2015-05-062-42/+40
| * | uncrypt: package on non-data partition should follow the right pathTao Bao2015-05-061-20/+41
| * | Check all lseek calls succeed.Elliott Hughes2015-04-301-8/+12
| |/
| * am aeecac54: Merge "Add missing includes."Elliott Hughes2015-01-301-0/+1
| |\
| | * Add missing includes.Elliott Hughes2015-01-301-0/+1
| * | am 538d7d83: Merge "Fix missing #includes in bootable/recovery."Elliott Hughes2014-12-301-0/+1
| |\|
| | * Fix missing #includes in bootable/recovery.Elliott Hughes2014-12-291-0/+1
* | | Merge tag 'android-5.1.0_r1' of https://android.googlesource.com/platform/bootable/recovery into aospEthan Yonker2015-03-131-5/+18
|\| |
| * | Add O_CREAT option for openSungmin Choi2014-12-111-2/+10
| * | Force write to disk while doing uncryptMichael Runge2014-11-221-5/+10
| |/
* | Make the android-5.0 branch compile in 4.4 to 4.1Ethan Yonker2014-12-021-1/+1
* | Merge in lollipop and attempt to fix merge conflictsEthan Yonker2014-11-061-0/+1
|/
* create block map for all update packages on /dataDoug Zongker2014-09-051-12/+9
* open misc device in write-only modeDoug Zongker2014-08-262-19/+27
* clear BCB in misc partition before rebootingDoug Zongker2014-08-191-3/+43
* revert uncrypt back to dynamic linking, fix libsDoug Zongker2014-08-141-6/+1
* change uncrypt to static linkingDoug Zongker2014-08-141-0/+2
* only do uncryption on packages in /dataDoug Zongker2014-08-011-1/+1
* recovery: 64 bit build issuesMark Salyzyn2014-03-191-3/+3
* Fix a crash when going into recovery mode.Maxim Siniavine2014-02-141-1/+6
* program to store unencrypted files in an encrypted filesystemDoug Zongker2014-01-162-0/+405