summaryrefslogtreecommitdiffstats
path: root/partitionmanager.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* Improve android secure handlingEthan Yonker2014-02-031-0/+3
* Fix include of cutilsDees Troy2014-01-231-1/+4
* Merge changes I4c369222,I8a8ad4b3 into android-4.4Dees Troy2014-01-211-0/+2
|\
| * Set listener properties for UMS mount/unmountMatt Mower2014-01-211-0/+2
* | Fix handling of storage after decryptionDees Troy2014-01-211-2/+1
|/
* Create a TWRP Disk Usage Class to retain state about a directory and whether we should skip it in other classes like twrpTar.bigbiff bigbiff2013-12-191-1/+5
* add support for fsflags= option in twrp.fstab fileHashcode2013-12-191-0/+2
* Update licenses to all matchDees Troy2013-10-221-21/+17
* fix getting and setting contexts in selinuxbigbiff bigbiff2013-10-171-1/+0
* Add TWFunc::Exec_Cmd() with no 'result' agrumentVojtech Bocek2013-09-121-7/+7
* Pull ROM info from build.prop for backup namesDees Troy2013-09-121-4/+5
* implement "usermrf" fstab flag to force rm -rf * deletion on specific partitionsHashcode2013-08-301-0/+2
* Unify indentation and little clean-up in TWRP filesVojtech Bocek2013-08-241-8/+8
* Fix AOSP decrypt when TouchWiz code is presentDees_Troy2013-08-231-0/+1
* Fix problem with not waiting for pigz to exitDees_Troy2013-08-141-0/+2
* 2.6.0.0Dees_Troy2013-07-031-1/+23
* Fix backup of datadataDees_Troy2013-07-011-3/+4
* Fix some issues with wipe partition listDees_Troy2013-07-011-0/+11
* Support encrypted backup filesDees_Troy2013-06-221-12/+30
* Improve backup list resultsDees_Troy2013-04-081-3/+13
* Fix handling of subpartitionsDees_Troy2013-04-051-8/+8
* Move all AOSP code out of recovery binaryDees_Troy2013-04-041-163/+140
* Add partition list GUI elementDees_Troy2013-03-301-390/+249
* trying to fix md5bigbiff bigbiff2013-03-171-5/+1
* use md5.c for computation of md5sumsbigbiff bigbiff2013-03-071-13/+24
* support devices without bootpartitionChampionSwimmer2013-02-191-0/+4
* convert file_bps to be unsigned long longbigbiff bigbiff2013-02-191-5/+8
* Fix fail over to vfat from exfatDees_Troy2013-02-011-5/+5
* Disable USB Mass Storage if the USB lun file does not exist.Dees_Troy2013-01-241-4/+0
* Move backup folder creation to after free space calcDees_Troy2013-01-181-8/+8
* ORS engine fixesDees_Troy2013-01-171-28/+29
* Add flag for retaining layout versionDees_Troy2013-01-151-0/+2
* Check to ensure that external is encryptedDees_Troy2013-01-141-0/+7
* More Samsung sdcard crypto fixesDees_Troy2013-01-101-1/+1
* Fix ifdefs for Samsung encryptionDees_Troy2013-01-101-0/+4
* Improve remounting sdcard with ecryptfsDees_Troy2013-01-091-5/+12
* Add libtar to TWRP instead of using busybox tarbigbiff bigbiff2013-01-091-31/+42
* Add Samsung TouchWiz decryptiona39552692013-01-081-1/+52
* Improve handling of undecrypted encrypted /dataGary Peck2012-12-211-0/+3
* Add ignore blkid flag for TransformersDees_Troy2012-12-121-0/+2
* print partition details independent of whether its mountableGary Peck2012-11-221-61/+61
* Fixes for multi-user in 4.2Dees_Troy2012-11-151-0/+9
* Unmount main partitions after fixing permissionsDees_Troy2012-10-201-0/+1
* Update and improve USB storage codeDees_Troy2012-10-151-82/+39
* Handle single lun file for USB storageDees_Troy2012-10-141-34/+60
* Fix problem with sizes of images after reset defaultDees_Troy2012-10-131-0/+37
* Unmount main partitions after USB storage disableDees_Troy2012-10-121-0/+1
* Unmount system after boot, backup, and restoreDees_Troy2012-10-121-0/+19
* redo fix permissions in c++ for faster changesbigbiff bigbiff2012-10-101-1/+18
* Update sdcard partitioning to C++Dees_Troy2012-09-271-0/+144
* Port backup name checking to Partition ManagerDees_Troy2012-09-271-1/+53
* Handle mountable boot partitionsDees_Troy2012-09-271-1/+9
* Add option to wipe android secureDees_Troy2012-09-261-0/+20
* Fix permissions updatesDees_Troy2012-09-261-13/+0
* Fix problems with MTD devicesDees_Troy2012-09-261-2/+5
* Unify portrait layouts againDees_Troy2012-09-261-0/+3
* Fix skip MD5 setting during backupDees_Troy2012-09-241-4/+6
* Add progress bar support to backup and restoreDees_Troy2012-09-211-25/+89
* Fix special partition handlingDees_Troy2012-09-211-17/+38
* Add android_secure supportDees_Troy2012-09-211-20/+35
* Various fixesDees_Troy2012-09-201-3/+1
* Fix fstab and unmount problemsDees_Troy2012-09-201-1/+5
* Add and improve OpenRecoveryScript supportDees_Troy2012-09-201-0/+9
* Cleanup extra-functionsDees_Troy2012-09-181-20/+287
* Improve backup and restoreDees_Troy2012-09-181-177/+160
* Update backup and restore code, adb sideloadDees_Troy2012-09-171-22/+449
* Add wipe functions, compiles in CM7, text shows in UI, zips installDees_Troy2012-09-141-30/+126
* Make text appear in GUI console, Zip install works.Dees_Troy2012-09-121-2/+2
* Zip install works againDees_Troy2012-09-111-4/+4
* More Partition Manager functionalityDees_Troy2012-09-101-13/+277
* Improve storage size code, mount, unmountDees_Troy2012-09-101-50/+192
* Add processing of fstab, mounting, and decryptDees_Troy2012-09-071-16/+190
* TWRP-ify AOSP codeDees_Troy2012-09-051-0/+147