aboutsummaryrefslogtreecommitdiff
path: root/bin/sqfs2tar/src
AgeCommit message (Expand)Author
2023-10-24Remove some unused variablesDavid Oberhollenzer
2023-10-24libutil: add a string list helper to replace some of the adhoc onesDavid Oberhollenzer
2023-09-19libtar: accept an sqfs_dir_entry_t instead of a struct statDavid Oberhollenzer
2023-09-19sqfs2tar: replace hierarchy extraction with nested iteratorsDavid Oberhollenzer
2023-09-08libsqfs: bring sqfs_file_t in line with stream APIDavid Oberhollenzer
2023-08-10Add a data reader based sqfs_istream_t implementationDavid Oberhollenzer
2023-06-15Overhaul sqfs_istream_t/sqfs_ostream_t error handlingDavid Oberhollenzer
2023-06-15Mass rename istream_t/ostream_t with sqfs_ prefixDavid Oberhollenzer
2023-06-15libio: remove single line wrapper functionsDavid Oberhollenzer
2023-06-07libsquashfs: Add utility functions to read xattrs into listDavid Oberhollenzer
2023-06-05Move dir_entry_xattr_t from libio to libsquashfsDavid Oberhollenzer
2023-05-16libtar: replace tar_xattr_t with dir_entry_xattr_t structDavid Oberhollenzer
2023-01-31Move library source into src sub-directoryDavid Oberhollenzer