summaryrefslogtreecommitdiffstats
path: root/uncrypt/uncrypt.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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