summaryrefslogtreecommitdiffstats
path: root/partition.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* Fix error message on split backupsEthan Yonker2014-02-051-6/+0
* Refactor twrpTar to use TarListDees Troy2014-02-031-28/+11
* Clear the relative directory before passing on to twrpTar with the static du object. Otherwise we will not backup /system/media etcbigbiff bigbiff2014-02-031-2/+4
* Add option to set flag for storage=0Ethan Yonker2014-02-031-2/+14
* ifdef some file system options that are not available in older treesDees Troy2014-02-031-0/+8
* 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-14/+14
* add support for fsflags= option in twrp.fstab fileHashcode2013-12-191-2/+70
* Update licenses to all matchDees Troy2013-10-221-21/+17
* Fix spelling errorDees Troy2013-10-181-2/+2
* fix getting and setting contexts in selinuxbigbiff bigbiff2013-10-171-0/+9
* Add TWFunc::Exec_Cmd() with no 'result' agrumentVojtech Bocek2013-09-121-24/+22
* Add more args to make_ext4fs commandDees_Troy2013-09-061-1/+4
* Initialize TWPartition::User_Rm_Rf to false in constructorVojtech Bocek2013-08-301-0/+1
* implement "usermrf" fstab flag to force rm -rf * deletion on specific partitionsHashcode2013-08-301-1/+3
* Better compatibility by fixing up ext4 & selinux flagsDees_Troy2013-08-301-5/+1
* Initial f2fs supportDees_Troy2013-08-291-0/+29
* skip checking size on linksbigbiff bigbiff2013-08-281-0/+2
* Unify indentation and little clean-up in TWRP filesVojtech Bocek2013-08-241-25/+25
* Add SELinux supportDees_Troy2013-08-241-1/+19
* Fix AOSP decrypt when TouchWiz code is presentDees_Troy2013-08-231-1/+3
* Properly free blkid_probe in TWPartition::Check_FS_Type()Vojtech Bocek2013-07-011-1/+3
* Fix MTD MountingDees_Troy2013-07-011-15/+36
* Fix some issues with wipe partition listDees_Troy2013-07-011-1/+4
* Support encrypted backup filesDees_Troy2013-06-221-18/+49
* Improve backup list resultsDees_Troy2013-04-081-1/+0
* Improve automated handlidling of partitionsDees_Troy2013-04-081-3/+5
* Move all AOSP code out of recovery binaryDees_Troy2013-04-041-120/+120
* Add partition list GUI elementDees_Troy2013-03-301-22/+101
* trying to fix md5bigbiff bigbiff2013-03-171-3/+19
* use md5.c for computation of md5sumsbigbiff bigbiff2013-03-071-3/+7
* use libblkid to get filesystem typebigbiff bigbiff2013-02-251-58/+14
* Add MTK6575/6577 EMMC partitions backup supportigoriok2013-02-191-3/+29
* change libtar to fork instead of pthreadbigbiff bigbiff2013-02-181-5/+5
* Add write buffer for tar writesDees_Troy2013-02-071-1/+1
* Fix fail over to vfat from exfatDees_Troy2013-02-011-33/+60
* exFAT improvements, fixesDees_Troy2013-01-281-3/+11
* Fix subpartitionof flagDees_Troy2013-01-281-1/+1
* change tar create to pthreadbigbiff bigbiff2013-01-241-8/+18
* Remove sockets and FIFOS when removing filesbigbiff bigbiff2013-01-201-1/+1
* Fix handling of blkid outputDees_Troy2013-01-181-15/+14
* Save version to cacheDees_Troy2013-01-171-0/+3
* ORS engine fixesDees_Troy2013-01-171-1/+3
* Add flag for retaining layout versionDees_Troy2013-01-151-38/+50
* Check to ensure that external is encryptedDees_Troy2013-01-141-1/+3
* More Samsung sdcard crypto fixesDees_Troy2013-01-101-1/+14
* Fix wiping problems and save ecrypt keyDees_Troy2013-01-091-2/+30
* Improve remounting sdcard with ecryptfsDees_Troy2013-01-091-2/+20
* Add libtar to TWRP instead of using busybox tarbigbiff bigbiff2013-01-091-131/+130
* Improve handling of undecrypted encrypted /dataGary Peck2012-12-211-4/+15
* Reset partition flags when the partition is wipedGary Peck2012-12-211-21/+34
* check backup image size before restoringGary Peck2012-12-181-1/+14
* Fix handling of MTD partitions during mountDees_Troy2012-12-181-1/+19
* Add ignore blkid flag for TransformersDees_Troy2012-12-121-2/+6
* Restore text display during restoreDees_Troy2012-12-121-0/+2
* restore based on backup type, not destination typeGary Peck2012-11-221-40/+49
* Fixes for multi-user in 4.2Dees_Troy2012-11-151-9/+17
* add exfat to partitions.cppbigbiff bigbiff2012-11-141-0/+1
* Initial BML support (ext4 only)Dees_Troy2012-10-161-4/+11
* Handle storage devices that are slow to mountDees_Troy2012-10-141-0/+15
* Remove unneeded duplicate codeDees_Troy2012-10-131-41/+0
* Track whether a partition is mounted during refresh sizesDees_Troy2012-10-131-5/+18
* Change backup size check for ddDees_Troy2012-10-121-2/+2
* Fix restore of multiple archivesDees_Troy2012-10-121-1/+1
* Fix derp with alternate storageDees_Troy2012-10-081-1/+1
* Fix error message on encrypted devicesDees_Troy2012-10-011-1/+8
* Revert busybox for CM7 compatibility, add exclamation point to format dataDees_Troy2012-09-281-3/+5
* Update sdcard partitioning to C++Dees_Troy2012-09-271-9/+1
* Port reboot functions to C++Dees_Troy2012-09-271-1/+0
* Handle mountable boot partitionsDees_Troy2012-09-271-2/+10
* Backup size for special partitions that are imagesDees_Troy2012-09-261-0/+24
* Fix problems with MTD devicesDees_Troy2012-09-261-7/+2
* Add backup size checkingDees_Troy2012-09-261-7/+20
* Convert makelist to C++Dees_Troy2012-09-261-2/+3
* Unify portrait layouts againDees_Troy2012-09-261-1/+13
* Update tablet layouts with ADB sideloadDees_Troy2012-09-241-0/+1
* Fix special partition handlingDees_Troy2012-09-211-2/+2
* Add android_secure supportDees_Troy2012-09-211-17/+82
* Various fixesDees_Troy2012-09-201-0/+7
* Cleanup extra-functionsDees_Troy2012-09-181-4/+31
* Improve backup and restoreDees_Troy2012-09-181-13/+50
* Update backup and restore code, adb sideloadDees_Troy2012-09-171-88/+178
* Add wipe functions, compiles in CM7, text shows in UI, zips installDees_Troy2012-09-141-98/+353
* Zip install works againDees_Troy2012-09-111-6/+26
* More Partition Manager functionalityDees_Troy2012-09-101-9/+19
* Improve storage size code, mount, unmountDees_Troy2012-09-101-62/+197
* Add processing of fstab, mounting, and decryptDees_Troy2012-09-071-12/+510
* TWRP-ify AOSP codeDees_Troy2012-09-051-0/+193