summaryrefslogtreecommitdiffstats
path: root/twrpTar.cpp (unfollow)
Commit message (Expand)AuthorFilesLines
2013-07-01Fix backup of datadataDees_Troy1-10/+15
2013-06-22Support encrypted backup filesDees_Troy1-221/+936
2013-04-04Move all AOSP code out of recovery binaryDees_Troy1-51/+51
2013-03-18Add search function to libtarn0d31-14/+42
2013-03-16Fix backup of initial directory with split archivesDees_Troy1-22/+23
2013-03-02Fix capturing exit status to properly display libtar resultsDees_Troy1-2/+2
2013-02-27libtar - Fix extraction of hardlinks to use the prefixDees_Troy1-2/+2
2013-02-27fix restore on mknodbigbiff bigbiff1-2/+6
2013-02-22using __popen segfaults, switch back to popenbigbiff bigbiff1-3/+3
2013-02-18change libtar to fork instead of pthreadbigbiff bigbiff1-28/+117
2013-02-13This adds a 60 second screen timeout for TWRP. Might consider making this configurable in the future.bigbiff bigbiff1-0/+4
2013-02-12Change popen in twrpTar to __popenDees_Troy1-6/+7
2013-02-07Add write buffer for tar writesDees_Troy1-67/+88
2013-01-24change tar create to pthreadbigbiff bigbiff1-65/+121
2013-01-09Add libtar to TWRP instead of using busybox tarbigbiff bigbiff1-0/+409