aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* exfat: Silence warningscm-14.1cm-14.0Steve Kondik2016-08-285-9/+9
* Merge tag 'v1.2.4' into HEADSteve Kondik2016-08-2848-156/+184
|\
| * Bump version to 1.2.4 and update changelog.relan2016-06-032-1/+7
| * Update copyright years.relan2016-06-0346-51/+51
| * Support upcase table compression.relan2016-06-036-19/+52
| * Remove ublio support.relan2016-06-032-71/+0
| * Install man pages by default.relan2016-06-031-1/+1
| * Add platform-specific instructions to README.md.relan2016-01-291-15/+39
| * Escape commas (and backslashes) in device names.relan2016-01-051-1/+31
* | exfat-fuse: Don't export UTF conversion functionsHEADreplicant-6.0-0004-transitionreplicant-6.0-0004-rc6replicant-6.0-0004-rc5-transitionreplicant-6.0-0004-rc5replicant-6.0-0004-rc4replicant-6.0-0004-rc3replicant-6.0-0004-rc2replicant-6.0-0004-rc1replicant-6.0-0004replicant-6.0-0003replicant-6.0-0002replicant-6.0-0001stable/cm-13.0-ZNH5Ystable/cm-13.0-ZNH2KBstable/cm-13.0-ZNH2Kcm-13.0Steve Kondik2016-01-218-10/+9
* | Handle 64-bit offsets correctly on AndroidSteve Kondik2016-01-161-0/+6
* | Merge tag 'v1.2.3' into HEADstable/cm-13.0-ZNH0EMatt Mower2015-12-244-4/+18
|\|
| * Bump version to 1.2.3 and update changelog.relan2015-12-192-1/+5
| * Fix clusters loss when file renaming replaces target.relan2015-12-191-0/+10
* | exfat: ifdef android pre-generated configMatt Mower2015-11-101-0/+4
* | exfat: Provide pre-generated config.h for androidMatt Mower2015-11-102-1/+38
* | exfat: Rework build configurationSteve Kondik2015-11-105-17/+56
* | Call exit instead of abort on unhandled errorsSteve Kondik2015-11-101-0/+4
* | Add support for building on AndroidSteve Kondik2015-11-107-2/+61
|/
* Bump version to 1.2.2 and update changelog.relan2015-11-092-1/+8
* Add case-insensitivity note to the mount.exfat-fuse man page.relan2015-11-091-0/+20
* Add uninstall command to the README.md.relan2015-11-071-0/+4
* Flush clusters bitmap on each file close.relan2015-11-071-1/+1
* Move nodes flush from exfat_flush() into a separate function.relan2015-11-074-4/+12
* Support platform macros for GNU/kFreeBSD and GNU/HURD.relan2015-10-091-1/+1
* Bump version to 1.2.1 and update changelog.relan2015-09-242-1/+9
* Detect infinite loop in rootdir_size().relan2015-09-241-12/+21
* Check sector and cluster size before use.relan2015-09-241-10/+17
* Do not set archive bit on directory creation.relan2015-09-241-1/+1
* Make README.md more text-friendly.relan2015-09-241-19/+21
* Update changelog.relan2015-08-261-0/+13
* Include man pages into distribution.relan2015-08-266-1/+6
* Create symlinks on install.relan2015-08-263-0/+18
* Drop version.h header.relan2015-08-268-43/+6
* Include local headers before system headers.relan2015-08-2613-22/+24
* Add .gitignore.relan2015-08-261-0/+28
* Use GNU build system (autotools).relan2015-08-2610-131/+260
* Support musl libc that does not define __GLIBC__ macro.relan2015-08-241-1/+1
* Turn "FS is larger than device" error into warning.relan2015-08-241-5/+3
* Recognize optional entries.relan2015-08-242-2/+13
* Fix typo in the dumpexfat man page.relan2015-08-241-1/+1
* Update copyright years.relan2015-08-2440-45/+45
* Update man page to reflect the change of umask option default.relan2015-08-241-1/+1
* Add /usr/local/lib to LIBPATH on OS X.relan2015-08-241-0/+1
* Move off_t size check from build script to code.relan2015-08-242-7/+4
* Add "create" FUSE operation.relan2015-08-241-1/+20
* Create README.md.relan2015-08-241-0/+49
* Add DEBUG define that enables logging of FUSE events.relan2015-08-241-1/+3
* Pass default_permissions to FUSE.relan2015-08-242-6/+4
* Fix heap corruption: bitmap_size is in bits, not bytes.relan2015-08-241-4/+5