OSDN Git Service

android-x86/external-exfat.git
2015-10-09 relanSupport platform macros for GNU/kFreeBSD and GNU/HURD.
2015-09-24 relanBump version to 1.2.1 and update changelog.
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-09-24 relanMake README.md more text-friendly.
2015-08-26 relanUpdate changelog.
2015-08-26 relanInclude man pages into distribution.
2015-08-26 relanCreate symlinks on install.
2015-08-26 relanDrop version.h header.
2015-08-26 relanInclude local headers before system headers.
2015-08-26 relanAdd .gitignore.
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 relanFix typo in the dumpexfat man page.
2015-08-24 relanUpdate copyright years.
2015-08-24 relanUpdate man page to reflect the change of umask option...
2015-08-24 relanAdd /usr/local/lib to LIBPATH on OS X.
2015-08-24 relanMove off_t size check from build script to code.
2015-08-24 relanAdd "create" FUSE operation.
2015-08-24 relanCreate README.md.
2015-08-24 relanAdd DEBUG define that enables logging of FUSE events.
2015-08-24 relanPass default_permissions to FUSE.
2015-08-24 relanFix heap corruption: bitmap_size is in bits, not bytes.
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 relanFix memory leak on realloc() failure.
2015-08-24 relanFix memory leak on error path when clusters bitmap...
2015-08-24 relanFix potential garbage at the end of clusters bitmap.
2015-08-24 relanFix negative IUsed in "df -i" output.
2015-08-24 relanFix nodes flush on FUSE implementations that do not...
2015-08-24 relanAdd missing node flush on utimens().
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 missing node put on error paths.
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 relanAdd note about partition type to the man page.
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 relanFix crash on unmount under OSXFUSE.
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 relanFix license for the SConscript.
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 relanRemove extra error message.
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 relanFix grammar in mount.exfat-fuse man page.
2015-08-24 relanAdd "quiet" option.
2015-08-24 relanAllow -v option for compatibility with mount utility.
2015-08-24 relanUse getopt() for options parsing.
2015-08-24 relanUse -V instead of -v option to print version.
2015-08-24 relanAllow -n option for automount/autofs compatibility.
2015-08-24 relanAvoid extra erase on writes to the end of a file.
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.
next