Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2022-01-28 | Use simpler names for I/O function types | David Robillard | 1 | -6/+6 | |
2022-01-28 | Use more human-readable status codes | David Robillard | 1 | -1/+1 | |
2022-01-28 | Simplify input stream API | David Robillard | 1 | -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. |