summaryrefslogtreecommitdiffstats
path: root/twrpTar.hpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Add search function to libtarn0d32013-03-181-0/+2
| | | | | | | Function entryExists() can be called in order to check if an entry exists inside an archive. Change-Id: Id3d13d20dfb74a1779dbd8ba6f0ab08c3ca46319
* change libtar to fork instead of pthreadbigbiff bigbiff2013-02-181-6/+4
| | | | | | Conflicts: twrpTar.cpp
* change tar create to pthreadbigbiff bigbiff2013-01-241-14/+23
| | | | Change-Id: I5a33d207ec6683de20da37e6f4f174c67785fc52
* Add libtar to TWRP instead of using busybox tarbigbiff bigbiff2013-01-091-0/+61
Add proper mkdosfs tool Add fuse to TWRP Add experimental exfat-fuse to TWRP Convert all system() functions to use new Exec_Cmd function