index
:
squashfs-tools-ng.git
feature/goliath/msvc
fixes-1.0.0
fixes-1.1.0
fixes-1.2.0
fixes-1.3.0
master
A new set of tools and libraries for working with SquashFS images
David Oberhollenzer
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
bin
Age
Commit message (
Expand
)
Author
2022-03-30
Add a sort-file option to gensquashfs
David Oberhollenzer
2022-03-10
Fix: use correct printf specifier for 64bit types
David Oberhollenzer
2021-08-12
Fix symlink path traversal in rdsqaushfs
David Oberhollenzer
2021-07-09
tar2sqfs: Fix integer truncation issue when appending data to a tarball
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-04-08
Fix: libsquashfs: add sqfs_free() function
David Oberhollenzer
2021-03-06
Cleanup: replace the void-ptr with an inode-ptr in the file tree node
David Oberhollenzer
2021-02-19
gensquashfs: Document the globbing feature
David Oberhollenzer
2021-02-19
fstree_from_file: Implement basic file globbing
David Oberhollenzer
2021-02-19
libfstree: Add a filter callback to the directory scanning function
David Oberhollenzer
2021-02-18
gensquashfs: always construct input path during option processing
David Oberhollenzer
2021-02-10
Always use the correct data type for realloc return value
David Oberhollenzer
2020-12-15
libfstree: make the directory scanning code a little more generic
David Oberhollenzer
2020-12-10
Move fstree dirscan code back to libfstree
David Oberhollenzer
2020-10-28
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-29
Update tar2sqfs/sqfs2tar documentation
David Oberhollenzer
2020-09-29
Replace file/getline usage with istream
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-09-17
Fix: add missing compiler/linker flags
David Oberhollenzer
2020-09-16
Add bzip2 stream compression support
David Oberhollenzer
2020-09-16
Implement input decompression support for tar2sqfs
David Oberhollenzer
2020-09-16
Remodel libtar/tar2sqfs to read data from an istream_t
David Oberhollenzer
2020-09-16
Implement output compression support for sqfs2tar
David Oberhollenzer
2020-09-16
Remodel file extraction tools to use libfstream
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