summaryrefslogtreecommitdiffstats
path: root/twrpTar.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* libtar: store SELinux file context in tar archivesVojtech Bocek2013-09-051-10/+10
* skip checking size on linksbigbiff bigbiff2013-08-281-40/+60
* ignore lost+found in all the placesbigbiff bigbiff2013-08-281-6/+6
* Unify indentation and little clean-up in TWRP filesVojtech Bocek2013-08-241-1/+1
* Fix problem with not waiting for pigz to exitDees_Troy2013-08-141-1/+1
* Fix permissions on backup filesDees_Troy2013-07-241-14/+13
* Fix backup of datadataDees_Troy2013-07-011-10/+15
* Support encrypted backup filesDees_Troy2013-06-221-221/+936
* Move all AOSP code out of recovery binaryDees_Troy2013-04-041-51/+51
* Add search function to libtarn0d32013-03-181-14/+42
* Fix backup of initial directory with split archivesDees_Troy2013-03-161-22/+23
* Fix capturing exit status to properly display libtar resultsDees_Troy2013-03-021-2/+2
* libtar - Fix extraction of hardlinks to use the prefixDees_Troy2013-02-271-2/+2
* fix restore on mknodbigbiff bigbiff2013-02-271-2/+6
* using __popen segfaults, switch back to popenbigbiff bigbiff2013-02-221-3/+3
* change libtar to fork instead of pthreadbigbiff bigbiff2013-02-181-28/+117
* This adds a 60 second screen timeout for TWRP. Might consider making this configurable in the future.bigbiff bigbiff2013-02-131-0/+4
* Change popen in twrpTar to __popenDees_Troy2013-02-121-6/+7
* Add write buffer for tar writesDees_Troy2013-02-071-67/+88
* change tar create to pthreadbigbiff bigbiff2013-01-241-65/+121
* Add libtar to TWRP instead of using busybox tarbigbiff bigbiff2013-01-091-0/+409