summaryrefslogtreecommitdiffstatshomepage
path: root/src/lib/formats/fs_isis.cpp
Commit message (Collapse)AuthorAgeFilesLines
* fsblk.cpp: Internal overhaul AJR2025-03-021-8/+8
| | | | | | | | - Replace custom reference counting wrapper with std::shared_ptr - Rename fsblk_t::block_t::copy to write and use it in a few more places - Add fsblk_t::block_t::read - Rename fsblk_t::block_t::offset and rooffset due to name collisions and privatize these helper functions - Rename fsblk_t::fill to fill_all for clarity's sake
* formats/fsblk.cpp: Replaced fs::err_t enum with a standard error condition ↵ ajrhacker2025-02-221-34/+34
| | | | | category. (#13128) Also replace "invalid" error with more specific values.
* Filesystem code refactoring (#11570) ajrhacker2023-09-271-0/+1
| | | | - Separate fs::block_t and fs::filesystem_t to a new source file and header - Remove inclusion of flopimg.h from fsmgr.h
* formats: Use multibyte.h functions in more files AJR2023-09-171-1/+4
|
* Added support for Intel ISIS-II filesystem (#10367) fulivi2022-10-151-0/+1027
* fs_isis: support for Intel ISIS-II filesystem added * fs_isis: fix after CI failure * fs_isis: adapted to changes in 5499683a239 * all.cpp: fixed amount of ws