Age | Commit message (Expand) | Author |
2020-02-12 | Implement a more explicit object system | David Oberhollenzer |
2020-01-20 | Add a flag field to the id table create function | David Oberhollenzer |
2019-11-24 | Fix: Move LZO compressor from libsquashfs to libcommon | David Oberhollenzer |
2019-10-06 | Improve error reporting for sqfs2tar, rdsquashfs, sqfsdiff | David Oberhollenzer |
2019-09-28 | Fix null-pointer deref in sqfsdiff initialization error path | David Oberhollenzer |
2019-09-20 | Add sqfs_ prefix to data_reader_t & functions | David Oberhollenzer |
2019-09-20 | Split data reader constructor and fragment table loading | David Oberhollenzer |
2019-09-20 | Remove sqfs reader & fstree usage from sqfsdiff | David Oberhollenzer |
2019-09-20 | sqfsdiff: remove squashfs-to-dir & dir-to-dir comparisons | David Oberhollenzer |
2019-09-20 | Remove xattr restore & rest of rdtree flags | David Oberhollenzer |
2019-08-21 | Fix timestamp comparison for directory source | David Oberhollenzer |
2019-08-21 | Fix usage of EXIT_* constants in sqfsdiff | David Oberhollenzer |
2019-08-21 | Make unified dir to sqfs comparison work | David Oberhollenzer |
2019-08-21 | Isolate sqfsdiff global state and split off option processing | David Oberhollenzer |
2019-08-21 | Rename difftool.h to sqfsdiff.h | David Oberhollenzer |
2019-08-21 | Consistently use old/new nomenclature in sqfsdiff | David Oberhollenzer |
2019-08-21 | Merge functionality of file on disk and file in sqfs compare functions | David Oberhollenzer |
2019-08-20 | Change CLI of sqfsdiff to specify images through long options | David Oberhollenzer |
2019-08-09 | Add option to sqfsdiff to extract regular files that are different | David Oberhollenzer |
2019-08-07 | Add flag to sqfsdiff to compare the fields in the super block | David Oberhollenzer |
2019-08-07 | Add flag to sqfsdiff to compare inode numbers | David Oberhollenzer |
2019-08-07 | Add flag to difftool to also compare time stamps | David Oberhollenzer |
2019-08-07 | Add flag to sqfsdiff to skip comparing filesystem contents | David Oberhollenzer |
2019-08-07 | Extend filesystem diff utility to work on squashfs images | David Oberhollenzer |