summaryrefslogtreecommitdiffstats
path: root/partition.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* Track backup and restore progressEthan Yonker2014-07-091-22/+82
* Do not restore file system on data/media devicesEthan Yonker2014-06-131-3/+17
* Whitespace and minor code cleanupMatt Mower2014-06-041-4/+4
* Add options to repair or change file systemEthan Yonker2014-06-041-1/+95
* Support alternative .android_secure locationMatt Mower2014-04-161-0/+2
* Allow building of an OEM friendly TWRPEthan Yonker2014-04-041-0/+7
* Stop printing Unable to mount to console if storage is removable. We will still print tobigbiff bigbiff2014-04-031-1/+1
* Remove deprecated tar exclude functionalityMatt Mower2014-03-311-5/+1
* Fix /data backup size if contains media subdirsMatt Mower2014-03-301-2/+0
* Check to ensure that selinux_handle is populated before usingDees Troy2014-03-101-1/+1
* Restore capabilities to run-as binaryDees Troy2014-02-281-2/+29
* Check crypto footer before offering to decryptEthan Yonker2014-02-261-8/+40
* Remove unneeded loggingEthan Yonker2014-02-251-1/+0
* Merge "Move DataManager functions out of twrpTar.cpp" into android-4.4Ethan Yonker2014-02-121-31/+15
|\
| * Move DataManager functions out of twrpTar.cppEthan Yonker2014-02-101-31/+15
* | Fix ext4 wiping when no SELinux contexts are definedEthan Yonker2014-02-091-3/+12
|/
* Merge "Additional mount function call without mount options" into android-4.4Dees Troy2014-02-071-1/+1
|\
| * Additional mount function call without mount optionsDees Troy2014-02-071-1/+1
* | Restore contexts when doing mkdierhier in libtarbigbiff bigbiff2014-02-071-0/+15
|/
* Merge "Improve android secure handling" into android-4.4Ethan Yonker2014-02-061-12/+1
|\
| * Improve android secure handlingEthan Yonker2014-02-031-12/+1
* | 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