summaryrefslogtreecommitdiffstats
path: root/fuse/fuse_loop_mt.c (unfollow)
Commit message (Collapse)AuthorFilesLines
2015-12-23fuse: Update to 2.9.4Matt Mower1-10/+30
Change-Id: I0877c624531286f47da29a7ab16c7ff3cfac0090
2014-06-30on stock android, pthread_cancel and phtread_setcancelstate doesn't existFlemmard1-0/+9
Change-Id: Icbe281a301004ae2bcda4821a50fb4a41088e85d
2013-02-07Add write buffer for tar writesDees_Troy1-30/+46
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-09Add libtar to TWRP instead of using busybox tarbigbiff bigbiff1-0/+246
Add proper mkdosfs tool Add fuse to TWRP Add experimental exfat-fuse to TWRP Convert all system() functions to use new Exec_Cmd function