summaryrefslogtreecommitdiffstatshomepage
path: root/src/lib/formats/fs_fat.cpp
Commit message (Expand)AuthorAgeFilesLines
* floptool: Add flopblocks and hdblocks commands to enumerate blocks used by ev... AJR2025-12-121-0/+24
* formats/fsblk.cpp: Internal API change AJR2025-11-301-9/+10
* fsblk.cpp: Internal overhaul AJR2025-03-021-41/+41
* formats/fsblk.cpp: Replaced fs::err_t enum with a standard error condition ca... ajrhacker2025-02-221-78/+80
* formats/fs_fat.cpp: Guard against divide by zero errors when the bytes per se... AJR2024-11-091-0/+2
* srcclean and cleanup Vas Crabb2024-05-261-7/+7
* Cleanup: Vas Crabb2024-05-221-25/+35
* lib/formats/fs_fat.cpp: Add write support. (#12363) wilbertpol2024-05-121-37/+520
* formats/fs_fat.cpp: Add the 5.25" disk formats AJR2024-02-191-0/+6
* formats/fs_fat.cpp: Various fixes AJR2024-02-101-8/+29
* lib/formats/fs_fat.cpp: Ignore deleted directory entries. (#11830) wilbertpol2023-12-101-1/+4
* Filesystem code refactoring (#11570) ajrhacker2023-09-271-0/+3
* fsmgr.cpp: Restore trim_end_spaces as a std::string_view function and use it ... AJR2023-09-171-6/+5
* Changed fs::manager_t::enumerate_f() to simplify logic within file system dri... npwoods2022-09-191-10/+6
* formats/fs_fat.cpp: Fixe use-after-std::move() issue in constructor. (#10296) npwoods2022-08-311-1/+1
* srcclean in preparation for release Vas Crabb2022-08-281-164/+164
* Initial FAT file system support for Floptool (#9119) npwoods2022-08-251-0/+828