aboutsummaryrefslogtreecommitdiff
path: root/difftool/sqfsdiff.c
AgeCommit message (Expand)Author
2019-10-06Improve error reporting for sqfs2tar, rdsquashfs, sqfsdiffDavid Oberhollenzer
2019-09-28Fix null-pointer deref in sqfsdiff initialization error pathDavid 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-20Remove sqfs reader & fstree usage from sqfsdiffDavid Oberhollenzer
2019-09-20sqfsdiff: remove squashfs-to-dir & dir-to-dir comparisonsDavid Oberhollenzer
2019-09-20Remove xattr restore & rest of rdtree flagsDavid Oberhollenzer
2019-08-21Fix timestamp comparison for directory sourceDavid Oberhollenzer
2019-08-21Fix usage of EXIT_* constants in sqfsdiffDavid Oberhollenzer
2019-08-21Make unified dir to sqfs comparison workDavid Oberhollenzer
2019-08-21Isolate sqfsdiff global state and split off option processingDavid Oberhollenzer
2019-08-21Rename difftool.h to sqfsdiff.hDavid Oberhollenzer
2019-08-21Consistently use old/new nomenclature in sqfsdiffDavid Oberhollenzer
2019-08-21Merge functionality of file on disk and file in sqfs compare functionsDavid Oberhollenzer
2019-08-20Change CLI of sqfsdiff to specify images through long optionsDavid Oberhollenzer
2019-08-09Add option to sqfsdiff to extract regular files that are differentDavid Oberhollenzer
2019-08-07Add flag to sqfsdiff to compare the fields in the super blockDavid Oberhollenzer
2019-08-07Add flag to sqfsdiff to compare inode numbersDavid Oberhollenzer
2019-08-07Add flag to difftool to also compare time stampsDavid Oberhollenzer
2019-08-07Add flag to sqfsdiff to skip comparing filesystem contentsDavid Oberhollenzer
2019-08-07Extend filesystem diff utility to work on squashfs imagesDavid Oberhollenzer