| Commit message (Expand) | Author | Age | Files | Lines |
* | Track backup and restore progress | Ethan Yonker | 2014-07-09 | 1 | -22/+82 |
* | Do not restore file system on data/media devices | Ethan Yonker | 2014-06-13 | 1 | -3/+17 |
* | Whitespace and minor code cleanup | Matt Mower | 2014-06-04 | 1 | -4/+4 |
* | Add options to repair or change file system | Ethan Yonker | 2014-06-04 | 1 | -1/+95 |
* | Support alternative .android_secure location | Matt Mower | 2014-04-16 | 1 | -0/+2 |
* | Allow building of an OEM friendly TWRP | Ethan Yonker | 2014-04-04 | 1 | -0/+7 |
* | Stop printing Unable to mount to console if storage is removable. We will still print to | bigbiff bigbiff | 2014-04-03 | 1 | -1/+1 |
* | Remove deprecated tar exclude functionality | Matt Mower | 2014-03-31 | 1 | -5/+1 |
* | Fix /data backup size if contains media subdirs | Matt Mower | 2014-03-30 | 1 | -2/+0 |
* | Check to ensure that selinux_handle is populated before using | Dees Troy | 2014-03-10 | 1 | -1/+1 |
* | Restore capabilities to run-as binary | Dees Troy | 2014-02-28 | 1 | -2/+29 |
* | Check crypto footer before offering to decrypt | Ethan Yonker | 2014-02-26 | 1 | -8/+40 |
* | Remove unneeded logging | Ethan Yonker | 2014-02-25 | 1 | -1/+0 |
* | Merge "Move DataManager functions out of twrpTar.cpp" into android-4.4 | Ethan Yonker | 2014-02-12 | 1 | -31/+15 |
|\ |
|
| * | Move DataManager functions out of twrpTar.cpp | Ethan Yonker | 2014-02-10 | 1 | -31/+15 |
* | | Fix ext4 wiping when no SELinux contexts are defined | Ethan Yonker | 2014-02-09 | 1 | -3/+12 |
|/ |
|
* | Merge "Additional mount function call without mount options" into android-4.4 | Dees Troy | 2014-02-07 | 1 | -1/+1 |
|\ |
|
| * | Additional mount function call without mount options | Dees Troy | 2014-02-07 | 1 | -1/+1 |
* | | Restore contexts when doing mkdierhier in libtar | bigbiff bigbiff | 2014-02-07 | 1 | -0/+15 |
|/ |
|
* | Merge "Improve android secure handling" into android-4.4 | Ethan Yonker | 2014-02-06 | 1 | -12/+1 |
|\ |
|
| * | Improve android secure handling | Ethan Yonker | 2014-02-03 | 1 | -12/+1 |
* | | Fix error message on split backups | Ethan Yonker | 2014-02-05 | 1 | -6/+0 |
|/ |
|
* | Refactor twrpTar to use TarList | Dees Troy | 2014-02-03 | 1 | -28/+11 |
* | Clear the relative directory before passing on to twrpTar with the static du object. Otherwise we will not backup /system/media etc | bigbiff bigbiff | 2014-02-03 | 1 | -2/+4 |
* | Add option to set flag for storage=0 | Ethan Yonker | 2014-02-03 | 1 | -2/+14 |
* | ifdef some file system options that are not available in older trees | Dees Troy | 2014-02-03 | 1 | -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 bigbiff | 2013-12-19 | 1 | -14/+14 |
* | add support for fsflags= option in twrp.fstab file | Hashcode | 2013-12-19 | 1 | -2/+70 |
* | Update licenses to all match | Dees Troy | 2013-10-22 | 1 | -21/+17 |
* | Fix spelling error | Dees Troy | 2013-10-18 | 1 | -2/+2 |
* | fix getting and setting contexts in selinux | bigbiff bigbiff | 2013-10-17 | 1 | -0/+9 |
* | Add TWFunc::Exec_Cmd() with no 'result' agrument | Vojtech Bocek | 2013-09-12 | 1 | -24/+22 |
* | Add more args to make_ext4fs command | Dees_Troy | 2013-09-06 | 1 | -1/+4 |
* | Initialize TWPartition::User_Rm_Rf to false in constructor | Vojtech Bocek | 2013-08-30 | 1 | -0/+1 |
* | implement "usermrf" fstab flag to force rm -rf * deletion on specific partitions | Hashcode | 2013-08-30 | 1 | -1/+3 |
* | Better compatibility by fixing up ext4 & selinux flags | Dees_Troy | 2013-08-30 | 1 | -5/+1 |
* | Initial f2fs support | Dees_Troy | 2013-08-29 | 1 | -0/+29 |
* | skip checking size on links | bigbiff bigbiff | 2013-08-28 | 1 | -0/+2 |
* | Unify indentation and little clean-up in TWRP files | Vojtech Bocek | 2013-08-24 | 1 | -25/+25 |
* | Add SELinux support | Dees_Troy | 2013-08-24 | 1 | -1/+19 |
* | Fix AOSP decrypt when TouchWiz code is present | Dees_Troy | 2013-08-23 | 1 | -1/+3 |
* | Properly free blkid_probe in TWPartition::Check_FS_Type() | Vojtech Bocek | 2013-07-01 | 1 | -1/+3 |
* | Fix MTD Mounting | Dees_Troy | 2013-07-01 | 1 | -15/+36 |
* | Fix some issues with wipe partition list | Dees_Troy | 2013-07-01 | 1 | -1/+4 |
* | Support encrypted backup files | Dees_Troy | 2013-06-22 | 1 | -18/+49 |
* | Improve backup list results | Dees_Troy | 2013-04-08 | 1 | -1/+0 |
* | Improve automated handlidling of partitions | Dees_Troy | 2013-04-08 | 1 | -3/+5 |
* | Move all AOSP code out of recovery binary | Dees_Troy | 2013-04-04 | 1 | -120/+120 |
* | Add partition list GUI element | Dees_Troy | 2013-03-30 | 1 | -22/+101 |
* | trying to fix md5 | bigbiff bigbiff | 2013-03-17 | 1 | -3/+19 |
* | use md5.c for computation of md5sums | bigbiff bigbiff | 2013-03-07 | 1 | -3/+7 |
* | use libblkid to get filesystem type | bigbiff bigbiff | 2013-02-25 | 1 | -58/+14 |
* | Add MTK6575/6577 EMMC partitions backup support | igoriok | 2013-02-19 | 1 | -3/+29 |
* | change libtar to fork instead of pthread | bigbiff bigbiff | 2013-02-18 | 1 | -5/+5 |
* | Add write buffer for tar writes | Dees_Troy | 2013-02-07 | 1 | -1/+1 |
* | Fix fail over to vfat from exfat | Dees_Troy | 2013-02-01 | 1 | -33/+60 |
* | exFAT improvements, fixes | Dees_Troy | 2013-01-28 | 1 | -3/+11 |
* | Fix subpartitionof flag | Dees_Troy | 2013-01-28 | 1 | -1/+1 |
* | change tar create to pthread | bigbiff bigbiff | 2013-01-24 | 1 | -8/+18 |
* | Remove sockets and FIFOS when removing files | bigbiff bigbiff | 2013-01-20 | 1 | -1/+1 |
* | Fix handling of blkid output | Dees_Troy | 2013-01-18 | 1 | -15/+14 |
* | Save version to cache | Dees_Troy | 2013-01-17 | 1 | -0/+3 |
* | ORS engine fixes | Dees_Troy | 2013-01-17 | 1 | -1/+3 |
* | Add flag for retaining layout version | Dees_Troy | 2013-01-15 | 1 | -38/+50 |
* | Check to ensure that external is encrypted | Dees_Troy | 2013-01-14 | 1 | -1/+3 |
* | More Samsung sdcard crypto fixes | Dees_Troy | 2013-01-10 | 1 | -1/+14 |
* | Fix wiping problems and save ecrypt key | Dees_Troy | 2013-01-09 | 1 | -2/+30 |
* | Improve remounting sdcard with ecryptfs | Dees_Troy | 2013-01-09 | 1 | -2/+20 |
* | Add libtar to TWRP instead of using busybox tar | bigbiff bigbiff | 2013-01-09 | 1 | -131/+130 |
* | Improve handling of undecrypted encrypted /data | Gary Peck | 2012-12-21 | 1 | -4/+15 |
* | Reset partition flags when the partition is wiped | Gary Peck | 2012-12-21 | 1 | -21/+34 |
* | check backup image size before restoring | Gary Peck | 2012-12-18 | 1 | -1/+14 |
* | Fix handling of MTD partitions during mount | Dees_Troy | 2012-12-18 | 1 | -1/+19 |
* | Add ignore blkid flag for Transformers | Dees_Troy | 2012-12-12 | 1 | -2/+6 |
* | Restore text display during restore | Dees_Troy | 2012-12-12 | 1 | -0/+2 |
* | restore based on backup type, not destination type | Gary Peck | 2012-11-22 | 1 | -40/+49 |
* | Fixes for multi-user in 4.2 | Dees_Troy | 2012-11-15 | 1 | -9/+17 |
* | add exfat to partitions.cpp | bigbiff bigbiff | 2012-11-14 | 1 | -0/+1 |
* | Initial BML support (ext4 only) | Dees_Troy | 2012-10-16 | 1 | -4/+11 |
* | Handle storage devices that are slow to mount | Dees_Troy | 2012-10-14 | 1 | -0/+15 |
* | Remove unneeded duplicate code | Dees_Troy | 2012-10-13 | 1 | -41/+0 |
* | Track whether a partition is mounted during refresh sizes | Dees_Troy | 2012-10-13 | 1 | -5/+18 |
* | Change backup size check for dd | Dees_Troy | 2012-10-12 | 1 | -2/+2 |
* | Fix restore of multiple archives | Dees_Troy | 2012-10-12 | 1 | -1/+1 |
* | Fix derp with alternate storage | Dees_Troy | 2012-10-08 | 1 | -1/+1 |
* | Fix error message on encrypted devices | Dees_Troy | 2012-10-01 | 1 | -1/+8 |
* | Revert busybox for CM7 compatibility, add exclamation point to format data | Dees_Troy | 2012-09-28 | 1 | -3/+5 |
* | Update sdcard partitioning to C++ | Dees_Troy | 2012-09-27 | 1 | -9/+1 |
* | Port reboot functions to C++ | Dees_Troy | 2012-09-27 | 1 | -1/+0 |
* | Handle mountable boot partitions | Dees_Troy | 2012-09-27 | 1 | -2/+10 |
* | Backup size for special partitions that are images | Dees_Troy | 2012-09-26 | 1 | -0/+24 |
* | Fix problems with MTD devices | Dees_Troy | 2012-09-26 | 1 | -7/+2 |
* | Add backup size checking | Dees_Troy | 2012-09-26 | 1 | -7/+20 |
* | Convert makelist to C++ | Dees_Troy | 2012-09-26 | 1 | -2/+3 |
* | Unify portrait layouts again | Dees_Troy | 2012-09-26 | 1 | -1/+13 |
* | Update tablet layouts with ADB sideload | Dees_Troy | 2012-09-24 | 1 | -0/+1 |
* | Fix special partition handling | Dees_Troy | 2012-09-21 | 1 | -2/+2 |
* | Add android_secure support | Dees_Troy | 2012-09-21 | 1 | -17/+82 |
* | Various fixes | Dees_Troy | 2012-09-20 | 1 | -0/+7 |
* | Cleanup extra-functions | Dees_Troy | 2012-09-18 | 1 | -4/+31 |
* | Improve backup and restore | Dees_Troy | 2012-09-18 | 1 | -13/+50 |
* | Update backup and restore code, adb sideload | Dees_Troy | 2012-09-17 | 1 | -88/+178 |
* | Add wipe functions, compiles in CM7, text shows in UI, zips install | Dees_Troy | 2012-09-14 | 1 | -98/+353 |
* | Zip install works again | Dees_Troy | 2012-09-11 | 1 | -6/+26 |
* | More Partition Manager functionality | Dees_Troy | 2012-09-10 | 1 | -9/+19 |
* | Improve storage size code, mount, unmount | Dees_Troy | 2012-09-10 | 1 | -62/+197 |
* | Add processing of fstab, mounting, and decrypt | Dees_Troy | 2012-09-07 | 1 | -12/+510 |
* | TWRP-ify AOSP code | Dees_Troy | 2012-09-05 | 1 | -0/+193 |