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
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tar
/
sqfs2tar.c
Age
Commit message (
Expand
)
Author
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-07
Do an explicit "is filename sane" check
David Oberhollenzer
2019-10-07
Cleanup: move libutil related headers to "util" sub directory
David Oberhollenzer
2019-10-07
Cleanup: move write_data to libtar
David Oberhollenzer
2019-10-07
Cleanup: Move padd_file function to libtar
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-29
Cleanup: rename "compress.h" to "compressor.h"
David Oberhollenzer
2019-09-28
Fix sqfs2tar inversion of xattr flag
David Oberhollenzer
2019-09-28
Move declarations for sqfs_xattr_reader_t to a seperate header
David Oberhollenzer
2019-09-28
Fix memory leaks in sqfs2tar error paths
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-20
Integrate the data reader into libsquashfs
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 fstree code from sqfs2tar
David Oberhollenzer
2019-09-20
sqfs2tar: pull global state out of recursive tree walking function
David Oberhollenzer
2019-09-20
Remove usage of sqfs reader from sqfs2tar
David Oberhollenzer
2019-09-01
Install libsquashfs.so headers on the system in "sqfs" subdirectory
David Oberhollenzer
2019-08-23
Some simple search/replace cases for allocation
David Oberhollenzer
2019-08-05
cleanup: unify all the code that reads squashfs images
David Oberhollenzer
2019-08-04
Fix functions with side effect being used inside asserts
David Oberhollenzer
2019-08-01
Add ability to sqfs2tar to optionally copy over xattrs
David Oberhollenzer
2019-08-01
Add ability to write_tar_header to embedd extended attributes
David Oberhollenzer
2019-07-30
Add propper copyright headers to all source files
David Oberhollenzer
2019-07-24
Enable largefile support
Matt Turner
2019-07-16
cleanup: move error handling into write_retry
David Oberhollenzer
2019-07-04
sqfs2tar: add option to extract subdirectories
David Oberhollenzer
2019-07-03
Add no-skip option to sqfs2tar
David Oberhollenzer
2019-07-03
tar writer: replace PAX headers with GNU extensions
David Oberhollenzer
2019-06-28
Add support for unpacking sparse files as sparse files
David Oberhollenzer
2019-06-16
sqfs2tar: cleanup tar header generation
David Oberhollenzer
2019-06-15
Add utility to turn a squashfs image into a POSIX tar archvie
David Oberhollenzer