OSDN Git Service

android-x86/external-exfat.git
2013-08-22 Steve KondikMerge branch 'master' of exfat.googlecode.com/svn/trunk...
2013-08-19 Steve Kondikexfat: Recovery friendliness
2013-08-06 resver@gmail.comHandle I/O error in exfat_flush().
2013-08-06 resver@gmail.comHandle I/O errors in exfat_flush_node().
2013-08-06 resver@gmail.comClose device and free super block on failure to read...
2013-08-06 resver@gmail.comHandle I/O errors in erase_entry().
2013-08-06 resver@gmail.comHandle I/O errors in rename_entry().
2013-08-06 resver@gmail.comHandle I/O error in set_next_cluster().
2013-08-06 resver@gmail.comHandle I/O error in erase_raw().
2013-08-06 resver@gmail.comHandle I/O errors.
2013-08-06 resver@gmail.comGive the caller a chance to handle I/O errors reported...
2013-08-03 resver@gmail.comAddress clusters bitmap using size_t-sized blocks inste...
2013-08-03 resver@gmail.comCheck max continuations count when reading file entry.
2013-08-03 resver@gmail.comFixed buffer overflows when handling files names of...
2013-07-22 resver@gmail.comImplemented fsync() and fsyncdir().
2013-07-08 resver@gmail.comFixed license for the SConscript.
2013-07-08 resver@gmail.comRelicensed the code from GPLv3+ to GPLv2+.
2013-07-08 resver@gmail.comUse safer names for byteorder stuff.
2013-07-08 Steve KondikCall exit instead of abort on unhandled errors
2013-07-08 Steve KondikHandle 64-bit offsets correctly on Android
2013-07-08 Steve KondikAdd support for building on Android
2013-07-04 resver@gmail.comRemoved OpenBSD-specific macros because there is no...
2013-07-03 resver@gmail.comRemoved Solaris-specific macros because Solaris support...
2013-06-21 resver@gmail.comFixed __attribute => __attribute__.
2013-06-21 resver@gmail.comUse C11 _Static_assert if it is supported by a compiler.
2013-06-13 resver@gmail.comModified STATIC_ASSERT so that it can be used both...
2013-06-09 resver@gmail.comRemove excessive semicolons after static asserts.
2013-06-09 resver@gmail.comMove compiler-specific code into a separate header.
2013-06-04 resver@gmail.comRemoved extra error message.
2013-05-20 resver@gmail.comUpdate volume label in struct ef on exfat_set_label().
2013-05-20 resver@gmail.comFixed handling of long non-ASCII file names.
2013-05-14 resver@gmail.comMove platform-specific code into a separate header.
2013-04-20 resver@gmail.comAllow arbitrary changing of lower 9 bits of mode. Allow...
2013-04-20 resver@gmail.comFixed grammar in mount.exfat-fuse manpage.
2013-04-20 resver@gmail.comAdded "quiet" option that makes chmod() and chown(...
2013-03-29 resver@gmail.comAllow -v option for compatibility with mount utility...
2013-03-29 resver@gmail.comUse getopt() for options parsing.
2013-03-28 resver@gmail.comUse -V instead of -v option to print version for consis...
2013-03-18 resver@gmail.comAllow -n option for automount/autofs compatibility.
2013-02-26 resver@gmail.comAvoid extra erase on writes to the end of a file.
2013-02-13 resverAdd fsname parameter as is, without canonicalization...
2013-02-10 resverUse bool type.
2013-01-26 resverMade next_entry() function static.
2013-01-25 resverFixed unexpected removal of a directory if it is moved...
2013-01-25 resverFixed "Operation not permitted" error on reading an...
2013-01-19 resverBumped version to 1.0.0 and updated changelog.
2013-01-19 resverUpdated copyright years.
2013-01-14 resverFixed clusters allocation: a cluster beyond valid clust...
2013-01-11 resverAvoid using PATH_MAX constant.
2013-01-11 resverOS X: disable permission checks made by FUSE.
2013-01-10 resverRemoved duplicate code in reset_cache(): now it uses...
2013-01-10 resverMoved tree_attach() and tree_detach() upper so that...
2013-01-09 resverFixed extra decrement of reference counter of hanging...
2013-01-09 resverFixed cleaning of libexfat broken in r312.
2013-01-09 resverGet PATH and SYSROOT variables from environment if...
2013-01-09 resverRespect AR and RANLIB environment variables in SConscript.
2012-12-29 resverSeek to the beginning of the device after detecting...
2012-12-29 resverPrint device name in the error message.
2012-12-26 resverFixed indentation.
2012-12-26 resverImproved trace macros.
2012-12-25 resverEnabled big_writes. This improves write speed (larger...
2012-12-25 resverFUSE read and write ops should return either buffer...
2012-12-25 resverFixed exfat_generic_pwrite(): it should return -1 on...
2012-12-19 resverReplace fixed PATH to the value from environment. This...
2012-12-19 resverCheck compiler presense in SConscript.
2012-12-18 resverCheck size of off_t type in SConscript.
2012-12-18 resverDo not configure when cleaning.
2012-12-18 resverRemove symlinks on cleaning the install alias.
2012-12-15 resverFixed crash in exfat_rename() when renaming a file...
2012-12-15 resverOS X: fixed raw device size detection. Each disk has...
2012-12-12 resverUse bool type.
2012-12-12 resverOS X: correctly detect device size.
2012-12-11 resverRenamed exfat_mode() to exfat_get_mode().
2012-12-11 resverRemoved extra include.
2012-12-08 resverCheck file size after all name entries are parsed and...
2012-12-08 resverDo not print directory name on size check failure becau...
2012-12-08 resverUse bool type.
2012-12-08 resverOS X: set deployment target to Mac OS X 10.5 Leopard.
2012-12-04 resverOn Linux do BLKROGET ioctl to make sure the device...
2012-12-04 resverRefactored device access mode handling.
2012-12-04 resverOS X support:
2012-12-04 resverOS X utilities report error if fchmod() fails. Added...
2012-11-25 resverImproved invalid clusters handling.
2012-11-24 resverReorganized directories checking: check directory befor...
2012-10-28 resverImproved error handling.
2012-08-09 resverBumped version to 0.9.8 and updated changelog.
2012-06-09 resverAvoid integer truncation.
2012-06-09 resverFixed erasing of label buffer.
2012-06-02 resverThe new mkfs rewritten in more declarative style.
2012-05-18 resverExplicitly require C99 and define _GNU_SOURCE to enable...
2012-05-18 resverDefine FUSE_USE_VERSION only before inclusion of fuse...
2012-05-18 resverFixed _FILE_OFFSET_BITS check for the case when it...
2012-05-18 resverFixed copyright years in SConscript.
2012-05-17 resverRespect CPPFLAGS environment variable in SConscript.
2012-05-14 resverFixed handling of characters beyond BMP: UTF-16 surroga...
2012-05-07 resverFixed file name in heading.
2012-05-01 resverFix copyright years.
2012-04-03 resverEcho messages to syslog only if stderr is not connected...
2012-03-19 resverSuggest valid cluster size if user specified too small...
2012-03-19 resverSelect suitable cluster size when creating a huge FS...
next