OSDN Git Service

android-x86/external-exfat.git
8 years agoCalculate root directory size and represent it.
relan [Mon, 28 Sep 2009 09:20:03 +0000 (09:20 +0000)]
Calculate root directory size and represent it.

8 years agoPath parsing cleanup.
relan [Mon, 28 Sep 2009 08:56:07 +0000 (08:56 +0000)]
Path parsing cleanup.

Now only path component length is limited to 256 chars (this is exFAT
limitation), not the whole path.

8 years agoFix integer underflow in compare_char().
relan [Mon, 28 Sep 2009 08:45:26 +0000 (08:45 +0000)]
Fix integer underflow in compare_char().

8 years agoRemove char substraction from compare_name().
relan [Mon, 28 Sep 2009 08:40:30 +0000 (08:40 +0000)]
Remove char substraction from compare_name().

Char comparison logic must be in compare_char().

8 years agoReturn error if entry type is unrecognized.
relan [Fri, 18 Sep 2009 16:00:29 +0000 (16:00 +0000)]
Return error if entry type is unrecognized.

8 years agoAdd check for label entry.
relan [Thu, 17 Sep 2009 19:16:25 +0000 (19:16 +0000)]
Add check for label entry.

8 years agoAdd checks for clusters bitmap entry.
relan [Thu, 17 Sep 2009 19:07:45 +0000 (19:07 +0000)]
Add checks for clusters bitmap entry.

8 years agoUse exfat_read_raw() to read upcase table.
relan [Thu, 17 Sep 2009 18:58:24 +0000 (18:58 +0000)]
Use exfat_read_raw() to read upcase table.

This eliminates initialization of node structure on upcase table reading.

8 years agoAdd check of malloc() return value.
relan [Thu, 17 Sep 2009 18:50:06 +0000 (18:50 +0000)]
Add check of malloc() return value.

8 years agoInitial code drop.
relan [Mon, 14 Sep 2009 18:44:13 +0000 (18:44 +0000)]
Initial code drop.