aboutsummaryrefslogtreecommitdiffstats
path: root/libexfat/lookup.c
Commit message (Expand)AuthorAgeFilesLines
* exfat: Rename utf conversion symbolslineage-16.0Tom Marshall2019-04-051-2/+2
* Update copyright years.relan2018-02-031-1/+1
* Clean up unused parameters in libexfat.relan2017-04-011-2/+2
* Update copyright years.relan2017-01-281-1/+1
* Change output buffer size semantics for UTF functions.relan2016-12-261-2/+2
* Update copyright years.relan2016-06-031-1/+1
* Support upcase table compression.relan2016-06-031-4/+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