aboutsummaryrefslogtreecommitdiff
path: root/include/sqfs/io.h
AgeCommit message (Expand)Author
2022-03-30Fix: consistently use the widechar file API on WindowsDavid Oberhollenzer
2020-03-05Cleanup: Remove the E_ prefix from all libsquashfs enumeratorsDavid Oberhollenzer
2020-03-04Add a generic copying mechanism to sqfs_object_tDavid Oberhollenzer
2020-02-12Implement a more explicit object systemDavid Oberhollenzer
2019-10-07Cleanup: consistent, fixed size data types for generic flag fieldsDavid Oberhollenzer
2019-09-27Cleanup: replace fixed with data types with typedefsDavid Oberhollenzer
2019-09-26Remove the create I/O block from sqfs_file_t functionDavid Oberhollenzer
2019-09-25Remove condensed sparse file handling from libsquashfsDavid Oberhollenzer
2019-09-25Cleanup: move the stdin sqfs_file_t wrapper out of libsquashfsDavid Oberhollenzer
2019-09-23Replace user pointer in sqfs_block_t with explicit inode pointerDavid Oberhollenzer
2019-09-15Move condensed-sparse-file handling to libsquashfsDavid Oberhollenzer
2019-09-15Move sparse_map_t to libsquashfs headers, rename it to sqfs_sparse_map_tDavid Oberhollenzer
2019-09-15Replace file descriptor IO in data_writer with sqfs_file_tDavid Oberhollenzer
2019-09-15Add an sqfs_file_t implementation for reading from STDINDavid Oberhollenzer
2019-09-10Cleanup: mark arguments const where possibleDavid Oberhollenzer
2019-09-09Add doxygen annotations to all public headersDavid Oberhollenzer
2019-09-09Change license of libsquashfs.soDavid Oberhollenzer
2019-09-08Replace direct file I/O with abstraction layerDavid Oberhollenzer