1. a957f07 FsCrypt update: support fscrypt policies v1 and v2 by bigbiff · 3 years, 3 months ago
  2. ad58e1b repack: move sbin to /system ramdisk and update repacking for android-10 by bigbiff · 4 years ago
  3. 7ba7500 decrypt: AOSP 10 requires the use of fscrypt by bigbiff · 4 years, 2 months ago
  4. 72bcc20 twrptar: fix backup freeze with pigz and openaes by Fabrice Bellet · 4 years, 6 months ago
  5. adcb4d8 ADB Backup: Fix gzip backup and restore by bigbiff bigbiff · 7 years ago
  6. d59d02e twrpTar: Fix uninitialized current_archive_type by nkk71 · 7 years ago
  7. b5ecaad ADB Backup: fix adb restore issues by bigbiff bigbiff · 7 years ago
  8. 8d039f7 libtar: support backing up and restoring new Android user.* xattr by Ethan Yonker · 7 years ago
  9. 01f4e03 Improve backup display names with emulated storage by Ethan Yonker · 7 years ago
  10. 23d8aae Unused variable cleanup by Matt Mower · 7 years ago
  11. a8a89d1 Whitespace cleanup by Matt Mower · 7 years ago
  12. 7118774 libtar: backup and restore posix capabilities by Ethan Yonker · 7 years ago
  13. 79f88bd Support backup/restore of FBE policies by Ethan Yonker · 8 years ago
  14. 3fdcda4 Improve backup & wipe exclusion handling by Ethan Yonker · 8 years ago
  15. 9059499 Fix image flashing: attempt 2 by James Christopher Adduono · 8 years ago
  16. ea2fcf0 Fix compressed backups with split archives by Ethan Yonker · 8 years ago
  17. f117962 Make it backwards compatible with 4.4 by Ethan Yonker · 8 years ago
  18. ce8f83c ADB: Add adb backup for TWRP. by bigbiff · 9 years ago
  19. 472f506 Improve progress bar handling for backup / restore / image flash by Ethan Yonker · 8 years ago
  20. 3c36697 Fix a bunch of messages by Matt Mower · 8 years ago
  21. 74db157 Multiple Language Support by Ethan Yonker · 9 years ago
  22. c798c9c Merge up to AOSP marshmallow-release by Ethan Yonker · 9 years ago
  23. 2252d24 twrpTar: fix segfault after encrypted backups by that · 9 years ago
  24. 2b18a53 Address a few compiler warnings by Matt Mower · 9 years ago
  25. 1a147a4 Properly initialize Archive_Current_Size to 0 in twrpTar by Ethan Yonker · 9 years ago
  26. 7abc5fe Add cancel backup capability. by bigbiff · 9 years ago
  27. 960f030 Fix twrpTar building by Ethan Yonker · 9 years ago
  28. 4b94cfd Attempt to set the proper uid/gid/contexts on new files and dirs by Ethan Yonker · 10 years ago
  29. bcc502c Make TWRP compile for arm64 by Ethan Yonker · 10 years ago
  30. 1b7a31b Track backup and restore progress by Ethan Yonker · 10 years ago
  31. 50248ab Simplify twrpTar skip dir checks, DU code cleanup by Matt Mower · 10 years ago
  32. b1c6e05 Only split archives when split_archives is set by Dees Troy · 10 years ago
  33. 9d72327 Rearrange opening of output and input files for error handling by Dees Troy · 10 years ago
  34. 924a80b Fix backup and restore of encrypted backups by Ethan Yonker · 10 years ago
  35. bb81e5d Remove deprecated tar exclude functionality by Matt Mower · 10 years ago
  36. ec8fc28 Change to lstat so we don't count the target of symbolic links as part by bigbiff bigbiff · 10 years ago
  37. 05f87d6 Fix skipping of relative paths and lost+found in twrpDU by Vojtech Bocek · 10 years ago
  38. eae4209 Fix error handling in createList by Ethan Yonker · 10 years ago
  39. a869edd Remove unused functions by Ethan Yonker · 10 years ago
  40. 87af563 Move DataManager functions out of twrpTar.cpp by Ethan Yonker · 10 years ago
  41. e0a433a Refactor twrpTar to use TarList by Dees Troy · 11 years ago
  42. 42f40f5 declare dir for non data/media devices by Dees Troy · 10 years ago
  43. 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
  44. c49d706 fix getting and setting contexts in selinux by bigbiff bigbiff · 11 years ago
  45. ed40077 Ensure root folders get added in split archives by Dees Troy · 11 years ago
  46. 25fd68d libtar: store SELinux file context in tar archives by Vojtech Bocek · 11 years ago
  47. 86e77bc skip checking size on links skip google music cache by bigbiff bigbiff · 11 years ago
  48. 616afed ignore lost+found in all the places by bigbiff bigbiff · 11 years ago
  49. fafb0c5 Unify indentation and little clean-up in TWRP files by Vojtech Bocek · 11 years ago
  50. 2727b99 Fix problem with not waiting for pigz to exit by Dees_Troy · 11 years ago
  51. 5612cc8 Fix permissions on backup files by Dees_Troy · 11 years ago
  52. 59df926 Fix backup of datadata by Dees_Troy · 11 years ago
  53. 83bd483 Support encrypted backup files by Dees_Troy · 11 years ago
  54. 2673cec Move all AOSP code out of recovery binary by Dees_Troy · 11 years ago
  55. 3b51163 Add search function to libtar by n0d3 · 11 years ago
  56. 3263e92 Fix backup of initial directory with split archives by Dees_Troy · 11 years ago
  57. 50d63be Fix capturing exit status to properly display libtar results by Dees_Troy · 11 years ago
  58. ee6632c libtar - Fix extraction of hardlinks to use the prefix by Dees_Troy · 11 years ago
  59. 71e5aa4 fix restore on mknod Change-Id: I9fb8b927f81a8cded651e42026beb3d5c252d1e8 by bigbiff bigbiff · 11 years ago
  60. 23aa819 using __popen segfaults, switch back to popen by bigbiff bigbiff · 11 years ago
  61. e6594ab change libtar to fork instead of pthread by bigbiff bigbiff · 11 years ago
  62. 8a68c31 This adds a 60 second screen timeout for TWRP. Might consider making this configurable in the future. by bigbiff bigbiff · 11 years ago
  63. 40bbcf8 Change popen in twrpTar to __popen by Dees_Troy · 11 years ago
  64. e34c133 Add write buffer for tar writes by Dees_Troy · 11 years ago
  65. 3bf2b0e change tar create to pthread by bigbiff bigbiff · 11 years ago
  66. 9c75405 Add libtar to TWRP instead of using busybox tar by bigbiff bigbiff · 11 years ago