OSDN Git Service

android-x86/external-exfat.git
2019-04-20 relanDefine proper feature test macros for glibc.
2019-04-20 Nathan HunspergerAdd support for timezone offsets.
2018-12-01 LongPing.WEIAndroid: remove "tags" from Android.bp.
2018-09-15 relanBump version to 1.3.0 and update changelog.
2018-09-15 relanRepairing: implement unknown entry type fix.
2018-09-15 relanRepairing: implement invalid node checksum fix.
2018-09-15 relanRepairing: add nodes flushing to fsck.
2018-09-15 relanRepairing: implement invalid VBR checksum fix.
2018-09-15 relanRepairing: pass struct exfat to verify_vbr_checksum().
2018-09-15 relanRepairing: document new fsck options.
2018-09-15 relanRepairing: add new fsck options.
2018-09-15 relanRepairing: prepare fsck.
2018-09-15 relanRepairing: add repair hooks file.
2018-09-15 relanRepairing: add "repair=n" option.
2018-09-15 relanFix last updated dates in man pages.
2018-09-15 relanUpdate copyright years in man pages.
2018-09-06 Mark BrowningPass stat to filler in readdir for dirent->d_type.
2018-09-06 Pierre-Hugues... Android: rename binaries to mkfs.exfat and fsck.exfat.
2018-04-02 LongPingWEIAndroid: convert Android.mk to Android.bp.
2018-04-02 Pablo Mendez... Android: fix logcat support building in AOSP.
2018-04-02 relanAndroid: print log messages to logcat.
2018-04-02 liminghaoAndroid: support building exfat-utils.
2018-04-02 Tomohiro KusumiFix predefined macro for DragonFlyBSD.
2018-04-02 Oleksii SamorukovFix FreeBSD support, add UBLIO support.
2018-03-31 relanExclude OpenBSD from the list of supported operating...
2018-03-10 relanPass "ro" option to FUSE when FS is read-only.
2018-03-10 relanWrap platform-specific FUSE options.
2018-03-10 relanSplit mount options into FUSE- and exFAT-specific.
2018-03-10 relanUse fuse_main() instead of lower level functions.
2018-03-10 relanUnite code that forms options for FUSE.
2018-02-03 relanBump version to 1.2.8 and update changelog.
2018-02-03 relanUpdate copyright years.
2018-01-19 m4rkusxxlFix searching for free slots in the root directory.
2017-12-16 relanFix compilation on GNU/HURD.
2017-09-05 relanUpdate exfatlabel man page.
2017-09-05 Edward BettsCorrect spelling mistake in a comment.
2017-06-05 relanBump version to 1.2.7 and update changelog.
2017-05-02 relanFix clusters bitmap size.
2017-04-01 relanClean up unused parameters in libexfat.
2017-03-31 relanFix crash when started with stdin, stdout or stderr...
2017-03-21 relanCheck clusters count validity.
2017-03-21 relanCheck that file or directory size does not exceed clust...
2017-03-19 relanRefactor error handling in exfat_mount().
2017-03-19 relanRemove excessive check in free_cluster().
2017-03-19 relanImprove upper bound check in CLUSTER_INVALID() macro.
2017-03-17 relanPass struct exfat to check_node().
2017-01-28 relanBump version to 1.2.6 and update changelog.
2017-01-28 relanUpdate copyright years.
2017-01-16 relanAdd tail entries support.
2017-01-16 relanGeneric I/O for directories: switch readdir().
2017-01-16 relanGeneric I/O for directories: switch find_slot().
2017-01-16 relanGeneric I/O for directories: switch exfat_flush_node().
2017-01-16 relanGeneric I/O for directories: switch rename_entry().
2017-01-16 relanGeneric I/O for directories: switch erase_entry().
2017-01-16 relanGeneric I/O for directories: switch commit_entry().
2017-01-16 relanGeneric I/O for directories: switch find_label().
2017-01-16 relanGeneric I/O for directories: switch exfat_set_label().
2017-01-16 relanGeneric I/O for directories: do not update times.
2017-01-16 relanGeneric I/O for directories: add [read|write]_entries().
2017-01-16 relanRename node field flags to attrib.
2017-01-16 relanReplace node flags with bit fields.
2017-01-16 relanRename write_entry() to commit_entry().
2017-01-15 relanUse ROUND_UP() macro instead of DIV_ROUND_UP().
2016-12-27 relanPropagate ENOSPC on write.
2016-12-26 relanReduce the sizes of name buffers.
2016-12-26 relanChange output buffer size semantics for UTF functions.
2016-12-26 relanRemove buffer size argument for exfat_get_name().
2016-12-26 relanAvoid name length calculation in exfat_calc_name_hash().
2016-12-26 relanRefactor file entry checksum calculation.
2016-12-26 relanFix max file name length.
2016-12-05 relanBump version to 1.2.5 and update changelog.
2016-12-05 relanMove meta2 fields checking into check_node().
2016-12-05 relanAdd node start cluster checks.
2016-12-05 relanRun all checks in check_node().
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.
next