OSDN Git Service

Implement nodes cache (in-core directory structure representation).
[android-x86/external-exfat.git] / libexfat / utils.c
2015-08-24 relanImplement nodes cache (in-core directory structure...
2015-08-24 relanAdd function that converts Unix time to exFAT time.
2015-08-24 relanAdd macro that checks whether year is leap.
2015-08-24 relanAdd macro that calculates leap years count passed from...
2015-08-24 relanRemove commented out debug code.
2015-08-24 relanSplit EPOCH_DIFF_SEC macro into two macros for simplicity.
2015-08-24 relanFix leap days accounting.
2015-08-24 relanUse timezone variable instead of gettimeofday().
2015-08-24 relanAdd parentheses to macro definition.
2015-08-24 relanUse positive time shift for simplicity.
2015-08-24 relanFix time conversion from exFAT to Unix format.
2015-08-24 relanFix atime and mtime for the root directory.
2015-08-24 relanCalculate root directory size and represent it.
2015-08-24 relanInitial code drop.