summaryrefslogtreecommitdiffstats
path: root/fuse (unfollow)
Commit message (Collapse)AuthorFilesLines
2013-08-11Rename libfuse to prevent conflicts with newer CM treesDees_Troy1-2/+2
Change-Id: I468e8556e1606b9c944292db27237026e78fb8f0
2013-02-07Add write buffer for tar writesDees_Troy25-606/+3732
update fuse to 2.9.2 catch return from unlink so that we don't print error messages when things work Change-Id: I1115039a0fa5d9d73f78ef1abd79755d7ffd9d96
2013-01-19change fuse to be compiled with TW_INCLUDE_FUSE_EXFATbigbiff bigbiff2-31/+101
update exfat_fuse to newest updates Always compile mkexfatfs
2013-01-09Add libtar to TWRP instead of using busybox tarbigbiff bigbiff39-0/+15670
Add proper mkdosfs tool Add fuse to TWRP Add experimental exfat-fuse to TWRP Convert all system() functions to use new Exec_Cmd function