OSDN Git Service

android-x86/external-exfat.git
2016-12-05 relanImprove error messages in opendir().
2016-12-05 Daniel Drakedumpexfat: print version number only when requested.
2016-12-05 Daniel Drakedumpexfat: add option to show file fragments.
2016-12-05 relanRemove unused field of struct iterator.
2016-11-12 relanFix memory leak on error path when directory read fails.
2016-08-06 relanRespect daylight saving time.
2016-08-06 relanUse DIV_ROUND_UP macro.
2016-06-03 relanBump version to 1.2.4 and update changelog.
2016-06-03 relanUpdate copyright years.
2016-06-03 relanSupport upcase table compression.
2016-06-03 relanRemove ublio support.
2016-06-03 relanInstall man pages by default.
2016-01-29 relanAdd platform-specific instructions to README.md.
2016-01-05 relanEscape commas (and backslashes) in device names.
2015-12-19 relanBump version to 1.2.3 and update changelog.
2015-12-19 relanFix clusters loss when file renaming replaces target.
2015-11-09 relanBump version to 1.2.2 and update changelog.
2015-11-09 relanAdd case-insensitivity note to the mount.exfat-fuse...
2015-11-07 relanAdd uninstall command to the README.md.
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 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.
next