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
/
include
/
util.h
Age
Commit message (
Expand
)
Author
2019-09-08
Replace direct file I/O with abstraction layer
David Oberhollenzer
2019-09-05
Fix API visibility for libsquashfs.so
David Oberhollenzer
2019-09-01
Move some application specific stuff out of libutil
David Oberhollenzer
2019-08-23
Add wrappers for calloc style functions with size overflow checking
David Oberhollenzer
2019-08-23
Add primitives for unsigned addition/multiplication with overflow
David Oberhollenzer
2019-08-18
Replace update_crc32 helper function with crc32 from zlib
David Oberhollenzer
2019-08-02
Implement support for SOURCE_DATE_EPOCH environment variable
David Oberhollenzer
2019-07-30
Add propper copyright headers to all source files
David Oberhollenzer
2019-07-28
Add utility function to compute crc32 check sums
David Oberhollenzer
2019-07-25
libutil: add read_data style wrapper around pread()
David Oberhollenzer
2019-07-24
Enable largefile support
Matt Turner
2019-07-16
cleanup: move error handling into read_retry
David Oberhollenzer
2019-07-16
cleanup: move error handling into write_retry
David Oberhollenzer
2019-06-30
Add support for repacking condensed sparse files
David Oberhollenzer
2019-06-20
simplify and improve canonicalize_name
David Oberhollenzer
2019-06-15
Move function to padd a file with 0 bytes to libutil
David Oberhollenzer
2019-06-11
cleanup: mark input pointer on write_retry as const
David Oberhollenzer
2019-06-10
Add pushd/popd utility
David Oberhollenzer
2019-05-20
cleanup: remove overly excessive comments
David Oberhollenzer
2019-05-05
Comment on all the things
David Oberhollenzer
2019-05-03
unsquashfs: add code to unpack the entire file system
David Oberhollenzer
2019-05-03
unsquashfs: add argument processing, file listing parameter
David Oberhollenzer
2019-05-02
Add utility functions
David Oberhollenzer