Age | Commit message (Expand) | Author |
2019-09-28 | Fix null-pointer deref in sqfsdiff initialization error path | David Oberhollenzer |
2019-09-27 | Cleanup: replace fixed with data types with typedefs | David Oberhollenzer |
2019-09-22 | Add helper functions for working with inodes | David Oberhollenzer |
2019-09-21 | Minor fstree related cleanup | 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 | Move data_reader_dump function out of data reader | 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-09-05 | Cleanup naming scheme of compressor | David Oberhollenzer |
2019-08-31 | Turn libsquashfs.a into a shared library | David Oberhollenzer |
2019-08-31 | Split libsquashfs.a into low seperate libraries | David Oberhollenzer |
2019-08-31 | Merge libcompress.a into libsquashfs.a | David Oberhollenzer |
2019-08-22 | Fix uint64_t printf for compatility with 32 bit systemsv0.6 | David Oberhollenzer |
2019-08-22 | Fix resource leak in compare_dir_entries error path | David Oberhollenzer |
2019-08-21 | Update sqfsdiff documentation | David Oberhollenzer |
2019-08-21 | Fix timestamp comparison for directory source | David Oberhollenzer |
2019-08-21 | Also extract files in sqfsdiff that only exist in one of the two sources | David Oberhollenzer |
2019-08-21 | Fix usage of EXIT_* constants in sqfsdiff | David Oberhollenzer |
2019-08-21 | Use "old" and "new" prefix when extracting files 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 | Cleanup difftool dir entry comparion | 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-20 | Remove fscompare program | David Oberhollenzer |
2019-08-11 | Replace fstree_from_dir boolean with flag field | David Oberhollenzer |
2019-08-09 | Add option to sqfsdiff to extract regular files that are different | David Oberhollenzer |
2019-08-07 | Fix resource leak in error branch for fscompare compare_files | 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 |
2019-08-07 | Add a helper utility to compare filesystem trees | David Oberhollenzer |