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
Removed unused getDir() method from AbstractDirectoryEntry. More... over 14 years ago
Removed unused OFFSET_LENGTH constant from FatDirEntry. More... over 14 years ago
Made FatLfnDirectoryEntry.totalEntrySize() private. More... over 14 years ago
Made FatFile, FatLfnDirectory, FatLfnDirectoryEntry public. More... over 14 years ago
Refactored the FatLfnDirectory's inner LfnEntry into the top-level FatLfnDirectoryEntry. More... over 14 years ago
Bumped version to 0.6-SNAPSHOT. More... over 14 years ago
[maven-release-plugin] prepare for next development iteration More... over 14 years ago
[maven-release-plugin] copy for tag fat32-lib-0.5.0 More... over 14 years ago
[maven-release-plugin] prepare release fat32-lib-0.5.0 More... over 14 years ago
Bumped version to 0.5.0-SNAPSHOT. More... over 14 years ago
Updated pom to sign only releases, not snapshots. More... over 14 years ago
Updated pom to attach -javadoc and -sources artifacts. More... over 14 years ago
Using maven-gpg-plugin to sign artifacts. More... over 14 years ago
Made the pom inherit from the Sonatype OSS parent pom. More... over 14 years ago
Bumped junit dependency to version 4.8.1. More... over 14 years ago
Added / updated copyright notice in all source files; removed same-package imports from some unit tests. More... over 14 years ago
Added tag 0.5.0-rc2 for changeset 2544eedbcff9 More... almost 15 years ago
Bumped POM version to 0.5.0-rc2. More... almost 15 years ago
Fixed RamDisk JavaDoc. More... almost 15 years ago
Prevent deleting the dot entries in FatLfnDirectory. More... almost 15 years ago
Using LinkedHashMaps to maintain entries in FatLfnDirectory (ensures that the dot entries always come first). More... almost 15 years ago
Re-added the x86 long jump in the first 3 bytes of the boot sector as suggested in issue #21. More... almost 15 years ago
Fixed the dot entries having a LFN as suggested by barsifedron in issue #21. More... almost 15 years ago
Created a unit test that fails for dot entries that have an LFN associated (as reported in issue #21). More... almost 15 years ago
Removed same-package import from FatLfnDirectoryTest. More... almost 15 years ago
Removed same-package import from ListAllTest. More... almost 15 years ago
Removed the BootSector "blueprint", all bytes written are hand-crafted now. More... almost 15 years ago
Added sanity check and toString method to FsInfoSector. More... almost 15 years ago
Added Sector.getOffset() method. More... almost 15 years ago
Added test case to FsInfoSectorTest. More... almost 15 years ago