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
/
tar2sqfs
/
src
/
process_tarball.c
Age
Commit message (
Expand
)
Author
2023-06-15
Move sqfs_istream_t & sqfs_ostream_t into libsquashfs
David Oberhollenzer
2023-06-15
Mass rename istream_t/ostream_t with sqfs_ prefix
David Oberhollenzer
2023-06-15
libio: remove single line wrapper functions
David Oberhollenzer
2023-06-08
Move tar compressor auto wrapping code from tar2sqfs into libtar
David Oberhollenzer
2023-06-05
libsqfs: Add an xattr writer function to add a combined key-value struct
David Oberhollenzer
2023-06-05
Move dir_entry_xattr_t from libio to libsquashfs
David Oberhollenzer
2023-06-04
libio: move splice function from ostream to istream
David Oberhollenzer
2023-05-30
libfstree: accept dir_entry_t instead of path and struct stat
David Oberhollenzer
2023-05-22
libtar: add a dir_iterator_t implementation for tar files
David Oberhollenzer
2023-05-16
libtar: replace tar_xattr_t with dir_entry_xattr_t struct
David Oberhollenzer
2023-04-19
libfstree: Remove external file_info_t declaration
David Oberhollenzer
2023-04-02
Move fstree CLI code to libcommon
David Oberhollenzer
2023-02-08
libtar: remove need for skip_padding function
David Oberhollenzer
2023-02-08
tar2sqfs: Use tar istream splice
David Oberhollenzer
2023-01-31
Move library source into src sub-directory
David Oberhollenzer