1
I Use This!
Inactive

Commits : Listings

Analyzed 17 days ago. based on code collected 18 days ago.
Jan 29, 2024 — Jan 29, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Created FatFileTest. More... about 15 years ago
The FatFile is composed of a ClusterChain and a FatDirEntry, it does not extend ClusterChain. More... about 15 years ago
Fixed not setting the date/time field when creating directory entries. More... about 15 years ago
Several cleanups for directory creation. More... about 15 years ago
Changed the Fat16BootSector.DEFAULT_VOLUME_LABEL to match the specs. More... about 15 years ago
Fixed not flushing sub-directories when flushing a FatLfnDirectory. More... about 15 years ago
Added support for accessing the volume label stored in a FAT12/16 boot sector. More... about 15 years ago
Pimped pom.xml. More... about 15 years ago
Added target/* to .hgignore. More... about 15 years ago
Made a clear separation between FatFile and FatDirectory. More... about 15 years ago
Fixed handling of the "root directory is full" case. More... about 15 years ago
Removed some debug output. More... about 15 years ago
Fixed LfnEntry confusing directories with files. More... about 15 years ago
Fixed root directories containing the "." and ".." entries. More... about 15 years ago
Massive directory related classes refactoring, part 2. More... about 15 years ago
Moved FatConstants static members to AbstractDirectoryEntry and removed this interface. More... about 15 years ago
Removed setName(String) from FatDirEntry. More... about 15 years ago
AbstractDirectory no longer implements the Iterable<FSDirectoryEntry> interface. More... about 15 years ago
Removed "parent" field from FatDirEntry. More... about 15 years ago
Created AbstractDirectory.checkEntryCount(int) method. More... about 15 years ago
Created ShortNameTest, added some documentation to ShortName. More... about 15 years ago
Fixed Fat16RootDirectory not containing the "." entry. More... about 15 years ago
Created FatLfnDirectoryTest, removed broken code from FatLfnDirectory. More... about 15 years ago
Fixed Fat.create(..) to initialize with the correct medium descriptor. More... about 15 years ago
Some cleanups to Fat, created FatTest. More... about 15 years ago
Checking buffer limits not altered on write in ClusterChainTest. More... about 15 years ago
Created more ClusterChain tests, fixed ClusterChain off-by-one error in writing. More... about 15 years ago
Changed AbstractDirectory size change logic. More... about 15 years ago
Created Fat16RootDirectoryTest, added some documentation. More... about 15 years ago
Several cleanups for AbstractDirectory. More... about 15 years ago