OSDN Git Service

android-x86/external-exfat.git
2015-08-24 relanAdd fsname parameter as is.
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 relanAvoid using PATH_MAX constant.
2015-08-24 relanOS X: disable permission checks made by FUSE.
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 relanFix cleaning of libexfat broken in r312.
2015-08-24 relanGet PATH and SYSROOT variables from the environment.
2015-08-24 relanRespect AR and RANLIB environment variables in SConscript.
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 indentation.
2015-08-24 relanImprove trace macros.
2015-08-24 relanEnable big_writes.
2015-08-24 relanFix fuse_exfat_read() and fuse_exfat_write() return...
2015-08-24 relanFix exfat_generic_pwrite().
2015-08-24 relanReplace fixed PATH to the value from the environment.
2015-08-24 relanCheck compiler presense in SConscript.
2015-08-24 relanCheck size of off_t type in SConscript.
2015-08-24 relanDo not configure when cleaning.
2015-08-24 relanRemove symlinks on cleaning the install alias.
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 relanOS X: set deployment target to Mac OS X 10.5 Leopard.
2015-08-24 relanDo BLKROGET ioctl to make sure the device is not read...
2015-08-24 relanRefactor device access mode handling.
2015-08-24 relanImprove OS X support.
2015-08-24 relanAdd empty chmod() handler.
2015-08-24 relanImprove invalid clusters handling.
2015-08-24 relanReorganize directories checking.
2015-08-24 relanImprove error handling.
2015-08-24 relanBump version to 0.9.8 and update changelog.
2015-08-24 relanAvoid integer truncation.
2015-08-24 relanFix erasing of label buffer.
2015-08-24 relanThe new mkfs rewritten in more declarative style.
2015-08-24 relanExplicitly require C99 and define _GNU_SOURCE.
2015-08-24 relanDefine FUSE_USE_VERSION only before inclusion of fuse.h.
2015-08-24 relanFix _FILE_OFFSET_BITS check: it can be not defined...
2015-08-24 relanUpdate copyright years in SConscript.
2015-08-24 relanRespect CPPFLAGS environment variable in SConscript.
2015-08-24 relanFix handling of characters beyond BMP.
2015-08-24 relanFix file name in heading.
2015-08-24 relanUpdate copyright years.
2015-08-24 relanEcho messages to syslog only if stderr is not attached...
2015-08-24 relanSuggest valid cluster size if user specified too small...
2015-08-24 relanSelect suitable cluster size when creating a huge FS.
2015-08-24 relanFail to create FS if specified cluster size is too...
2015-08-24 relanAdd constant for the last possible valid cluster number.
2015-08-24 relanFix huge sizes formatting.
2015-08-24 relanBump version to 0.9.7 and update changelog.
2015-08-24 relanFix format warnings produced by clang.
2015-08-24 relanFix error message about device type.
2015-08-24 relanAdd ublio support for FreeBSD.
2015-08-24 relanUse a list of libraries in SConscript.
2015-08-24 relanRepresent device as an extensible structure.
2015-08-24 relanSupport building on FreeBSD.
2015-08-24 relanMove platform-specific configuration code after common...
2015-08-24 relanFix use of write() missed in r262.
2015-08-24 relanAdd exfat_seek() interface (wrapper for lseek()).
2015-08-24 relanFix double close on failure to convert volume label...
2015-08-24 relanUse exfat_read() and exfat_write() interfaces.
2015-08-24 relanAdd exfat_read() and exfat_write() interfaces.
2015-08-24 relanUse appropriate feature test macro for pread() and...
2015-08-24 relanAdd exfat_fsync() function.
2015-08-24 relanAdd exfat_close() function.
2015-08-24 relanRename read/write functions.
2015-08-24 relanFix mtime centiseconds field initialization.
2015-08-24 relanUse a more portable way to obtain timezone offset.
2015-08-24 relanMove time-related stuff into a separate file.
2015-08-24 relanRemove _XOPEN_SOURCE define.
2015-08-24 relanPut _XOPEN_SOURCE define before any includes as recomme...
2015-08-24 relanFix minutes field extraction.
2015-08-24 relanIncrease comments indentation.
2015-08-24 relanRemove obsolete FIXME comment.
2015-08-24 relanRemove obsolete FIXME comment.
2015-08-24 relanAdd default compiler flags for clang.
2015-08-24 relanRespect CC, CCFLAGS and LDFLAGS variables in SConscript.
2015-08-24 relanRemove EOD entry handling.
2015-08-24 relanBump version to 0.9.6 and update changelog.
2015-08-24 relanErase disk in pages instead of sectors.
2015-08-24 relanMore precise rounding for exfat_humanize_bytes().
2015-08-24 relanSet ctime to mtime.
2015-08-24 relanUpdate allocated space percent on unmount.
2015-08-24 relanSet "mounted" flag on mount and clear it on unmount.
2015-08-24 relanRetry to mount FS in read-only mode if device is write...
2015-08-24 relanPrint desired mode when device opening fails.
next