OSDN Git Service

Relicensed the code from GPLv3+ to GPLv2+.
[android-x86/external-exfat.git] / libexfat / exfatfs.h
2013-07-08 resver@gmail.comRelicensed the code from GPLv3+ to GPLv2+.
2013-06-13 resver@gmail.comModified STATIC_ASSERT so that it can be used both...
2013-06-09 resver@gmail.comRemove excessive semicolons after static asserts.
2013-06-09 resver@gmail.comMove compiler-specific code into a separate header.
2013-01-19 resverUpdated copyright years.
2012-05-01 resverFix copyright years.
2012-03-18 resverAdded constant for the last possible valid cluster...
2012-01-28 resverRemove EOD entry handling. The end of a directory shoul...
2011-12-04 resverSet "mounted" flag on mount and clear it on unmount...
2011-05-14 resverClean up meta2 flags.
2011-02-23 resverRenamed block to sector to avoid confusion.
2010-11-09 resverInterpret version field as a structure for convenience.
2010-06-09 resverAdded __packed__ attribute to all on-disk structures...
2010-04-11 resverUpdated superblock format definition.
2010-01-14 resverRenamed entries structures for consistency.
2010-01-12 resverMoved endianness stuff into a separate header.
2010-01-10 resverChanged source files headings to meet the FSF recommend...
2010-01-08 resverBig-endian machines support.
2009-12-15 resverFixed FS structure definition: there are two fields...
2009-10-31 resverImplemented existing files writing in libexfat.
2009-09-14 resverInitial check in.