1. d0514ba Fix a bunch of warnings by Ethan Yonker · 9 years ago
  2. bc85b63 Wipe crypto key when formatting data by Ethan Yonker · 9 years ago
  3. b81d905 Add ntfs-3g support by Ethan Yonker · 9 years ago
  4. bfce504 fix settingsstorage mark by Xuefer · 9 years ago
  5. 9416f4f partition: recreate tw_internal_path(/data/media/0), after wipe media from data or format /data. by xiaolu · 9 years ago
  6. a271915 Add resize2fs and ability to run resize2fs via GUI by Ethan Yonker · 9 years ago
  7. eb32b1f Mount system as read-only by default by Ethan Yonker · 9 years ago
  8. c7572eb partition: support texfat module by that · 9 years ago
  9. 352b75e Backup: fix 'out of memory' issue when backing up large partition as image by codelover · 9 years ago
  10. c657cc0 Support Qualcomm hardware decrypt by Dees Troy · 9 years ago
  11. 2a3d4ce Fix TWRP not mounting /data/media type storage if built with toolbox utils by codelover · 9 years ago
  12. 7e11ac5 Add UI for entering pattern for device decryption by Vojtech Bocek · 9 years ago
  13. 2b18a53 Address a few compiler warnings by Matt Mower · 9 years ago
  14. a3fa75f Allow wiping f2fs to reserve space for a crypto footer by dhacker29 · 9 years ago
  15. 7abc5fe Add cancel backup capability. by bigbiff · 9 years ago
  16. f66324f Fix restore of images for mtd and bml nand by Ethan Yonker · 9 years ago
  17. 96af84a Allow flashing of images via the GUI by Ethan Yonker · 9 years ago
  18. 7b4c7a6 Update blkid to 2.25.0 by bigbiff · 9 years ago
  19. 0c53203 Fix else if and maxFileSize initializer. by bigbiff · 10 years ago
  20. a3d31fb fixPermissions: simplify code, fix bugs by that · 10 years ago
  21. d79d9bc Allow non datamedia devices to wipe encryption by Ethan Yonker · 10 years ago
  22. 726a020 MTP add/remove storage instead of disabling MTP by Ethan Yonker · 10 years ago
  23. 4b94cfd Attempt to set the proper uid/gid/contexts on new files and dirs by Ethan Yonker · 10 years ago
  24. 448c8dc Fix png graphics load / display on AArch64 by Ethan Yonker · 10 years ago
  25. 7cb4c33 add function to partition.cpp to return max file size to mtp responder by bigbiff · 10 years ago
  26. 253368a Reduce libs needed for decrypt and clean up old decypt files by Ethan Yonker · 10 years ago
  27. cceebb8 Tweak 5.0 L decrypt by Ethan Yonker · 10 years ago
  28. 4eca40d Add lollipop decrypt support by Ethan Yonker · 10 years ago
  29. d43bf2d fix some compiler warnings by that · 10 years ago
  30. 5ef301e Do not set contexts during a factory reset by Ethan Yonker · 10 years ago
  31. 25f20c1 Fix wiping crash when block device is not present by Ethan Yonker · 10 years ago
  32. 9e0593e mtp: cleanup, fixes and performance improvements by that · 10 years ago
  33. ff5935f Attempt to fix md5 issue with backups by Captain Throwback · 10 years ago
  34. 6277c79 Attempt to automatically identify data/media devices by Ethan Yonker · 10 years ago
  35. c7eee6f add mtp responder to TWRP. by bigbiff bigbiff · 10 years ago
  36. 1b7a31b Track backup and restore progress by Ethan Yonker · 10 years ago
  37. 5eac222 Do not restore file system on data/media devices by Ethan Yonker · 10 years ago
  38. fb1c4ff Whitespace and minor code cleanup by Matt Mower · 10 years ago
  39. 87c7bac Add options to repair or change file system by Ethan Yonker · 10 years ago
  40. bf4efa3 Support alternative .android_secure location by Matt Mower · 10 years ago
  41. 83e8257 Allow building of an OEM friendly TWRP by Ethan Yonker · 10 years ago
  42. 26774a0 Stop printing Unable to mount to console if storage is removable. We will still print to by bigbiff bigbiff · 10 years ago
  43. bb81e5d Remove deprecated tar exclude functionality by Matt Mower · 10 years ago
  44. f77994d Fix /data backup size if contains media subdirs by Matt Mower · 10 years ago
  45. 99c8dbf Check to ensure that selinux_handle is populated before using by Dees Troy · 10 years ago
  46. 4159aed Restore capabilities to run-as binary by Dees Troy · 10 years ago
  47. 71413f4 Check crypto footer before offering to decrypt by Ethan Yonker · 10 years ago
  48. c62b34c Remove unneeded logging by Ethan Yonker · 10 years ago
  49. 374cd71 Merge "Move DataManager functions out of twrpTar.cpp" into android-4.4 by Ethan Yonker · 10 years ago
  50. 87af563 Move DataManager functions out of twrpTar.cpp by Ethan Yonker · 10 years ago
  51. f27497f Fix ext4 wiping when no SELinux contexts are defined by Ethan Yonker · 10 years ago
  52. 175cb7b Merge "Additional mount function call without mount options" into android-4.4 by Dees Troy · 10 years ago
  53. 216e042 Additional mount function call without mount options by Dees Troy · 10 years ago
  54. 6b600f9 Restore contexts when doing mkdierhier in libtar by bigbiff bigbiff · 10 years ago
  55. a21b052 Merge "Improve android secure handling" into android-4.4 by Ethan Yonker · 10 years ago
  56. a1aad1b Fix error message on split backups by Ethan Yonker · 10 years ago
  57. d4d1073 Improve android secure handling by Ethan Yonker · 10 years ago
  58. e0a433a Refactor twrpTar to use TarList by Dees Troy · 11 years ago
  59. c7360dd Clear the relative directory before passing on to twrpTar with the static du object. Otherwise we will not backup /system/media etc by bigbiff bigbiff · 10 years ago
  60. 06c3f93 Add option to set flag for storage=0 by Ethan Yonker · 10 years ago
  61. c4bc30e ifdef some file system options that are not available in older trees by Dees Troy · 10 years ago
  62. 34684ff Create a TWRP Disk Usage Class to retain state about a directory and whether we should skip it in other classes like twrpTar. by bigbiff bigbiff · 11 years ago
  63. 62bd9e0 add support for fsflags= option in twrp.fstab file by Hashcode · 11 years ago
  64. 3be70a8 Update licenses to all match by Dees Troy · 11 years ago
  65. d932ce1 Fix spelling error by Dees Troy · 11 years ago
  66. c49d706 fix getting and setting contexts in selinux by bigbiff bigbiff · 11 years ago
  67. 0553420 Add TWFunc::Exec_Cmd() with no 'result' agrument by Vojtech Bocek · 11 years ago
  68. 5295d58 Add more args to make_ext4fs command by Dees_Troy · 11 years ago
  69. 1dc3098 Initialize TWPartition::User_Rm_Rf to false in constructor by Vojtech Bocek · 11 years ago
  70. dabfd49 implement "usermrf" fstab flag to force rm -rf * deletion on specific partitions by Hashcode · 11 years ago
  71. b3265ab Better compatibility by fixing up ext4 & selinux flags by Dees_Troy · 11 years ago
  72. e501704 Initial f2fs support by Dees_Troy · 11 years ago
  73. 86e77bc skip checking size on links skip google music cache by bigbiff bigbiff · 11 years ago
  74. fafb0c5 Unify indentation and little clean-up in TWRP files by Vojtech Bocek · 11 years ago
  75. a95f55c Add SELinux support by Dees_Troy · 11 years ago
  76. 066eb30 Fix AOSP decrypt when TouchWiz code is present by Dees_Troy · 11 years ago
  77. 4d4b336 Properly free blkid_probe in TWPartition::Check_FS_Type() by Vojtech Bocek · 11 years ago
  78. 76543db Fix MTD Mounting by Dees_Troy · 11 years ago
  79. 74fb2e9 Fix some issues with wipe partition list by Dees_Troy · 11 years ago
  80. 83bd483 Support encrypted backup files by Dees_Troy · 11 years ago
  81. 9e0b71c Improve backup list results by Dees_Troy · 11 years ago
  82. 70737fa Improve automated handlidling of partitions by Dees_Troy · 11 years ago
  83. 2673cec Move all AOSP code out of recovery binary by Dees_Troy · 11 years ago
  84. a13d74f Add partition list GUI element by Dees_Troy · 11 years ago
  85. 65a4c73 trying to fix md5 Change-Id: I4ec037f76aa965bc818afe924942adbe9a080b36 by bigbiff bigbiff · 11 years ago
  86. cdcfee4 use md5.c for computation of md5sums by bigbiff bigbiff · 11 years ago
  87. e60683a use libblkid to get filesystem type we can now use libblkid to detect exfat by bigbiff bigbiff · 11 years ago
  88. 87e3d93 Add MTK6575/6577 EMMC partitions backup support by igoriok · 11 years ago
  89. e6594ab change libtar to fork instead of pthread by bigbiff bigbiff · 11 years ago
  90. e34c133 Add write buffer for tar writes by Dees_Troy · 11 years ago
  91. 3f5c4e8 Fix fail over to vfat from exfat by Dees_Troy · 11 years ago
  92. b05ddee exFAT improvements, fixes by Dees_Troy · 11 years ago
  93. 2c4c26f Fix subpartitionof flag by Dees_Troy · 11 years ago
  94. 3bf2b0e change tar create to pthread by bigbiff bigbiff · 11 years ago
  95. 98f1f90 Remove sockets and FIFOS when removing files by bigbiff bigbiff · 11 years ago
  96. 4bb33ac Fix handling of blkid output by Dees_Troy · 11 years ago
  97. 1c1ac44 Save version to cache by Dees_Troy · 11 years ago
  98. dc8bc1b ORS engine fixes by Dees_Troy · 11 years ago
  99. 16c2b31 Add flag for retaining layout version by Dees_Troy · 11 years ago
  100. 999b39d Check to ensure that external is encrypted by Dees_Troy · 11 years ago