1. 4b94cfd Attempt to set the proper uid/gid/contexts on new files and dirs by Ethan Yonker · 10 years ago
  2. 448c8dc Fix png graphics load / display on AArch64 by Ethan Yonker · 10 years ago
  3. 7cb4c33 add function to partition.cpp to return max file size to mtp responder by bigbiff · 10 years ago
  4. 253368a Reduce libs needed for decrypt and clean up old decypt files by Ethan Yonker · 10 years ago
  5. cceebb8 Tweak 5.0 L decrypt by Ethan Yonker · 10 years ago
  6. 4eca40d Add lollipop decrypt support by Ethan Yonker · 10 years ago
  7. d43bf2d fix some compiler warnings by that · 10 years ago
  8. 5ef301e Do not set contexts during a factory reset by Ethan Yonker · 10 years ago
  9. 25f20c1 Fix wiping crash when block device is not present by Ethan Yonker · 10 years ago
  10. 9e0593e mtp: cleanup, fixes and performance improvements by that · 10 years ago
  11. ff5935f Attempt to fix md5 issue with backups by Captain Throwback · 10 years ago
  12. 6277c79 Attempt to automatically identify data/media devices by Ethan Yonker · 10 years ago
  13. c7eee6f add mtp responder to TWRP. by bigbiff bigbiff · 10 years ago
  14. 1b7a31b Track backup and restore progress by Ethan Yonker · 10 years ago
  15. 5eac222 Do not restore file system on data/media devices by Ethan Yonker · 10 years ago
  16. fb1c4ff Whitespace and minor code cleanup by Matt Mower · 10 years ago
  17. 87c7bac Add options to repair or change file system by Ethan Yonker · 10 years ago
  18. bf4efa3 Support alternative .android_secure location by Matt Mower · 10 years ago
  19. 83e8257 Allow building of an OEM friendly TWRP by Ethan Yonker · 10 years ago
  20. 26774a0 Stop printing Unable to mount to console if storage is removable. We will still print to by bigbiff bigbiff · 10 years ago
  21. bb81e5d Remove deprecated tar exclude functionality by Matt Mower · 10 years ago
  22. f77994d Fix /data backup size if contains media subdirs by Matt Mower · 10 years ago
  23. 99c8dbf Check to ensure that selinux_handle is populated before using by Dees Troy · 10 years ago
  24. 4159aed Restore capabilities to run-as binary by Dees Troy · 10 years ago
  25. 71413f4 Check crypto footer before offering to decrypt by Ethan Yonker · 10 years ago
  26. c62b34c Remove unneeded logging by Ethan Yonker · 10 years ago
  27. 374cd71 Merge "Move DataManager functions out of twrpTar.cpp" into android-4.4 by Ethan Yonker · 10 years ago
  28. 87af563 Move DataManager functions out of twrpTar.cpp by Ethan Yonker · 10 years ago
  29. f27497f Fix ext4 wiping when no SELinux contexts are defined by Ethan Yonker · 10 years ago
  30. 175cb7b Merge "Additional mount function call without mount options" into android-4.4 by Dees Troy · 10 years ago
  31. 216e042 Additional mount function call without mount options by Dees Troy · 10 years ago
  32. 6b600f9 Restore contexts when doing mkdierhier in libtar by bigbiff bigbiff · 10 years ago
  33. a21b052 Merge "Improve android secure handling" into android-4.4 by Ethan Yonker · 10 years ago
  34. a1aad1b Fix error message on split backups by Ethan Yonker · 10 years ago
  35. d4d1073 Improve android secure handling by Ethan Yonker · 10 years ago
  36. e0a433a Refactor twrpTar to use TarList by Dees Troy · 11 years ago
  37. 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
  38. 06c3f93 Add option to set flag for storage=0 by Ethan Yonker · 10 years ago
  39. c4bc30e ifdef some file system options that are not available in older trees by Dees Troy · 10 years ago
  40. 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
  41. 62bd9e0 add support for fsflags= option in twrp.fstab file by Hashcode · 11 years ago
  42. 3be70a8 Update licenses to all match by Dees Troy · 11 years ago
  43. d932ce1 Fix spelling error by Dees Troy · 11 years ago
  44. c49d706 fix getting and setting contexts in selinux by bigbiff bigbiff · 11 years ago
  45. 0553420 Add TWFunc::Exec_Cmd() with no 'result' agrument by Vojtech Bocek · 11 years ago
  46. 5295d58 Add more args to make_ext4fs command by Dees_Troy · 11 years ago
  47. 1dc3098 Initialize TWPartition::User_Rm_Rf to false in constructor by Vojtech Bocek · 11 years ago
  48. dabfd49 implement "usermrf" fstab flag to force rm -rf * deletion on specific partitions by Hashcode · 11 years ago
  49. b3265ab Better compatibility by fixing up ext4 & selinux flags by Dees_Troy · 11 years ago
  50. e501704 Initial f2fs support by Dees_Troy · 11 years ago
  51. 86e77bc skip checking size on links skip google music cache by bigbiff bigbiff · 11 years ago
  52. fafb0c5 Unify indentation and little clean-up in TWRP files by Vojtech Bocek · 11 years ago
  53. a95f55c Add SELinux support by Dees_Troy · 11 years ago
  54. 066eb30 Fix AOSP decrypt when TouchWiz code is present by Dees_Troy · 11 years ago
  55. 4d4b336 Properly free blkid_probe in TWPartition::Check_FS_Type() by Vojtech Bocek · 11 years ago
  56. 76543db Fix MTD Mounting by Dees_Troy · 11 years ago
  57. 74fb2e9 Fix some issues with wipe partition list by Dees_Troy · 11 years ago
  58. 83bd483 Support encrypted backup files by Dees_Troy · 11 years ago
  59. 9e0b71c Improve backup list results by Dees_Troy · 11 years ago
  60. 70737fa Improve automated handlidling of partitions by Dees_Troy · 11 years ago
  61. 2673cec Move all AOSP code out of recovery binary by Dees_Troy · 11 years ago
  62. a13d74f Add partition list GUI element by Dees_Troy · 11 years ago
  63. 65a4c73 trying to fix md5 Change-Id: I4ec037f76aa965bc818afe924942adbe9a080b36 by bigbiff bigbiff · 11 years ago
  64. cdcfee4 use md5.c for computation of md5sums by bigbiff bigbiff · 11 years ago
  65. e60683a use libblkid to get filesystem type we can now use libblkid to detect exfat by bigbiff bigbiff · 11 years ago
  66. 87e3d93 Add MTK6575/6577 EMMC partitions backup support by igoriok · 11 years ago
  67. e6594ab change libtar to fork instead of pthread by bigbiff bigbiff · 11 years ago
  68. e34c133 Add write buffer for tar writes by Dees_Troy · 11 years ago
  69. 3f5c4e8 Fix fail over to vfat from exfat by Dees_Troy · 11 years ago
  70. b05ddee exFAT improvements, fixes by Dees_Troy · 11 years ago
  71. 2c4c26f Fix subpartitionof flag by Dees_Troy · 11 years ago
  72. 3bf2b0e change tar create to pthread by bigbiff bigbiff · 11 years ago
  73. 98f1f90 Remove sockets and FIFOS when removing files by bigbiff bigbiff · 11 years ago
  74. 4bb33ac Fix handling of blkid output by Dees_Troy · 11 years ago
  75. 1c1ac44 Save version to cache by Dees_Troy · 11 years ago
  76. dc8bc1b ORS engine fixes by Dees_Troy · 11 years ago
  77. 16c2b31 Add flag for retaining layout version by Dees_Troy · 11 years ago
  78. 999b39d Check to ensure that external is encrypted by Dees_Troy · 11 years ago
  79. c8bafa1 More Samsung sdcard crypto fixes by Dees_Troy · 11 years ago
  80. ce67546 Fix wiping problems and save ecrypt key by Dees_Troy · 11 years ago
  81. 85f44ed Improve remounting sdcard with ecryptfs by Dees_Troy · 11 years ago
  82. 9c75405 Add libtar to TWRP instead of using busybox tar by bigbiff bigbiff · 11 years ago
  83. 82599a8 Improve handling of undecrypted encrypted /data by Gary Peck · 12 years ago
  84. e8bc5d7 Reset partition flags when the partition is wiped by Gary Peck · 12 years ago
  85. 15e623d check backup image size before restoring by Gary Peck · 12 years ago
  86. 2204203 Fix handling of MTD partitions during mount by Dees_Troy · 12 years ago
  87. 68cab49 Add ignore blkid flag for Transformers by Dees_Troy · 12 years ago
  88. da8b55a Restore text display during restore by Dees_Troy · 12 years ago
  89. 43acadf restore based on backup type, not destination type by Gary Peck · 12 years ago
  90. 16b7435 Fixes for multi-user in 4.2 by Dees_Troy · 12 years ago
  91. 3e14652 add exfat to partitions.cpp by bigbiff bigbiff · 12 years ago
  92. 5fcd8f9 Initial BML support (ext4 only) by Dees_Troy · 12 years ago
  93. 8e337f3 Handle storage devices that are slow to mount by Dees_Troy · 12 years ago
  94. 7a47e7f Remove unneeded duplicate code by Dees_Troy · 12 years ago
  95. 0550cfb Track whether a partition is mounted during refresh sizes by Dees_Troy · 12 years ago
  96. c154ac2 Change backup size check for dd by Dees_Troy · 12 years ago
  97. 6da522d Fix restore of multiple archives by Dees_Troy · 12 years ago
  98. 3f04d03 Fix derp with alternate storage by Dees_Troy · 12 years ago
  99. 9b21af7 Fix error message on encrypted devices by Dees_Troy · 12 years ago
  100. ce2fe77 Revert busybox for CM7 compatibility, add exclamation point to format data by Dees_Troy · 12 years ago