aboutsummaryrefslogtreecommitdiffstats
path: root/libexfat
Commit message (Expand)AuthorAgeFilesLines
* 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-216-10/+7
* 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-242-3/+13
|\
| * 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-101-5/+13
* | Call exit instead of abort on unhandled errorsSteve Kondik2015-11-101-0/+4
* | Add support for building on AndroidSteve Kondik2015-11-103-2/+14
|/
* Flush clusters bitmap on each file close.relan2015-11-071-1/+1
* Move nodes flush from exfat_flush() into a separate function.relan2015-11-073-4/+9
* Support platform macros for GNU/kFreeBSD and GNU/HURD.relan2015-10-091-1/+1
* 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
* Drop version.h header.relan2015-08-263-33/+1
* Include local headers before system headers.relan2015-08-263-4/+7
* Use GNU build system (autotools).relan2015-08-261-0/+39
* 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
* Update copyright years.relan2015-08-2415-15/+15
* Move off_t size check from build script to code.relan2015-08-241-0/+4
* Pass default_permissions to FUSE.relan2015-08-241-5/+3
* Bump version to 1.1.0 and update changelog.relan2015-08-241-1/+1
* Update copyright years.relan2015-08-2415-15/+15
* 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-242-14/+14
* 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
* Handle I/O errors in exfat_put_node().relan2015-08-244-20/+84
* Check device size on mount.relan2015-08-241-0/+13
* Validate VBR checksum before other checks.relan2015-08-241-19/+21
* Fix return value from exfat_rename().relan2015-08-241-1/+1
* Fix memory use after free on error paths.relan2015-08-241-2/+2
* Fix compilation on OpenBSD.relan2015-08-241-1/+1
* Add OpenBSD support.relan2015-08-242-3/+34
* Relax node size check. This fixes pagefile.sys error.relan2015-08-241-9/+4
* Move node checks into a separate function check_node().relan2015-08-241-29/+39
* Simplify return code checking in shrink_directory().relan2015-08-241-5/+1
* Fix bitmaps handling on big-endian machines.relan2015-08-242-1/+8
* Handle I/O error in exfat_next_cluster().relan2015-08-243-12/+42
* Fix return codes from exfat_close() and exfat_fsync().relan2015-08-241-7/+17
* Handle I/O error in exfat_flush().relan2015-08-243-5/+10
* Handle I/O errors in exfat_flush_node().relan2015-08-242-13/+24
* Close device and free super block on failure to read boot sector.relan2015-08-241-0/+2
* Handle I/O errors in erase_entry().relan2015-08-241-9/+21