Age | Commit message (Collapse) | Author | |
---|---|---|---|
2023-06-15 | Mass rename istream_t/ostream_t with sqfs_ prefix | David Oberhollenzer | |
istream_t becomes sqfs_istream_t and ostream_t becomes sqfs_ostream_t Signed-off-by: David Oberhollenzer <david.oberhollenzer@sigma-star.at> | |||
2023-06-03 | libio: consolidate add-hoc memory istream_t implementations | David Oberhollenzer | |
In several places, there are ad-hoc istream_t implementations that read from a memory buffer to test something else stacked on top. This commit consolidates those ad-hoc implmentations into a proper one in libio, and uses the chance to remove external files for some older tests that rely on file I/O instead. Signed-off-by: David Oberhollenzer <david.oberhollenzer@sigma-star.at> |