OSDN Git Service

OS X: correctly detect device size.
[android-x86/external-exfat.git] / libexfat / io.c
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-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-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-01 resverFix copyright years.
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:
2011-11-27 resverOn failure to open device print mode we attempted to...
2011-04-22 resverAdded exfat_open() function that opens the special...
2010-01-10 resverChanged source files headings to meet the FSF recommend...
2010-01-08 resverAdded noatime mount option.
2010-01-08 resverCall exfat_update_mtime() instead of updating node...
2010-01-08 resverUpdate atime on read.
2009-12-20 resverFixed format strings warnings.
2009-12-19 resverCheck exfat_truncate() return value in exfat_write().
2009-11-15 resverUpdate mtime on each write.
2009-11-14 resverFlush node on close instead of flushing on each node...
2009-11-09 resverRemember recently used cluster of each node. This impro...
2009-10-31 resverImplemented existing files writing in libexfat.
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-09-14 resverInitial check in.