OSDN Git Service

Clean up unused parameters in libexfat.
[android-x86/external-exfat.git] / libexfat / lookup.c
2017-04-01 relanClean up unused parameters in libexfat.
2017-01-28 relanUpdate copyright years.
2016-12-26 relanChange output buffer size semantics for UTF functions.
2016-06-03 relanUpdate copyright years.
2016-06-03 relanSupport upcase table compression.
2015-08-24 relanUpdate copyright years.
2015-08-24 relanUpdate copyright years.
2015-08-24 relanRelicense the code from GPLv3+ to GPLv2+.
2015-08-24 relanUpdate copyright years.
2015-08-24 relanUse bool type.
2015-08-24 relanUpdate copyright years.
2015-08-24 relanImprove allowed file name characters filter.
2015-08-24 relanAlways erase output name buffer in exfat_split().
2015-08-24 relanPass actual return code from lookup_name() instead...
2015-08-24 relanFix rename(): replace target if it exists.
2015-08-24 relanCheck file name for characters that are not allowed.
2015-08-24 relanChange source files headings to meet FSF recommendations.
2015-08-24 relanImplement mknod and mkdir in libexfat.
2015-08-24 relanPass struct exfat to exfat_put_node() function.
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.