aboutsummaryrefslogtreecommitdiffstats
path: root/libexfat/lookup.c
Commit message (Expand)AuthorAgeFilesLines
* exfat-fuse: Don't export UTF conversion functionsHEADreplicant-6.0-0004-transitionreplicant-6.0-0004-rc6replicant-6.0-0004-rc5-transitionreplicant-6.0-0004-rc5replicant-6.0-0004-rc4replicant-6.0-0004-rc3replicant-6.0-0004-rc2replicant-6.0-0004-rc1replicant-6.0-0004replicant-6.0-0003replicant-6.0-0002replicant-6.0-0001stable/cm-13.0-ZNH5Ystable/cm-13.0-ZNH2KBstable/cm-13.0-ZNH2Kcm-13.0Steve Kondik2016-01-211-0/+1
* Update copyright years.relan2015-08-241-1/+1
* Update copyright years.relan2015-08-241-1/+1
* Relicense the code from GPLv3+ to GPLv2+.relan2015-08-241-4/+6
* Update copyright years.relan2015-08-241-1/+1
* Use bool type.relan2015-08-241-4/+4
* Update copyright years.relan2015-08-241-1/+1
* Improve allowed file name characters filter.relan2015-08-241-1/+18
* Always erase output name buffer in exfat_split().relan2015-08-241-0/+1
* Pass actual return code from lookup_name() instead of -ENOENT.relan2015-08-241-6/+8
* Fix rename(): replace target if it exists.relan2015-08-241-19/+27
* Check file name for characters that are not allowed.relan2015-08-241-0/+11
* Change source files headings to meet FSF recommendations.relan2015-08-241-7/+18
* Implement mknod and mkdir in libexfat.relan2015-08-241-0/+42
* Pass struct exfat to exfat_put_node() function.relan2015-08-241-8/+8
* Implement nodes cache (in-core directory structure representation).relan2015-08-241-227/+31
* Make get_comp() static because it is used only in one module.relan2015-08-241-1/+1
* Implement dynamic nodes allocation.relan2015-08-241-30/+62
* Fix atime and mtime for the root directory.relan2015-08-241-2/+2
* Calculate root directory size and represent it.relan2015-08-241-1/+1
* Path parsing cleanup.relan2015-08-241-37/+26
* Fix integer underflow in compare_char().relan2015-08-241-3/+3
* Remove char substraction from compare_name().relan2015-08-241-3/+4
* Return error if entry type is unrecognized.relan2015-08-241-0/+8
* Add check for label entry.relan2015-08-241-0/+10
* Add checks for clusters bitmap entry.relan2015-08-241-0/+18
* Use exfat_read_raw() to read upcase table.relan2015-08-241-7/+2
* Add check of malloc() return value.relan2015-08-241-0/+6
* Initial code drop.relan2015-08-241-0/+268