OSDN Git Service

Implement nodes cache (in-core directory structure representation).
[android-x86/external-exfat.git] / libexfat / lookup.c
2015-08-24 relanImplement nodes cache (in-core directory structure...
2015-08-24 relanMake get_comp() static because it is used only in one...
2015-08-24 relanImplement dynamic nodes allocation.
2015-08-24 relanFix atime and mtime for the root directory.
2015-08-24 relanCalculate root directory size and represent it.
2015-08-24 relanPath parsing cleanup.
2015-08-24 relanFix integer underflow in compare_char().
2015-08-24 relanRemove char substraction from compare_name().
2015-08-24 relanReturn error if entry type is unrecognized.
2015-08-24 relanAdd check for label entry.
2015-08-24 relanAdd checks for clusters bitmap entry.
2015-08-24 relanUse exfat_read_raw() to read upcase table.
2015-08-24 relanAdd check of malloc() return value.
2015-08-24 relanInitial code drop.