1
I Use This!
Inactive

Commits : Listings

Analyzed 16 days ago. based on code collected 17 days ago.
Jan 29, 2024 — Jan 29, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Added another test for renaming directory entries. More... over 14 years ago
Made some package-visible fields from FatLfnDirectory private. More... over 14 years ago
Added FatLfnDirectory.linkEntry(..) and finished FatLfnDirectoryEntry.setName(..) using the link/unlink logic. More... over 14 years ago
Added FatLfnDirectory.unlinkEntry(..) method to prepare proper renaming and moving of directory entries. More... over 14 years ago
Fixed FatLfnDirectory so that it is case-preserving but not case-sensitive, just like FAT likes to be. More... over 14 years ago
Using AbstractFsObject.checkWritable() in FatLfnDirectory instead of having it's own solution. More... over 14 years ago
Fixed typo in FatType JavaDoc. More... over 14 years ago
Finished FatFile JavaDoc. More... over 14 years ago
Fixed usage of final/private modifiers in FatDirectoryEntry. More... over 14 years ago
Fixed FatFile JavaDoc. More... over 14 years ago
Removed unused equals(..) and hashCode() from FatFile. More... over 14 years ago
Added links to core J2SE APIs in generated JavaDoc. More... over 14 years ago
Enforcing unique files names in FatLfnDirectory as required by the FAT specification (ignoring the case). More... over 14 years ago
Enforcing unique files names in FatLfnDirectory.parseLfn(). More... over 14 years ago
Bumped oss-parent version to 5. More... over 14 years ago
Bumped JUnit dependency version to 4.8.2. More... over 14 years ago
Fixed FatLfnDirectory.add(Directory, File) makes it possible to create multiple entries with the same name. More... over 14 years ago
Added some documentation to FatLfnDirectoryEntry. More... over 14 years ago
Made the FatLfnDirectoryEntry archive flag accessible. More... over 14 years ago
Made the FatLfnDirectoryEntry read-only flag accessible. More... over 14 years ago
Made the FatLfnDirectoryEntry system flag accessible. More... over 14 years ago
Made the FatLfnDirectoryEntry hidden flag accessible. More... over 14 years ago
Removed redundant casts in FatLfnDirectoryTest. More... over 14 years ago
Fixed typo in FsDirectoryEntry JavaDoc. More... over 14 years ago
Added some documentation to FatFileSystem. More... over 14 years ago
Made FatLfnDirectory.getEntry(..) return a FatLfnDirectoryEntry. More... over 14 years ago
Made the FatDirectoryEntry get/setFlags methods private. More... over 14 years ago
Made the FsDirectory interface extend the FsObject interface. More... over 14 years ago
Fixed JavaDoc for FsObject and AbstractFsObject. More... over 14 years ago
Bumped oss-parent version to 4. More... over 14 years ago