1. d3ec059 Fix image flashing by Ethan Yonker · 8 years ago
  2. c0d40de Clean up PartitionSettings by Ethan Yonker · 8 years ago
  3. 9079c85 MD5 checking: fix issues introduced with adb backup patchset by bigbiff bigbiff · 8 years ago
  4. 3126a11 wait for cryptfs device node to come up by Kjell Braden · 8 years ago
  5. ce8f83c ADB: Add adb backup for TWRP. by bigbiff · 9 years ago
  6. 72c87ce Wait to mount until after fstab processed by Matt Mower · 8 years ago
  7. 2b2dd15 Remove char/string conversions in fstab processing by Matt Mower · 8 years ago
  8. 4ab42b1 Rewrite FS fstab flag processing by Matt Mower · 8 years ago
  9. 2416a50 Rewrite TWRP fstab flag processing by Matt Mower · 8 years ago
  10. 5da1302 Partition: Fix parsing of several twrp fstab flags by Gordon Freeman · 8 years ago
  11. 472f506 Improve progress bar handling for backup / restore / image flash by Ethan Yonker · 8 years ago
  12. fe91611 DataManager Updates by Ethan Yonker · 8 years ago
  13. d6f94ac Allow restoring to read-only file system by James Christopher Adduono · 8 years ago
  14. c2dafbb Change to dd for wiping crypto partitions by Ethan Yonker · 8 years ago
  15. fcf3f24 Fix adopted storage when andsec flag is present by Ethan Yonker · 8 years ago
  16. 209c963 partitions: Mount storage for MTP after wipe by Matt Mower · 8 years ago
  17. ed974bb allow flashing sparse images by HashBang · 8 years ago
  18. f54e539 partition.cpp: fix build, add missing include by that · 8 years ago
  19. b5fab76 Replace fix permissions with fix contexts for emulated storage by Ethan Yonker · 8 years ago
  20. 558aef7 Reduce format f2fs time by Greg Wallace · 8 years ago
  21. 66a1949 Adopted Storage support by Ethan Yonker · 9 years ago
  22. 3c36697 Fix a bunch of messages by Matt Mower · 8 years ago
  23. 483e9f4 Improve sdcard partitioning process by Ethan Yonker · 8 years ago
  24. 2d65340 gui: Fix partition repair message by Greg Wallace · 8 years ago
  25. 4b44fef gui: Fix typo of formatting_using message by Greg Wallace · 8 years ago
  26. b39e6c6 ntfs-3g: Fix cm-13 compatibility by Greg Wallace · 8 years ago
  27. d18a821 Use ioctl to get block device size by Ethan Yonker · 9 years ago
  28. 74db157 Multiple Language Support by Ethan Yonker · 9 years ago
  29. bfb72b0 Fix broken fsflags support by Ketut Putu Kumajaya · 9 years ago
  30. 18794c8 Update dosfstools by Matt Mower · 9 years ago
  31. 13a8f0b Free some memory allocations by Matt Mower · 9 years ago
  32. 1673e3d Treat /vendor like /system for read only by Ethan Yonker · 9 years ago
  33. d0514ba Fix a bunch of warnings by Ethan Yonker · 9 years ago
  34. bc85b63 Wipe crypto key when formatting data by Ethan Yonker · 9 years ago
  35. b81d905 Add ntfs-3g support by Ethan Yonker · 9 years ago
  36. bfce504 fix settingsstorage mark by Xuefer · 9 years ago
  37. 9416f4f partition: recreate tw_internal_path(/data/media/0), after wipe media from data or format /data. by xiaolu · 9 years ago
  38. a271915 Add resize2fs and ability to run resize2fs via GUI by Ethan Yonker · 9 years ago
  39. eb32b1f Mount system as read-only by default by Ethan Yonker · 9 years ago
  40. c7572eb partition: support texfat module by that · 9 years ago
  41. 352b75e Backup: fix 'out of memory' issue when backing up large partition as image by codelover · 9 years ago
  42. c657cc0 Support Qualcomm hardware decrypt by Dees Troy · 9 years ago
  43. 2a3d4ce Fix TWRP not mounting /data/media type storage if built with toolbox utils by codelover · 9 years ago
  44. 7e11ac5 Add UI for entering pattern for device decryption by Vojtech Bocek · 9 years ago
  45. 2b18a53 Address a few compiler warnings by Matt Mower · 9 years ago
  46. a3fa75f Allow wiping f2fs to reserve space for a crypto footer by dhacker29 · 9 years ago
  47. 7abc5fe Add cancel backup capability. by bigbiff · 9 years ago
  48. f66324f Fix restore of images for mtd and bml nand by Ethan Yonker · 9 years ago
  49. 96af84a Allow flashing of images via the GUI by Ethan Yonker · 9 years ago
  50. 7b4c7a6 Update blkid to 2.25.0 by bigbiff · 9 years ago
  51. 0c53203 Fix else if and maxFileSize initializer. by bigbiff · 9 years ago
  52. a3d31fb fixPermissions: simplify code, fix bugs by that · 9 years ago
  53. d79d9bc Allow non datamedia devices to wipe encryption by Ethan Yonker · 9 years ago
  54. 726a020 MTP add/remove storage instead of disabling MTP by Ethan Yonker · 10 years ago
  55. 4b94cfd Attempt to set the proper uid/gid/contexts on new files and dirs by Ethan Yonker · 10 years ago
  56. 448c8dc Fix png graphics load / display on AArch64 by Ethan Yonker · 10 years ago
  57. 7cb4c33 add function to partition.cpp to return max file size to mtp responder by bigbiff · 10 years ago
  58. 253368a Reduce libs needed for decrypt and clean up old decypt files by Ethan Yonker · 10 years ago
  59. cceebb8 Tweak 5.0 L decrypt by Ethan Yonker · 10 years ago
  60. 4eca40d Add lollipop decrypt support by Ethan Yonker · 10 years ago
  61. d43bf2d fix some compiler warnings by that · 10 years ago
  62. 5ef301e Do not set contexts during a factory reset by Ethan Yonker · 10 years ago
  63. 25f20c1 Fix wiping crash when block device is not present by Ethan Yonker · 10 years ago
  64. 9e0593e mtp: cleanup, fixes and performance improvements by that · 10 years ago
  65. ff5935f Attempt to fix md5 issue with backups by Captain Throwback · 10 years ago
  66. 6277c79 Attempt to automatically identify data/media devices by Ethan Yonker · 10 years ago
  67. c7eee6f add mtp responder to TWRP. by bigbiff bigbiff · 10 years ago
  68. 1b7a31b Track backup and restore progress by Ethan Yonker · 10 years ago
  69. 5eac222 Do not restore file system on data/media devices by Ethan Yonker · 10 years ago
  70. fb1c4ff Whitespace and minor code cleanup by Matt Mower · 10 years ago
  71. 87c7bac Add options to repair or change file system by Ethan Yonker · 10 years ago
  72. bf4efa3 Support alternative .android_secure location by Matt Mower · 10 years ago
  73. 83e8257 Allow building of an OEM friendly TWRP by Ethan Yonker · 10 years ago
  74. 26774a0 Stop printing Unable to mount to console if storage is removable. We will still print to by bigbiff bigbiff · 10 years ago
  75. bb81e5d Remove deprecated tar exclude functionality by Matt Mower · 10 years ago
  76. f77994d Fix /data backup size if contains media subdirs by Matt Mower · 10 years ago
  77. 99c8dbf Check to ensure that selinux_handle is populated before using by Dees Troy · 10 years ago
  78. 4159aed Restore capabilities to run-as binary by Dees Troy · 10 years ago
  79. 71413f4 Check crypto footer before offering to decrypt by Ethan Yonker · 10 years ago
  80. c62b34c Remove unneeded logging by Ethan Yonker · 10 years ago
  81. 374cd71 Merge "Move DataManager functions out of twrpTar.cpp" into android-4.4 by Ethan Yonker · 10 years ago
  82. 87af563 Move DataManager functions out of twrpTar.cpp by Ethan Yonker · 10 years ago
  83. f27497f Fix ext4 wiping when no SELinux contexts are defined by Ethan Yonker · 10 years ago
  84. 175cb7b Merge "Additional mount function call without mount options" into android-4.4 by Dees Troy · 10 years ago
  85. 216e042 Additional mount function call without mount options by Dees Troy · 10 years ago
  86. 6b600f9 Restore contexts when doing mkdierhier in libtar by bigbiff bigbiff · 10 years ago
  87. a21b052 Merge "Improve android secure handling" into android-4.4 by Ethan Yonker · 10 years ago
  88. a1aad1b Fix error message on split backups by Ethan Yonker · 10 years ago
  89. d4d1073 Improve android secure handling by Ethan Yonker · 10 years ago
  90. e0a433a Refactor twrpTar to use TarList by Dees Troy · 11 years ago
  91. 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
  92. 06c3f93 Add option to set flag for storage=0 by Ethan Yonker · 10 years ago
  93. c4bc30e ifdef some file system options that are not available in older trees by Dees Troy · 10 years ago
  94. 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
  95. 62bd9e0 add support for fsflags= option in twrp.fstab file by Hashcode · 11 years ago
  96. 3be70a8 Update licenses to all match by Dees Troy · 11 years ago
  97. d932ce1 Fix spelling error by Dees Troy · 11 years ago
  98. c49d706 fix getting and setting contexts in selinux by bigbiff bigbiff · 11 years ago
  99. 0553420 Add TWFunc::Exec_Cmd() with no 'result' agrument by Vojtech Bocek · 11 years ago
  100. 5295d58 Add more args to make_ext4fs command by Dees_Troy · 11 years ago