aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Revert "Byte swap to support BGRA in recovery mode"Andriy Naborskyy2016-01-081-12/+0
* am 838768ca: am 15da523e: am 3c7f655b: (-s ours) am 0e804d54: am d396b9db: am...Narayan Kamath2015-09-160-0/+0
|\
| * am 15da523e: am 3c7f655b: (-s ours) am 0e804d54: am d396b9db: am 710b6bb9: am...Narayan Kamath2015-09-160-0/+0
| |\
| | * am 3c7f655b: (-s ours) am 0e804d54: am d396b9db: am 710b6bb9: am ec4b58ad: (-...Narayan Kamath2015-09-160-0/+0
| | |\
| | | * am 0e804d54: am d396b9db: am 710b6bb9: am ec4b58ad: (-s ours) am ec63d564: Tr...Narayan Kamath2015-09-160-0/+0
| | | |\
| | | | * am d396b9db: am 710b6bb9: am ec4b58ad: (-s ours) am ec63d564: Track usage of ...Narayan Kamath2015-09-160-0/+0
| | | | |\
| | | | | * am 710b6bb9: am ec4b58ad: (-s ours) am ec63d564: Track usage of Vector / Sort...Narayan Kamath2015-09-120-0/+0
| | | | | |\
| | | | | | * am ec4b58ad: (-s ours) am ec63d564: Track usage of Vector / SortedVector from...Narayan Kamath2015-09-100-0/+0
| | | | | | |\
| | | | | | | * am ec63d564: Track usage of Vector / SortedVector from libutils DO NOT MERGENarayan Kamath2015-09-101-0/+1
| | | | | | | |\
| | | | | | | | * Track usage of Vector / SortedVector from libutils DO NOT MERGENarayan Kamath2015-09-091-0/+1
* | | | | | | | | recovery: Fix the bug that truncates menu entries.Tao Bao2015-09-021-1/+6
* | | | | | | | | recovery: Factor out wear_ui.{cpp,h} into bootable/recovery.Tao Bao2015-08-243-0/+788
|/ / / / / / / /
* | | | | | | | am be19dce8: udpater: Call fsync() after rename().Tao Bao2015-08-041-0/+20
|\ \ \ \ \ \ \ \ | |/ / / / / / /
| * | | | | | | udpater: Call fsync() after rename().Tao Bao2015-08-041-0/+20
* | | | | | | | uncrypt: Support file level encryption.Tao Bao2015-07-161-1/+1
* | | | | | | | Change init sequence to support file level encryptionPaul Lawrence2015-07-071-3/+3
|/ / / / / / /
* | | | | | | Merge "Revert "Change init sequence to support file level encryption"" into m...Paul Lawrence2015-07-071-3/+3
|\ \ \ \ \ \ \
| * | | | | | | Revert "Change init sequence to support file level encryption"Paul Lawrence2015-07-071-3/+3
* | | | | | | | Merge "Change init sequence to support file level encryption" into mnc-devPaul Lawrence2015-07-061-3/+3
|\ \ \ \ \ \ \ \ | |/ / / / / / /
| * | | | | | | Change init sequence to support file level encryptionPaul Lawrence2015-07-061-3/+3
* | | | | | | | am b4b41daa: am 0ddfa329: Allow mounting squashfs partitionsMohamad Ayyash2015-07-021-0/+1
|\ \ \ \ \ \ \ \ | | |/ / / / / / | |/| | | | | |
| * | | | | | | am 0ddfa329: Allow mounting squashfs partitionsMohamad Ayyash2015-07-021-0/+1
| |\ \ \ \ \ \ \
| | * | | | | | | Allow mounting squashfs partitionsMohamad Ayyash2015-07-011-0/+1
| | | |/ / / / / | | |/| | | | |
* | | | | | | | Merge "Add drm support to minui" into mnc-devVincent Palatin2015-07-014-0/+484
|\ \ \ \ \ \ \ \ | |_|_|/ / / / / |/| | | | | | |
| * | | | | | | Add drm support to minuiStéphane Marchesin2015-07-014-0/+484
* | | | | | | | Revert "Zero blocks before BLKDISCARD"Tao Bao2015-06-301-17/+1
|/ / / / / / /
* | | | | | | More accurate checking for overlapped ranges.Tao Bao2015-06-261-1/+1
* | | | | | | Use f_bavail to calculate free spacecaozhiyuan2015-06-261-1/+1
* | | | | | | Allow sideloading without authentication.Elliott Hughes2015-06-231-1/+5
* | | | | | | Merge "Zero blocks before BLKDISCARD" into mnc-devSami Tolvanen2015-06-101-1/+17
|\ \ \ \ \ \ \
| * | | | | | | Zero blocks before BLKDISCARDSami Tolvanen2015-06-101-1/+17
* | | | | | | | Split WipeData into PreWipeData and PostWipeData.Elliott Hughes2015-06-102-24/+22
|/ / / / / / /
* | | | | | | Revert "Zero blocks before BLKDISCARD"Sami Tolvanen2015-06-101-5/+9
* | | | | | | Zero blocks before BLKDISCARDSami Tolvanen2015-06-091-9/+5
* | | | | | | Merge "uncrypt: Write status when it reboots to factory reset" into mnc-devTao Bao2015-05-291-7/+10
|\ \ \ \ \ \ \
| * | | | | | | uncrypt: Write status when it reboots to factory resetTao Bao2015-05-291-7/+10
* | | | | | | | Really don't use TEMP_FAILURE_RETRY with close in recovery.Elliott Hughes2015-05-291-1/+1
|/ / / / / / /
* | | | | | | Handle BLKDISCARD failuresSami Tolvanen2015-05-291-2/+1
* | | | | | | Separate uncrypt into two modesTao Bao2015-05-282-98/+95
* | | | | | | Don't use TEMP_FAILURE_RETRY on close in recovery.Elliott Hughes2015-05-151-2/+2
* | | | | | | Add an alternate screen for viewing recovery logs.Elliott Hughes2015-05-063-55/+79
* | | | | | | uncrypt: Switch to C++Tao Bao2015-05-062-42/+40
* | | | | | | uncrypt: package on non-data partition should follow the right pathTao Bao2015-05-051-20/+41
* | | | | | | Keep multiple kernel logsTao Bao2015-05-051-82/+73
* | | | | | | Turn on text display for debuggable buildsTao Bao2015-05-041-0/+7
* | | | | | | Fix mips64 minadbd_test build.Elliott Hughes2015-05-011-1/+1
* | | | | | | Move minadb over to new API.Elliott Hughes2015-05-012-13/+9
* | | | | | | Fix minadb_test build breakage.Elliott Hughes2015-05-011-1/+1
* | | | | | | Check all lseek calls succeed.Elliott Hughes2015-04-2914-128/+112
* | | | | | | Stop using adb_strtok, and check argument validity.Elliott Hughes2015-04-281-9/+10