Age | Commit message (Collapse) | Author | |
---|---|---|---|
2022-08-23 | Cleanup gzip range clamping code | David Oberhollenzer | |
The zlib library uses a typedef'd uInt type for ranges which may be smaller than size_t. The complicated clamping to the uInt range is technically not needed, as the buffer size can grow at most to BUFSZ anyway, and it also confuses coverity. Signed-off-by: David Oberhollenzer <david.oberhollenzer@sigma-star.at> | |||
2022-07-08 | Cleanup: rename libfstream to libio, split headers | David Oberhollenzer | |
Signed-off-by: David Oberhollenzer <david.oberhollenzer@sigma-star.at> |