OSDN Git Service

Fixed handling of long non-ASCII file names.
[android-x86/external-exfat.git] / libexfat /
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.comAdded "quiet" option that makes chmod() and chown(...
2013-02-26 resver@gmail.comAvoid extra erase on writes to the end of a file.
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-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...
2012-12-29 resverSeek to the beginning of the device after detecting...
2012-12-29 resverPrint device name in the error message.
2012-12-25 resverFixed exfat_generic_pwrite(): it should return -1 on...
2012-12-18 resverCheck size of off_t type in SConscript.
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-04 resverOn Linux do BLKROGET ioctl to make sure the device...
2012-12-04 resverRefactored device access mode handling.
2012-11-25 resverImproved invalid clusters handling.
2012-08-09 resverBumped version to 0.9.8 and updated changelog.
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 resverFixed _FILE_OFFSET_BITS check for the case when it...
2012-05-14 resverFixed handling of characters beyond BMP: UTF-16 surroga...
2012-05-01 resverFix copyright years.
2012-04-03 resverEcho messages to syslog only if stderr is not connected...
2012-03-19 resverSelect suitable cluster size when creating a huge FS...
2012-03-18 resverAdded constant for the last possible valid cluster...
2012-03-18 resverFixed huge sizes formatting.
2012-03-08 resverBumped version to 0.9.7 and updated changelog.
2012-03-04 resverFixed format warnings produced by clang.
2012-03-04 resverCorrected error message about device type.
2012-03-04 resverAdded ublio support for FreeBSD.
2012-03-03 resverRepresent device as an extensible structure instead...
2012-03-01 resverAdded exfat_seek() interface (wrapper for lseek()).
2012-02-20 resverAdded exfat_read() and exfat_write() interfaces (curren...
2012-02-14 resverUse appropriate feature test macro to enable pread...
2012-02-14 resverAdded exfat_fsync() function that performs fsync agains...
2012-02-14 resverAdded exfat_close() function that closes the device...
2012-02-12 resverRenamed read/write functions:
2012-02-04 resverFixed mtime centiseconds field initialization for newly...
2012-02-04 resverUse a more portable way to obtain timezone offset.
2012-02-02 resverMoved time-related stuff into a separate file.
2012-02-01 resverRemove _XOPEN_SOURCE define since it looks to be not...
2012-01-31 resverPut _XOPEN_SOURCE define before any includes as recomme...
2012-01-31 resverFixed minutes field extraction.
2012-01-31 resverIncreased comments indentation.
2012-01-29 resverRemoved obsolete FIXME comment.
2012-01-29 resverRemoved obsolete FIXME comment.
2012-01-28 resverRemove EOD entry handling. The end of a directory shoul...
2012-01-14 resverBumped version to 0.9.6 and updated changelog.
2012-01-08 resverMore precise rounding for exfat_humanize_bytes().
2012-01-02 resverSet ctime to mtime to ensure we don't break programs...
2011-12-04 resverUpdate allocated space percent on unmount.
2011-12-04 resverSet "mounted" flag on mount and clear it on unmount...
2011-11-27 resverRetry to mount FS in read-only mode if device is write...
2011-11-27 resverOn failure to open device print mode we attempted to...
2011-11-27 resverMore concrete error message on failure to allocate...
2011-11-27 resverParse options and open device before super block alloca...
2011-11-12 resverErase whole clusters instead of sectors. This fixes...
2011-08-31 resverFixed possible memory leak in readdir() when it detects...
2011-08-31 resverCheck EOD entry presence.
2011-05-15 resverBumped version to 0.9.5 and updated changelog.
2011-05-14 resverClean up meta2 flags.
2011-04-22 resverUse exfat_open() instead of calling open() directly.
2011-04-22 resverAdded exfat_open() function that opens the special...
2011-03-31 resverFixed error message format.
2011-03-19 resverCheck that either a block device or a regular file...
2011-03-05 resverBumped version to 0.9.4 and updated changelog.
2011-02-23 resverAdded missing endianness conversion in VBR verification...
2011-02-23 resverRenamed block to sector to avoid confusion.
2011-02-05 resverAdded -u option for dumpexfat that prints used sectors...
2011-01-24 resverRenamed block to sector in the output of mkexfatfs...
2011-01-22 resverFixed alignment of big numbers in exfat_print_info().
2011-01-21 resverUse a separate function to obtain a pointer to an entry...
2011-01-21 resverFixed typo in a comment.
2011-01-21 resverAdded functions that get and set volume label.
2011-01-21 resverRemoved excess error messages.
2011-01-15 resverDuplicate errors and warnings to syslog.
2010-12-29 resverVerify VBR checksum on mount.
2010-12-29 resverMoved VBR checksum calculation functions to libexfat.
2010-11-12 resverAdded fsync() on unmount.
2010-11-12 resverAdded (senseless) check of close() return code.
2010-11-09 resverAdded a function that prints basic information about...
2010-11-09 resverInterpret version field as a structure for convenience.
2010-11-09 resverexfat_count_free_clusters() should not modify the argument.
2010-11-09 resverAdded facilities for printing bytes values in human...
2010-11-09 resverMoved bitmap macros to header to be used by other units.
next