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
/
lib
/
fstream
Age
Commit message (
Expand
)
Author
2021-11-24
Fix: libfstream: Correctly handle FlushFileBuffers resturn status
David Oberhollenzer
2021-06-25
libfstream: sanity check the buffer size in the gzip stream compressor
David Oberhollenzer
2021-06-25
libfstream: guard against potential integer overflows
David Oberhollenzer
2021-06-04
Fix: allow concatenated Bzip2 streams
David Oberhollenzer
2021-05-06
Fix: allow concatenated xz streams
David Oberhollenzer
2021-03-30
Fix: don't throw an error if fsync() returns EINVAL
David Oberhollenzer
2021-03-20
Fix: add missing include path to libfstream if using builtin zlib
David Oberhollenzer
2020-09-29
Add a more usefull getline-like function to libfstream
David Oberhollenzer
2020-09-29
libfstream: Rework unix sparse file writing
David Oberhollenzer
2020-09-17
Add a check whether libzstd supports stream compression
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
Add zstd stream compressor implementation to libfstream
David Oberhollenzer
2020-09-16
Implement istream decompression support
David Oberhollenzer
2020-09-16
Implement ostream compressor wrapper
David Oberhollenzer
2020-09-16
Add stream I/O abstraction library
David Oberhollenzer