aboutsummaryrefslogtreecommitdiff
path: root/unpack/rdsquashfs.c
AgeCommit message (Expand)Author
2020-03-22Do not try to read back the compressor optionsDavid Oberhollenzer
2020-03-05Get rid of sqfs_compressor_existsDavid Oberhollenzer
2020-03-05Change the signature of sqfs_compressor_create to return an error codeDavid Oberhollenzer
2020-03-04Cleanup: match xattr reader API closer to id table APIDavid Oberhollenzer
2020-02-12Implement a more explicit object systemDavid Oberhollenzer
2020-01-20Add a flag field to the id table create functionDavid Oberhollenzer
2019-11-24Fix: Move LZO compressor from libsquashfs to libcommonDavid Oberhollenzer
2019-11-18Remove pushd/popd usage from rdsquashfs unpacking codeDavid Oberhollenzer
2019-11-06Remove raw file descriptors from unpack write pathsDavid Oberhollenzer
2019-10-06Improve error reporting for sqfs2tar, rdsquashfs, sqfsdiffDavid Oberhollenzer
2019-09-20Add sqfs_ prefix to data_reader_t & functionsDavid Oberhollenzer
2019-09-20Split data reader constructor and fragment table loadingDavid Oberhollenzer
2019-09-20Move data_reader_dump function out of data readerDavid Oberhollenzer
2019-09-20Remove fstree code from rdsquashfsDavid Oberhollenzer
2019-09-20Remove parallel unpackingDavid Oberhollenzer
2019-09-20Remove sqfs reader from rdsquashfsDavid Oberhollenzer
2019-08-05cleanup: unify all the code that reads squashfs imagesDavid Oberhollenzer
2019-08-04Make sure file listing generated by rdsquashfs -d is propperly escapedDavid Oberhollenzer
2019-08-01Add flag to rdsquashfs to optionally set xattrs on unpacked filesDavid Oberhollenzer
2019-08-01Add option to rdsquashfs to dump extended attributes for an inodeDavid Oberhollenzer
2019-07-30Add propper copyright headers to all source filesDavid Oberhollenzer
2019-07-25Implement simple, fork() based parallel unpacking 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-03cleanup: move tree node from path function to libfstree.aDavid Oberhollenzer
2019-06-28Add support for unpacking sparse files as sparse filesDavid Oberhollenzer
2019-06-15Move super block version check to sqfs_super_readDavid Oberhollenzer
2019-06-11cleanup: pull out common code pathDavid Oberhollenzer
2019-06-11cleanup: rdsquashfs: move command line option processing to options.cDavid 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-10cleanup: move tree deserialization to libsqfs.aDavid Oberhollenzer
2019-05-21Add command line flag for compressor options, pass them to compressorsDavid Oberhollenzer
2019-05-06Implement reading and writing of compressor optionsDavid 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-04rdsquashfs: malloc extraction buffers ahead of timeDavid Oberhollenzer
2019-05-04rdsquashfs: more cleanupDavid 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