summaryrefslogtreecommitdiffstats
path: root/twrpTar.hpp (unfollow)
Commit message (Collapse)AuthorFilesLines
2013-03-18Add search function to libtarn0d31-0/+2
Function entryExists() can be called in order to check if an entry exists inside an archive. Change-Id: Id3d13d20dfb74a1779dbd8ba6f0ab08c3ca46319
2013-02-18change libtar to fork instead of pthreadbigbiff bigbiff1-6/+4
Conflicts: twrpTar.cpp
2013-01-24change tar create to pthreadbigbiff bigbiff1-14/+23
Change-Id: I5a33d207ec6683de20da37e6f4f174c67785fc52
2013-01-09Add libtar to TWRP instead of using busybox tarbigbiff bigbiff1-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