Age | Commit message (Expand) | Author |
2021-08-14 | Fix symlink path traversal in rdsqaushfs | David Oberhollenzer |
2021-06-25 | Fix format string type/signedness mismatch issues | David Oberhollenzer |
2021-06-25 | Add default cases for every switch block | David Oberhollenzer |
2021-06-07 | Fix: libsquashfs: add sqfs_free() function | David Oberhollenzer |
2020-10-31 | Fix: tar2sqfs: if --root-becomes is used, also retarget links | David Oberhollenzer |
2020-09-29 | Fix: rdsquashfs: describe: don't escape the prefixed file input path | David Oberhollenzer |
2020-09-24 | Fix: tar2sqfs: when skipping non-prefixed files, also skip contents | David Oberhollenzer |
2020-09-24 | Fix: tar2sqfs: don't touch the path after determining it is broken | David Oberhollenzer |
2020-08-26 | Fix rdsquashfs unpack under Windows if a directory exists | David Oberhollenzer |
2020-08-12 | Add a "--stat" option to rdsquashfs | David Oberhollenzer |
2020-06-11 | Add flags to functions that might logically be expanded in the future | David Oberhollenzer |
2020-06-07 | Replace assert with propper error handling in rdsquashfs describe | David Oberhollenzer |
2020-06-02 | tar2sqfs: add missing copyright header | David Oberhollenzer |
2020-05-30 | Fix: Only add Selinux flags if WITH_SELINUX is set | David Oberhollenzer |
2020-05-30 | sqfs2tar: Move hard link detection to tree-repacking code | David Oberhollenzer |
2020-05-30 | Cleanup: sqfs2tar: break up and simplify the repacking code | David Oberhollenzer |
2020-05-30 | Cleanup: Reorganize structure of Automake files | David Oberhollenzer |
2020-05-30 | Cleanup: move man pages to the respective program source directories | David Oberhollenzer |
2020-05-30 | Cleanup: try to split tar2sqfs.c in a reasonable way | David Oberhollenzer |
2020-05-30 | Cleanup: try to split sqfs2tar.c in a reasonable way | David Oberhollenzer |
2020-05-26 | sqfsdiff: extract compressor options, but don't fail on error | David Oberhollenzer |
2020-05-21 | Fix the semantics of the super block deduplication | David Oberhollenzer |
2020-05-03 | Fix: unify extra argument rejection in tar2sqfs & gensquashfs | David Oberhollenzer |
2020-05-03 | Fix: the --all-root option does not take an arugment | David Oberhollenzer |
2020-05-03 | Fix: use 0644 as default permissions when creating files | David Oberhollenzer |
2020-04-27 | Cleanup/fix: gensquashfs: split directory scanning from xattr scanning | David Oberhollenzer |
2020-04-27 | gensquashfs: Add options to globally override UID/GID values | David Oberhollenzer |
2020-04-27 | Cleanup directory structure of the binary programs | David Oberhollenzer |