Age | Commit message (Expand) | Author |
2020-02-12 | Implement a more explicit object system | David Oberhollenzer |
2020-02-12 | Fix iteration over directory children in sqfsdiff | David Oberhollenzer |
2020-01-20 | Add a flag field to the id table create function | David Oberhollenzer |
2020-01-19 | Cleanup: remove the payload pointers from sqfs_inode_generic_t | David Oberhollenzer |
2019-12-26 | sqfsdiff: treat subdirectories correctly when comparing dir listings | David Oberhollenzer |
2019-12-12 | Fix: programs linking against libsquashfs also need pthread | David Oberhollenzer |
2019-11-25 | Cleanup: remove what is left of libutil | David Oberhollenzer |
2019-11-25 | Cleanup: move overflow safe alloc code into libsquashfs | David Oberhollenzer |
2019-11-24 | Cleanup: move canonicalize_name back to libfstree.a | David Oberhollenzer |
2019-11-24 | Fix: Move LZO compressor from libsquashfs to libcommon | David Oberhollenzer |
2019-11-23 | Fix various data type problems | David Oberhollenzer |
2019-11-23 | Move some unix header inclusions to compat.h | David Oberhollenzer |
2019-11-06 | Cleanup: remove BSD style __progname | David Oberhollenzer |
2019-11-06 | Remove raw file descriptors from unpack write paths | David Oberhollenzer |
2019-10-08 | sqfsdiff: continue comparison if types are compatible | David Oberhollenzer |
2019-10-07 | Cleanup: move libutil related headers to "util" sub directory | David Oberhollenzer |
2019-10-07 | Rename libsqfshelper to libcommon | David Oberhollenzer |
2019-10-07 | Rename "hihglevel.h" to the more appropriate "common.h" | 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-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 |