summaryrefslogtreecommitdiffstats
path: root/twrpTarMain (unfollow)
Commit message (Collapse)AuthorFilesLines
2015-12-23do not include stlport headers unless link to itXing1-2/+9
Change-Id: I8344d270ddb601694b5fef0fa7b22ea437030728
2015-12-22twrpTar: Remove redundant -g CFLAGMatt Mower1-2/+2
Change-Id: Ifefd159b1bc25cd0f54220ae1bd7407c08ca9cfb
2015-10-15Fix up twrpTarEthan Yonker1-1/+2
Change-Id: I11a8f77b39a6f12aca6157c9aa76c34ef48c4b9f
2014-12-22Fix twrpTar buildingEthan Yonker1-2/+2
- ifdef around set_metadata - Set tags as optional Change-Id: I438e370c3bf6b590dc80ba372724c47cead6cbe5
2014-07-09Track backup and restore progressEthan Yonker1-2/+3
Track backup and restore progress based on the sizes of the files as they are being added to the tar backup file. Update the progress bar based on the sizes of the files. Change-Id: Idf649efa1db3e91830b4b2add86203a3f30042ff
2014-03-31Remove deprecated tar exclude functionalityMatt Mower1-4/+0
twrpDU::check_skip_dirs() handles skipped folders now. Everywhere twrpTar::setexcl() is being used to exclude files eventually calls createTarFork(), which in turn calls Generate_TarList(), which checks check_skip_dirs(). Change-Id: Ibbc4eb2eb89863ccb2a15f5a3b5092fb10fcbcc0
2014-02-12Add twrpTar binaryEthan Yonker2-0/+235
Change-Id: I9db1aac350cd2ca02cceccc249ebd2f0b3c3c671