OSDN Git Service

Fix incremental build
[android-x86/external-exfat.git] / libexfat /
2016-07-06 Chih-Wei HuangClean up Android.mk
2016-01-21 Steve Kondikexfat-fuse: Don't export UTF conversion functions
2016-01-16 Steve KondikHandle 64-bit offsets correctly on Android
2015-12-24 Matt MowerMerge tag 'v1.2.3' into HEAD
2015-12-19 relanFix clusters loss when file renaming replaces target.
2015-11-10 Matt Mowerexfat: ifdef android pre-generated config
2015-11-10 Matt Mowerexfat: Provide pre-generated config.h for android
2015-11-10 Steve Kondikexfat: Rework build configuration
2015-11-10 Steve KondikCall exit instead of abort on unhandled errors
2015-11-10 Steve KondikAdd support for building on Android
2015-11-07 relanFlush clusters bitmap on each file close.
2015-11-07 relanMove nodes flush from exfat_flush() into a separate...
2015-10-09 relanSupport platform macros for GNU/kFreeBSD and GNU/HURD.
2015-09-24 relanDetect infinite loop in rootdir_size().
2015-09-24 relanCheck sector and cluster size before use.
2015-09-24 relanDo not set archive bit on directory creation.
2015-08-26 relanDrop version.h header.
2015-08-26 relanInclude local headers before system headers.
2015-08-26 relanUse GNU build system (autotools).
2015-08-24 relanSupport musl libc that does not define __GLIBC__ macro.
2015-08-24 relanTurn "FS is larger than device" error into warning.
2015-08-24 relanRecognize optional entries.
2015-08-24 relanUpdate copyright years.
2015-08-24 relanMove off_t size check from build script to code.
2015-08-24 relanPass default_permissions to FUSE.
2015-08-24 relanBump version to 1.1.0 and update changelog.
2015-08-24 relanUpdate copyright years.
2015-08-24 relanUse bool type in fetch_next_entry().
2015-08-24 relanUse bool type in verify_vbr_checksum().
2015-08-24 relanRename real_size to valid_size and add comment about...
2015-08-24 relanPrint errno on device open/close/fsync failure.
2015-08-24 relanUse apostrophe for both opening and closing quotes...
2015-08-24 relanFix opening of a regular file (broken in r403).
2015-08-24 relanSet errno to EROFS on failure to open the device in...
2015-08-24 relanHandle I/O errors in exfat_put_node().
2015-08-24 relanCheck device size on mount.
2015-08-24 relanValidate VBR checksum before other checks.
2015-08-24 relanFix return value from exfat_rename().
2015-08-24 relanFix memory use after free on error paths.
2015-08-24 relanFix compilation on OpenBSD.
2015-08-24 relanAdd OpenBSD support.
2015-08-24 relanRelax node size check. This fixes pagefile.sys error.
2015-08-24 relanMove node checks into a separate function check_node().
2015-08-24 relanSimplify return code checking in shrink_directory().
2015-08-24 relanFix bitmaps handling on big-endian machines.
2015-08-24 relanHandle I/O error in exfat_next_cluster().
2015-08-24 relanFix return codes from exfat_close() and exfat_fsync().
2015-08-24 relanHandle I/O error in exfat_flush().
2015-08-24 relanHandle I/O errors in exfat_flush_node().
2015-08-24 relanClose device and free super block on failure to read...
2015-08-24 relanHandle I/O errors in erase_entry().
2015-08-24 relanHandle I/O errors in rename_entry().
2015-08-24 relanHandle I/O error in set_next_cluster().
2015-08-24 relanHandle I/O error in erase_raw().
2015-08-24 relanHandle I/O errors.
2015-08-24 relanGive the caller of pread()/pwrite() a chance to handle...
2015-08-24 relanAddress clusters bitmap using size_t-sized blocks inste...
2015-08-24 relanCheck max continuations count when reading file entry.
2015-08-24 relanFix buffer overflows for file names of exactly 256...
2015-08-24 relanImplement fsync() and fsyncdir().
2015-08-24 relanRelicense the code from GPLv3+ to GPLv2+.
2015-08-24 relanUse safer names for byteorder stuff.
2015-08-24 relanRemove OpenBSD-specific macros.
2015-08-24 relanRemove Solaris-specific macros.
2015-08-24 relanFix __attribute => __attribute__.
2015-08-24 relanUse C11 _Static_assert if it is supported by a compiler.
2015-08-24 relanImprove STATIC_ASSERT.
2015-08-24 relanRemove excessive semicolons after static asserts.
2015-08-24 relanMove compiler-specific code into a separate header.
2015-08-24 relanUpdate volume label in struct exfat on exfat_set_label().
2015-08-24 relanFix handling of long non-ASCII file names.
2015-08-24 relanMove platform-specific code into a separate header.
2015-08-24 relanRelax mode handling.
2015-08-24 relanAdd "quiet" option.
2015-08-24 relanAvoid extra erase on writes to the end of a file.
2015-08-24 relanUse bool type.
2015-08-24 relanMake next_entry() function static.
2015-08-24 relanFix unexpected removal of a directory if it is moved...
2015-08-24 relanFix "Operation not permitted" error on reading an empty...
2015-08-24 relanBump version to 1.0.0 and update changelog.
2015-08-24 relanUpdate copyright years.
2015-08-24 relanFix allocation of a cluster beyond valid clusters range.
2015-08-24 relanRemove duplicate code in reset_cache().
2015-08-24 relanMove tree_attach() and tree_detach() upper.
2015-08-24 relanFix extra decrement of reference counter of hanging...
2015-08-24 relanSeek to the beginning of the device after detecting...
2015-08-24 relanPrint device name in the error message.
2015-08-24 relanFix exfat_generic_pwrite().
2015-08-24 relanCheck size of off_t type in SConscript.
2015-08-24 relanFix crash in exfat_rename().
2015-08-24 relanOS X: fix raw device size detection.
2015-08-24 relanUse bool type.
2015-08-24 relanOS X: correctly detect device size.
2015-08-24 relanRename exfat_mode() to exfat_get_mode().
2015-08-24 relanRemove extra include.
2015-08-24 relanCheck file size after all name entries are parsed.
2015-08-24 relanDo not print directory name on size check failure.
2015-08-24 relanUse bool type.
2015-08-24 relanDo BLKROGET ioctl to make sure the device is not read...
2015-08-24 relanRefactor device access mode handling.
next