OSDN Git Service

Relicensed the code from GPLv3+ to GPLv2+.
[android-x86/external-exfat.git] / libexfat / utils.c
2013-07-08 resver@gmail.comRelicensed the code from GPLv3+ to GPLv2+.
2013-01-19 resverUpdated copyright years.
2012-05-01 resverFix copyright years.
2012-03-18 resverFixed huge sizes formatting.
2012-02-02 resverMoved time-related stuff into a separate file.
2012-01-31 resverFixed minutes field extraction.
2012-01-31 resverIncreased comments indentation.
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-02-23 resverRenamed block to sector to avoid confusion.
2011-01-24 resverRenamed block to sector in the output of mkexfatfs...
2011-01-22 resverFixed alignment of big numbers in exfat_print_info().
2010-12-29 resverMoved VBR checksum calculation functions to libexfat.
2010-11-09 resverAdded a function that prints basic information about...
2010-11-09 resverAdded facilities for printing bytes values in human...
2010-09-05 resverImproved timestamps resolution from 2 sec to 1 sec.
2010-06-10 resverDo not use unions for date and time conversion to avoid...
2010-06-09 resverAdded __packed__ attribute to all on-disk structures...
2010-01-14 resverRenamed entries structures for consistency.
2010-01-10 resverChanged source files headings to meet the FSF recommend...
2010-01-08 resverImplemented uid and gid mount options.
2009-12-20 resverSet st_blocks field in struct stat (now du utility...
2009-12-20 resverImplemented umask, dmask and fmask mount options.
2009-12-20 resverPass struct exfat to exfat_stat().
2009-12-20 resverAdded file name hash calculation function.
2009-12-13 resverSplitted checksum calculation into a separate function.
2009-10-31 resverAdded checksum calculation functions.
2009-10-24 resverPermitted write in libexfat.
2009-10-22 resverMoved mount and unmount functions into separate file.
2009-10-22 resverImplemented nodes cache (in-core directories structure...
2009-10-02 resverAdded function that converts Unix time to exFAT time...
2009-10-02 resverAdded macro that checks whether year is leap. Only...
2009-10-02 resverAdded macro that calculates leap years count passed...
2009-10-02 resverRemoved commented out debug code.
2009-10-02 resverSplitted EPOCH_DIFF_SEC macro into two macros for simpl...
2009-10-01 resverFixed leap days accounting while converting time from...
2009-10-01 resverUse timezone variable instead of gettimeofday() because...
2009-10-01 resverAdded parentheses to macro definition.
2009-09-30 resverUse positive time shift for simplicity.
2009-09-30 resverFixed time conversion from exFAT to Unix format (exfat_...
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.