OSDN Git Service

android-x86/external-exfat.git
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.
2015-08-24 relanMore concrete error message on memory allocation failure.
2015-08-24 relanParse options and open device before super block alloca...
2015-08-24 relanGet rid of realpath() in mkfs.
2015-08-24 relanErase whole clusters instead of sectors.
2015-08-24 relanFix possible memory leak in readdir().
2015-08-24 relanCheck EOD entry presence.
2015-08-24 relanBump version to 0.9.5 and update changelog.
2015-08-24 relanClean up meta2 flags.
2015-08-24 relanFix memory leak on an error handling path in fsck.
2015-08-24 relanFix memory leak on error handling paths in mkfs.
2015-08-24 relanUse exfat_open() instead of calling open() directly.
2015-08-24 relanAdd exfat_open() function.
2015-08-24 relanConsider structures alignments while erasing the device.
2015-08-24 relanFix root directory creation: EOD entry was missing.
2015-08-24 relanFix error message format.
2015-08-24 relanCheck that either a block device or a regular file...
2015-08-24 relanDo not link utils with libfuse.
2015-08-24 relanBump version to 0.9.4 and update changelog.
2015-08-24 relanUpdate man pages.
2015-08-24 relanAdd -v option that prints version and copyright.
2015-08-24 relanAdd partition first sector parameter to mkfs.
2015-08-24 relanAdd missing endianness conversion in VBR verification...
2015-08-24 relanRename block to sector to avoid confusion.
2015-08-24 relanKeep cache on file open.
2015-08-24 relanMove FUSE arguments construction into a separate function.
2015-08-24 relanPass blksize option to FUSE.
2015-08-24 relanInitialize libexfat before FUSE arguments construction.
2015-08-24 relanAdd dumpexfat man page.
2015-08-24 relanAdd exfatlabel man page.
2015-08-24 relanAdd exfatfsck man page.
2015-08-24 relanAdd -u option for dumpexfat that prints used sectors.
2015-08-24 relanReorganize SConstruct, add install targets for utils.
2015-08-24 relanCheck that volume size is sufficient to contain file...
2015-08-24 relanRename block to sector in the utilities output to avoid...
2015-08-24 relanImprove dumpexfat.
2015-08-24 relanFix alignment of big numbers in exfat_print_info().
2015-08-24 relanFix alignment of big numbers in dumpexfat.
2015-08-24 relanRename sbdump to dumpexfat.
2015-08-24 relanAdd exfatlabel (utility that reads or changes volume...
2015-08-24 relanAdd get_entry_ptr() function.
2015-08-24 relanFix typo in a comment.
2015-08-24 relanAdd functions that get and set volume label.
2015-08-24 relanRemove excess error messages.
2015-08-24 relanPass user=xxxx option to FUSE.
2015-08-24 relanAdd mkexfatfs man page.
2015-08-24 relanUnify CLI help syntax.
2015-08-24 relanRemove extra includes in sbdump.
2015-08-24 relanDuplicate errors and warnings to syslog.
2015-08-24 relanVerify VBR checksum on mount.
2015-08-24 relanMove VBR checksum calculation functions to libexfat.
next