OSDN Git Service

Update copyright years.
[android-x86/external-exfat.git] / libexfat /
2015-08-24 relanUpdate copyright years.
2015-08-24 relanFix allocation of a cluster beyond valid clusters range.
2015-08-24 relanRemove duplicate code in reset_cache().
2015-08-24 relanMove tree_attach() and tree_detach() upper.
2015-08-24 relanFix extra decrement of reference counter of hanging...
2015-08-24 relanSeek to the beginning of the device after detecting...
2015-08-24 relanPrint device name in the error message.
2015-08-24 relanFix exfat_generic_pwrite().
2015-08-24 relanCheck size of off_t type in SConscript.
2015-08-24 relanFix crash in exfat_rename().
2015-08-24 relanOS X: fix raw device size detection.
2015-08-24 relanUse bool type.
2015-08-24 relanOS X: correctly detect device size.
2015-08-24 relanRename exfat_mode() to exfat_get_mode().
2015-08-24 relanRemove extra include.
2015-08-24 relanCheck file size after all name entries are parsed.
2015-08-24 relanDo not print directory name on size check failure.
2015-08-24 relanUse bool type.
2015-08-24 relanDo BLKROGET ioctl to make sure the device is not read...
2015-08-24 relanRefactor device access mode handling.
2015-08-24 relanImprove invalid clusters handling.
2015-08-24 relanBump version to 0.9.8 and update changelog.
2015-08-24 relanThe new mkfs rewritten in more declarative style.
2015-08-24 relanExplicitly require C99 and define _GNU_SOURCE.
2015-08-24 relanFix _FILE_OFFSET_BITS check: it can be not defined...
2015-08-24 relanFix handling of characters beyond BMP.
2015-08-24 relanUpdate copyright years.
2015-08-24 relanEcho messages to syslog only if stderr is not attached...
2015-08-24 relanSelect suitable cluster size when creating a huge FS.
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 relanRepresent device as an extensible structure.
2015-08-24 relanAdd exfat_seek() interface (wrapper for lseek()).
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 relanRemove EOD entry handling.
2015-08-24 relanBump version to 0.9.6 and update changelog.
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 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 relanUse exfat_open() instead of calling open() directly.
2015-08-24 relanAdd exfat_open() function.
2015-08-24 relanFix error message format.
2015-08-24 relanCheck that either a block device or a regular file...
2015-08-24 relanBump version to 0.9.4 and update changelog.
2015-08-24 relanAdd missing endianness conversion in VBR verification...
2015-08-24 relanRename block to sector to avoid confusion.
2015-08-24 relanAdd -u option for dumpexfat that prints used sectors.
2015-08-24 relanRename block to sector in the utilities output to avoid...
2015-08-24 relanFix alignment of big numbers in exfat_print_info().
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 relanDuplicate errors and warnings to syslog.
2015-08-24 relanVerify VBR checksum on mount.
2015-08-24 relanMove VBR checksum calculation functions to libexfat.
2015-08-24 relanAdd fsync() on unmount.
2015-08-24 relanAdd (senseless) check of close() return code.
2015-08-24 relanAdd a function that prints basic information about...
2015-08-24 relanInterpret version field as a structure for convenience.
2015-08-24 relanexfat_count_free_clusters() should not modify the argument.
2015-08-24 relanAdd facilities for printing byte values in human-readab...
2015-08-24 relanMove bitmap macros to header to be used by other units.
2015-08-24 relanBump version to 0.9.3 and update changelog.
2015-08-24 relanImprove timestamps resolution from 2 sec to 1 sec.
2015-08-24 relanImplement directories shrinking.
2015-08-24 relanModify entry offset meaning.
2015-08-24 relanAdd assertion.
2015-08-24 relanBump version to 0.9.2.
2015-08-24 relanImprove allowed file name characters filter.
2015-08-24 relanAdd #include guard for version.h.
2015-08-24 relanUnify error messages.
2015-08-24 relanCheck upcase table and clusters bitmap presence on...
next