aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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
* Bump version to 1.1.0 and update changelog.relan2015-08-242-1/+22
* Update copyright years.relan2015-08-2440-45/+45
* Use bool type in fetch_next_entry().relan2015-08-241-9/+9
* Use bool type in verify_vbr_checksum().relan2015-08-241-8/+7
* Rename real_size to valid_size and add comment about this field.relan2015-08-242-12/+14
* Print errno on device open/close/fsync failure.relan2015-08-241-5/+7
* Use apostrophe for both opening and closing quotes in messages.relan2015-08-246-23/+23
* Fix opening of a regular file (broken in r403).relan2015-08-241-9/+2
* Set errno to EROFS on failure to open the device in RW mode.relan2015-08-241-2/+10
* Fix memory leak on realloc() failure.relan2015-08-241-0/+2
* Fix memory leak on error path when clusters bitmap writing fails.relan2015-08-241-0/+1