1
I Use This!
Inactive

Commits : Listings

Analyzed 20 days ago. based on code collected 21 days ago.
Jan 29, 2024 — Jan 29, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Cleaned up AbstractDirectory constructors. More... about 15 years ago
AbstractDirectory holds a reference to a ClusterChain instead of a FatFile. More... about 15 years ago
Removed some old debug System.out comments. More... about 15 years ago
Made canChangeSize in AbstractDirectory final. More... about 15 years ago
Removed printTo method from AbstractDirectory. More... about 15 years ago
Moved rootDirFirstCluster property from BootSector to Fat32BootSector. More... about 15 years ago
The Sector class now holds a reference to the BlockDevice it was read from (and will be written to). More... about 15 years ago
Refactored ClusterChain constructor not to require a FatFileSystem instance. More... about 15 years ago
Removed the message-specifying constructor from ReadOnlyFileSystemException. More... about 15 years ago
Extracted much of the FatFile logic into the new ClusterChain super class. More... about 15 years ago
Increase maximum heap size to 512MiB for test execution. More... about 15 years ago
Some documentation fixes. More... about 15 years ago
Fixed ShortNameGenerator. More... about 15 years ago
Moved the short name generation from FarLfnDirector to the new ShortNameGenerator class. More... about 15 years ago
Fixed mapping long file names to 8+3 directory entries. More... about 15 years ago
Minor cleanups. More... about 15 years ago
Writing the boot sector copy for FAT32. More... about 15 years ago
Writing correct boot sectors when formatting FAT32. More... about 15 years ago
Fixed FAT32 read test case. More... about 15 years ago
Some more work on SuperFloppyFormatter. More... about 15 years ago
Merged with main. More... about 15 years ago
Added maven-generated javadoc to repo. More... about 15 years ago
Minor cleanups / documentation fixes. More... about 15 years ago
Fixed BlockDevice documentation. More... about 15 years ago
Created the ReadOnlyDeviceException. More... about 15 years ago
Added isReadOnly method to BlockDevice interface, several cleanups all around. More... about 15 years ago
Created FileDisk. More... about 15 years ago
Some work on SuperFloppyFormatter. More... about 15 years ago
Fixed short name generation algorithm. More... about 15 years ago
Created SuperFloppyFormatter class. More... about 15 years ago