aboutsummaryrefslogtreecommitdiffstats
path: root/src/input_stream.c
AgeCommit message (Collapse)AuthorFilesLines
2022-01-28Use simpler names for I/O function typesDavid Robillard1-6/+6
2022-01-28Use more human-readable status codesDavid Robillard1-1/+1
2022-01-28Simplify input stream APIDavid Robillard1-0/+150
More or less the same rationale as the previous commit, but for reading. This makes for nice symmetry with writing, at the cost of a slightly more annoying reader interface since the source doesn't know its block size or name.