summaryrefslogtreecommitdiffstats
path: root/uncrypt/uncrypt.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge "Fix google-runtime-int warnings." am: a1f4a1eChih-hung Hsieh2016-04-191-2/+3
|\
| * Fix google-runtime-int warnings.Chih-Hung Hsieh2016-04-181-2/+3
| * uncrypt: remove --read-bcb option.Yabin Cui2016-03-301-32/+0
* | resolve merge conflicts of a58a6db to nyc-dev-plus-aospYabin Cui2016-04-091-44/+7
|\ \
| * | uncrypt: split libbootloader_message_writer for reuse.Yabin Cui2016-04-081-43/+7
| * | 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
* | | | resolve merge conflicts of 61799ba to nyc-dev-plus-aospYabin Cui2016-03-301-32/+0
|\| | |
| * | | uncrypt: remove --read-bcb option.Yabin Cui2016-03-291-32/+0
| |/ /
* | | Fix uncrypt.cpp unique_fd build breakage.Elliott Hughes2016-03-291-10/+10
* | | resolve merge conflicts of 5cf4701 to nyc-dev-plus-aospElliott Hughes2016-03-291-36/+34
|\ \ \ | |/ / |/| / | |/
| * Switch to <android-base/unique_fd.h>.Elliott Hughes2016-03-291-51/+52
* | uncrypt: Communicate via /dev/socket/uncrypt.Tao Bao2016-03-031-79/+181
* | uncrypt: Retire pre-recovery service.Tao Bao2016-02-231-13/+1
|/
* uncrypt: add options to setup bcb and clear bcb.Yabin Cui2016-02-031-104/+188
* 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
* Use unique_ptr and unique_fd to manager FDs.Tao Bao2015-08-101-16/+16
* 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-101-94/+91
* Clean up the sleep()'s after poking init servicesTao Bao2015-05-271-4/+8
* uncrypt: Switch to C++Tao Bao2015-05-061-0/+465