aboutsummaryrefslogtreecommitdiffstats
path: root/libexfat/exfatfs.h
Commit message (Expand)AuthorAgeFilesLines
* Add support for timezone offsets.Nathan Hunsperger2019-04-201-1/+2
* Update copyright years.relan2018-02-031-1/+1
* Update copyright years.relan2017-01-281-1/+1
* Add tail entries support.relan2017-01-161-0/+3
* Update copyright years.relan2016-06-031-1/+1
* Support upcase table compression.relan2016-06-031-0/+2
* Include local headers before system headers.relan2015-08-261-0/+1
* Recognize optional entries.relan2015-08-241-0/+1
* Update copyright years.relan2015-08-241-1/+1
* Update copyright years.relan2015-08-241-1/+1
* Rename real_size to valid_size and add comment about this field.relan2015-08-241-2/+2
* Relicense the code from GPLv3+ to GPLv2+.relan2015-08-241-4/+6
* Improve STATIC_ASSERT.relan2015-08-241-8/+8
* Remove excessive semicolons after static asserts.relan2015-08-241-8/+8
* Move compiler-specific code into a separate header.relan2015-08-241-8/+16
* Update copyright years.relan2015-08-241-1/+1
* Update copyright years.relan2015-08-241-1/+1
* Add constant for the last possible valid cluster number.relan2015-08-241-0/+1
* Remove EOD entry handling.relan2015-08-241-1/+0
* Set "mounted" flag on mount and clear it on unmount.relan2015-08-241-0/+2
* Clean up meta2 flags.relan2015-08-241-3/+3
* Rename block to sector to avoid confusion.relan2015-08-241-8/+8
* Interpret version field as a structure for convenience.relan2015-08-241-1/+6
* Add __packed__ attribute to all on-disk structures definitions.relan2015-08-241-8/+16
* Update superblock format definition.relan2015-08-241-7/+7
* Rename entries structures for consistency.relan2015-08-241-6/+6
* Move endianness stuff into a separate header.relan2015-08-241-30/+1
* Change source files headings to meet FSF recommendations.relan2015-08-241-7/+18
* Big-endian machines support.relan2015-08-241-0/+17
* Fix FS structure definition.relan2015-08-241-2/+4
* Implement existing files writing in libexfat.relan2015-08-241-1/+2
* Initial code drop.relan2015-08-241-0/+146