aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* | | | | | | | | recovery: Provide sideload cancellationTom Marshall2015-11-259-93/+195
* | | | | | | | | Blank screen during shutdown and rebootPat Erley2015-11-251-0/+3
* | | | | | | | | recovery: turn on the backlight in recovery modeTom Marshall2015-11-251-0/+25
* | | | | | | | | recovery: Awakening of MiniVoldTom Marshall2015-11-2516-112/+961
* | | | | | | | | sr: Include vendor init triggerMatt Mower2015-11-241-0/+6
* | | | | | | | | Add back and home key handling.Steve Kondik2015-11-203-1/+26
* | | | | | | | | sr: Clean up f2fs tools (part of fstools now)Steve Kondik2015-11-202-11/+2
* | | | | | | | | sr: Add fstools, update build configurationSteve Kondik2015-11-204-9/+157
* | | | | | | | | OMGRainbowsCEnnis912015-11-204-4/+76
* | | | | | | | | sr: Enable zip/unzip commandsSteve Kondik2015-11-202-1/+17
* | | | | | | | | sr: Puke out an /etc/fstab so stuff like Busybox is happySteve Kondik2015-11-201-0/+26
* | | | | | | | | sr: Get a proper shell environment in recoverySteve Kondik2015-11-205-8/+316
* | | | | | | | | recovery: Add timestamps in update logs.Tao Bao2015-11-072-16/+99
* | | | | | | | | imgdiff: Fix compilation warningsSteve Kondik2015-11-071-15/+17
* | | | | | | | | uncrypt: remove O_SYNC to avoid time-out failuresJaegeuk Kim2015-11-071-1/+1
* | | | | | | | | minadbd: use strdup() to create argument for sideload thread.Yabin Cui2015-11-071-2/+4
* | | | | | | | | Suppress some compiler warnings due to signedness.Tao Bao2015-11-072-5/+5
* | | | | | | | | recovery: Remove redirect_stdio() when calling ShowFile().Tao Bao2015-11-072-4/+1
* | | | | | | | | imgdiff: fix file descriptor leakJeremy Compostella2015-11-071-1/+9
* | | | | | | | | recovery: Fix the bug that truncates menu entries.Tao Bao2015-11-071-1/+6
* | | | | | | | | recovery: Factor out wear_ui.{cpp,h} into bootable/recovery.Tao Bao2015-11-073-0/+788
* | | | | | | | | Fix potential crashJeremy Compostella2015-11-071-5/+9
* | | | | | | | | recovery: Allow "Mount /system" for system_root_image.Tao Bao2015-11-073-19/+39
* | | | | | | | | updater: Hoist fsync() to outer loop.Tao Bao2015-11-071-6/+5
* | | | | | | | | recovery: Switch fuse_* to C++.Tao Bao2015-11-075-29/+14
* | | | | | | | | Clean up LOG functions.Tao Bao2015-11-073-20/+20
* | | | | | | | | recovery: Use xxhdpi resources for 560dpi devicesTao Bao2015-11-071-0/+1
* | | | | | | | | Just use fstat in sysMapFile.Elliott Hughes2015-11-073-71/+24
* | | | | | | | | Unmount sdcard if no package file is selected.caozhiyuan2015-11-071-0/+1
* | | | | | | | | recovery: Switch to clangTao Bao2015-11-0713-10/+38
* | | | | | | | | Fix build: fprintf without modifierTao Bao2015-11-071-2/+1
* | | | | | | | | Log update outputs in orderTao Bao2015-11-076-13/+44
* | | | | | | | | recovery: change the way of rebooting when using power key comboGaelle Nassiet2015-11-071-1/+3
* | | | | | | | | Stop using libstdc++.Dan Albert2015-11-073-5/+3
* | | | | | | | | Add error and range checks to parse_rangeSami Tolvanen2015-11-071-10/+71
* | | | | | | | | init sets the default PATH itself, better.Elliott Hughes2015-11-071-1/+0
* | | | | | | | | sr: Use pathmap for recoveryTom Marshall2015-11-071-1/+4
* | | | | | | | | mtdutils: Fix mounting partitions by-nameMichael Bestas2015-11-071-1/+7
* | | | | | | | | bootloader: Silence /misc partition errorMatt Mower2015-11-071-4/+4
* | | | | | | | | Remove ext4 guardsMichael Bestas2015-11-073-15/+2
* | | | | | | | | Merge tag 'android-6.0.0_r26' into cm-13.0Ricardo Cerqueira2015-11-052-4/+4
|\ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ merge in mnc-dr-release history after reset to mnc-dr-devThe Android Automerger2015-08-050-0/+0
| |\ \ \ \ \ \ \ \ \ | | |/ / / / / / / / | |/| | | | | | | |
| | * | | | | | | | uncrypt: Support file level encryption.Tao Bao2015-07-171-1/+1
| | * | | | | | | | merge in mnc-dr-release history after reset to mnc-dr-devThe Android Automerger2015-07-140-0/+0
| | |\ \ \ \ \ \ \ \
| | | * | | | | | | | Revert "Change init sequence to support file level encryption"Paul Lawrence2015-07-071-3/+3
| | | * | | | | | | | merge in mnc-dr-release history after reset to mnc-dr-devThe Android Automerger2015-07-060-0/+0
| | | |\ \ \ \ \ \ \ \
| * | | \ \ \ \ \ \ \ \ am be19dce8: 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
* | | | | | | | | | | Allow f2fs to reserve bytes for footer when formattingKeith Mok2015-10-191-13/+13