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
Changed the names of the FS* classes to be Fs*. More... about 15 years ago
Added tests for checking if "closed" FatFileSystem throw appropriate exceptions. More... about 15 years ago
The SuperFloppyFormatter's setter methods return "this". More... about 15 years ago
Deprecated the SuperFloppyFormatter constructor in favour of a static getter. More... about 15 years ago
Fixed handling of trailing dots in ShortNameGenerator and FatLfnDirectory. More... about 15 years ago
Added tests to ensure leading and trailing spaces are ignored by FatLfnDirectory and documented this. More... about 15 years ago
Fixed wrong exception detail message in ShortName.checkString(..). More... about 15 years ago
Removed some unused methods from LittleEndian utility class. More... about 15 years ago
Added AbstractFileSystem.checkReadOnly() method. More... about 15 years ago
Cleaned up AbstractFileSystem. More... about 15 years ago
Using Emma for generating code coverage reports. More... about 15 years ago
Removed FileSystemException class, merged ReadOnlyDeviceException and ReadOnlyFileSystemException into ReadOnlyException. More... about 15 years ago
Minor fixes to AbstractDirectory exception handling, added some documentation. More... about 15 years ago
Fixed directories not being properly flushed to device. More... about 15 years ago
Added support for storing the volume label as a directory entry. More... about 15 years ago
Moved methods related to the volume label from FatLfnDirectory to AbstractDirectory (still not implemented). More... about 15 years ago
Minor fixes to SuperFloppyFormatter exceptions, created more SuperFloppyFormatter test cases. More... about 15 years ago
Disabled DosFsckTest cases. More... about 15 years ago
Fixed SuperFloppyFormatterTest. More... about 15 years ago
Removed some debug output. More... about 15 years ago
Many fixes to make the FAT type detection conform to the specification. More... about 15 years ago
Created DosFsckTest. More... about 15 years ago
ClusterChainDirectory can not grow beyond the maximum size defined in the FAT specification. More... about 15 years ago
More strict checking of valid chars in ShortName. More... about 15 years ago
Merged with main. More... about 15 years ago
Added support for deleting directories and files. More... about 15 years ago
Re-enabled two test cases, minor fixes. More... about 15 years ago
Fixed reading zero bytes from zero-length file. More... about 15 years ago
Changed ShortName's internal representation to what's written to the FatDirEntry. More... about 15 years ago
Deactivated unreliable locale-dependent date/time tests. More... about 15 years ago