OSDN Git Service

Use bool type.
[android-x86/external-exfat.git] / libexfat / exfat.h
2012-12-08 resverUse bool type.
2012-12-04 resverRefactored device access mode handling.
2012-11-25 resverImproved invalid clusters handling.
2012-06-02 resverThe new mkfs rewritten in more declarative style.
2012-05-01 resverFix copyright years.
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-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 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 resverUse a more portable way to obtain timezone offset.
2012-02-02 resverMoved time-related stuff into a separate file.
2011-11-27 resverRetry to mount FS in read-only mode if device is write...
2011-11-12 resverErase whole clusters instead of sectors. This fixes...
2011-04-22 resverAdded exfat_open() function that opens the special...
2011-02-23 resverRenamed block to sector to avoid confusion.
2011-02-05 resverAdded -u option for dumpexfat that prints used sectors...
2011-01-21 resverAdded functions that get and set volume label.
2010-12-29 resverMoved VBR checksum calculation functions to libexfat.
2010-11-09 resverAdded a function that prints basic information about...
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.
2010-09-05 resverImproved timestamps resolution from 2 sec to 1 sec.
2010-06-12 resverMoved version constants into a separate header.
2010-02-22 resverBumped version to 0.9.0.
2010-02-15 resverImplemented dynamic calculation of free clusters count...
2010-02-07 resverFixed rename(): replace target if it exists.
2010-01-14 resverRenamed entries structures for consistency.
2010-01-10 resverChanged source files headings to meet the FSF recommend...
2010-01-10 resverAdded patchlevel constant.
2010-01-10 resverImplemented rename in libexfat.
2010-01-08 resverAdded noatime mount option.
2010-01-08 resverAdded function that updates node mtime.
2010-01-08 resverAdded function that updates node atime.
2010-01-08 resverOpen special file in read-only mode if FS was mounted...
2010-01-08 resverImplemented uid and gid mount options.
2009-12-21 resverImplemented utimens (file time stamps updating).
2009-12-20 resverAdded attributes for printf-style functions.
2009-12-20 resverImplemented umask, dmask and fmask mount options.
2009-12-20 resverPass struct exfat to exfat_stat().
2009-12-20 resverPass mount options to exfat_mount().
2009-12-20 resverImplemented mknod and mkdir in libexfat.
2009-12-20 resverAdded file name hash calculation function.
2009-12-13 resverSplitted checksum calculation into a separate function.
2009-12-13 resverMoved DIV_ROUND_UP macro to header to be used by other...
2009-11-28 resverImplemented unlink and rmdir in libexfat.
2009-11-28 resverAdded function that calculates UTF-16 string length...
2009-11-28 resverAdded pointer to parent for each node.
2009-11-24 resverRepresent directory entry address as cluster + offset...
2009-11-14 resverRemoved non-existent functions declarations.
2009-11-14 resverFlush clusters bitmap on file close instead of flushing...
2009-11-14 resverFlush node on close instead of flushing on each node...
2009-11-14 resverPass struct exfat to exfat_put_node() function (will...
2009-11-09 resverRemember recently used cluster of each node. This impro...
2009-10-31 resverImplemented existing files writing in libexfat.
2009-10-31 resverAdded checksum calculation functions.
2009-10-30 resverMoved MIN macro to header to be used by other units.
2009-10-26 resverPass pointer to a node to exfat_next_cluster() and...
2009-10-26 resverRemoved separate field for the root directory size...
2009-10-22 resverMoved mount and unmount functions into separate file.
2009-10-22 resverImplemented nodes cache (in-core directories structure...
2009-10-05 resverImplemented dynamic nodes allocation.
2009-10-02 resverAdded function that converts Unix time to exFAT time...
2009-09-28 resverRepresent zero (i.e. 1 Jan 1970) atime and mtime for...
2009-09-28 resverCalculate root directory size and represent it.
2009-09-14 resverInitial check in.