summaryrefslogtreecommitdiffstatshomepage
path: root/src/lib/formats/fs_coco_rsdos.cpp
Commit message (Expand)AuthorAgeFilesLines
* fsblk.cpp: Internal overhaul AJR2025-03-021-27/+26
* formats/fsblk.cpp: Replaced fs::err_t enum with a standard error condition ca... ajrhacker2025-02-221-36/+36
* Cleaned up various stuff. Vas Crabb2024-06-301-3/+3
* lib/formats/fs_coco_rsdos.cpp: Add basic write support. (#12411) wilbertpol2024-06-011-20/+279
* Filesystem code refactoring (#11570) ajrhacker2023-09-271-0/+2
* fsmgr.cpp: Restore trim_end_spaces as a std::string_view function and use it ... AJR2023-09-171-3/+2
* fix count (#11241) tim lindner2023-05-181-1/+1
* Changed fs::manager_t::enumerate_f() to simplify logic within file system dri... npwoods2022-09-191-6/+3
* Various minor cleanups. Vas Crabb2022-07-311-4/+6
* Clean up whitespace with srcclean Vas Crabb2022-07-241-2/+2
* Fixed CoCo RS-DOS FS module in response to recent FS changes (#10003) npwoods2022-06-291-1/+328
* fs: new API, blk_t is probably going to change too Olivier Galibert2022-06-281-411/+20
* srcclean in preparation for release Vas Crabb2022-05-221-2/+2
* Add logic to the CoCo RS-DOS FS module to catch cycles in file granule (block... npwoods2022-04-241-3/+15
* Cleanups for the CoCo RS-DOS fs module (#9588) npwoods2022-04-211-31/+265
* Fixed some issues involving fs::meta_description construction (#9546) npwoods2022-04-121-5/+5
* Adding support for formatting CoCo RS-DOS file systems (#9405) npwoods2022-04-071-1/+7
* srcclean in preparation for 0.240 Vas Crabb2022-01-231-7/+7
* docs: List MSYS2 packages required to build PDF documentation on Windows now ... Vas Crabb2022-01-121-4/+4
* Reimplemented support for the CoCo's RS-DOS filesystem on top of the "fsmgr" ... npwoods2022-01-031-0/+297