OSDN Git Service

Updated copyright years.
[android-x86/external-exfat.git] / libexfat / lookup.c
2013-01-19 resverUpdated copyright years.
2012-12-08 resverUse bool type.
2012-05-01 resverFix copyright years.
2010-07-24 resverImproved allowed file name characters filter.
2010-07-06 resverAlways erase output name buffer in exfat_split() to...
2010-02-10 resverPass actual return code from lookup_name() instead...
2010-02-07 resverFixed rename(): replace target if it exists.
2010-01-14 resverCheck file name for characters that are not allowed.
2010-01-10 resverChanged source files headings to meet the FSF recommend...
2009-12-20 resverImplemented mknod and mkdir in libexfat.
2009-11-14 resverPass struct exfat to exfat_put_node() function (will...
2009-10-22 resverImplemented nodes cache (in-core directories structure...
2009-10-11 resverMade get_comp() static because it is used only in one...
2009-10-05 resverImplemented dynamic nodes allocation.
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-28 resverPath parsing cleanup: now only path component length...
2009-09-28 resverFixed integer underflow in compare_char().
2009-09-28 resverRemoved char substraction from compare_name(); char...
2009-09-18 resverReturn error if entry type is unrecognized.
2009-09-17 resverAdded check for label entry.
2009-09-17 resverAdded checks for clusters bitmap entry.
2009-09-17 resverUse exfat_read_raw() instead of high-level exfat_read...
2009-09-17 resverAdded check of malloc() return value.
2009-09-14 resverInitial check in.