summaryrefslogtreecommitdiffstats
path: root/exfat (unfollow)
Commit message (Collapse)AuthorFilesLines
2014-09-05update exfat from current headbigbiff bigbiff36-636/+438
Change-Id: I7d93474296612fda1dde23f6e8690668d6880e27
2014-09-03Build block TWRP with RECOVERY_VARIANTMatt Mower2-4/+4
Enable TWRP to reside alongside other recoveries with the naming convention: bootable/recovery(-flag). If TWRP resides at bootable/recovery and a device does not specify RECOVERY_VARIANT, then it will build like normal. If TWRP resides at bootable/recovery-twrp, then its makefiles will only be parsed if a device specifies 'RECOVERY_VARIANT := twrp'. This prevents TWRP specific makefile warnings/errors (notably, missing DEVICE_RESOLUTION) when another recovery is being built. Change-Id: I8f02fffcd79c309c7123b9428eedc69af02e126e
2014-08-07remove stray test fileAdam Outler1-0/+0
exfatfsck: ELF 64-bit LSB executable, x86-64, version 1 (SYSV), dynamically linked (uses shared libs), for GNU/Linux 2.6.24, BuildID[sha1]=c91c3e4c1e542e4a40bcad47ac747f62fb7312f9, not stripped Change-Id: I32472d460a8f03776e1d215810c537b029789220
2013-08-11Rename libfuse to prevent conflicts with newer CM treesDees_Troy2-2/+2
Change-Id: I468e8556e1606b9c944292db27237026e78fb8f0
2013-08-08update exfat to latest commits for io issuesbigbiff bigbiff35-244/+994
2013-07-03update to newest exfat changesbigbiff bigbiff12-116/+127
2013-03-08Update exfat to newest commitsbigbiff bigbiff5-99/+75
Change-Id: If15df21a556d39e6325ca8338345b698b9d8759d
2013-02-27Add fast scroll bar to fileselectorVojtech Bocek1-1/+0
Also fix build problems with libblkid in CM7 Signed-off-by: Vojtech Bocek <vbocek@gmail.com> Change-Id: I1cd4573e25b247171e4bd8cc05b70543f897a454
2013-01-28Update exFAT to 1.0bigbiff bigbiff34-1506/+84
Change-Id: I059cf52c41e76c584f76534b84af8b398d9e4617
2013-01-28Pull fix for exFAT from original sourceDees_Troy2-7/+13
http://code.google.com/p/exfat/source/detail?r=336 Change-Id: Ie8453770a4dcb31283012550f28483ad88bdc267
2013-01-19change fuse to be compiled with TW_INCLUDE_FUSE_EXFATbigbiff bigbiff2-0/+1466
update exfat_fuse to newest updates Always compile mkexfatfs
2013-01-09Add libtar to TWRP instead of using busybox tarbigbiff bigbiff43-0/+7473
Add proper mkdosfs tool Add fuse to TWRP Add experimental exfat-fuse to TWRP Convert all system() functions to use new Exec_Cmd function