summaryrefslogtreecommitdiff
path: root/unpack/restore_fstree.c
AgeCommit message (Expand)Author
2019-07-25Add assertion around canonicalize_name in rdsquashfsDavid Oberhollenzer
2019-07-25rdsquashfs: seperate creating of the hierarchy, unpacking and chmod/chownDavid Oberhollenzer
2019-07-25cleanup: remove some redundant header inclusionsDavid Oberhollenzer
2019-07-24Enable largefile supportMatt Turner
2019-07-01Fix null-pointer dereference in restore_unpackDavid Oberhollenzer
2019-06-28Add support for unpacking sparse files as sparse filesDavid Oberhollenzer
2019-06-11cleanup: get rid of unsqfs_info_tDavid Oberhollenzer
2019-06-11Move file extraction code to generic data_reader_t in libsquashfs.aDavid Oberhollenzer
2019-06-11cleanup: simplify rdsquashfs unpacking: use existing utility functionsDavid Oberhollenzer
2019-05-05rdsquashfs: reorder unpack flags, add flag to produce listingDavid Oberhollenzer
2019-05-05Print out what we are doing on the way and options to keep quietDavid Oberhollenzer
2019-05-04cleanup: rdsquashfs: store global data in structureDavid Oberhollenzer
2019-05-04rdsquashfs: add ability to unpack only a sub tree of the file systemDavid Oberhollenzer
2019-05-04Rename tools to not collide with squashfs-toolsDavid Oberhollenzer
2019-05-03unsquashfs: add flags to filter what file types to unpackDavid Oberhollenzer
2019-05-03unsquashfs: add code to unpack the entire file systemDavid Oberhollenzer