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
Age
Commit message (
Expand
)
Author
2022-06-02
Cleanup: libsqfs: merge dir cache code back into dir_reader.c
David Oberhollenzer
2022-06-02
Cleanup: libsqfs: move directory iteration out of the directory reader
David Oberhollenzer
2022-06-01
Fix: libsqfs: do not report out of bounds positions from meta reader
David Oberhollenzer
2022-04-10
Remove builtin copy of zlib
David Oberhollenzer
2022-04-09
Add support for '.' and '..' entries in sqfs_dir_reader_t
David Oberhollenzer
2022-04-05
libsqfs: move dir reader code to sub directory, add internal header
David Oberhollenzer
2022-03-30
Cleanup: remove struct stat from libtar
David Oberhollenzer
2022-03-30
Fix: Directory insertion order on Windows
David Oberhollenzer
2022-03-30
Add a rudimentary unit test for sort files
David Oberhollenzer
2022-03-30
Add sort-file implementation
David Oberhollenzer
2022-03-30
Cleanup: remove node sorting from libfstree
David Oberhollenzer
2022-03-30
Cleanup: table driven pax header parsing
David Oberhollenzer
2022-03-30
Cleanup: pax header parsing
David Oberhollenzer
2022-03-30
sqfs_dir_tree_destroy/sqfs_destroy: allow NULL input
Luca Boccassi
2022-03-30
Update built-in zlib version
David Oberhollenzer
2022-03-11
More defensive programming in mem_pool_allocate
David Oberhollenzer
2022-03-10
Fix: guard against potential overflow in file size calculation
David Oberhollenzer
2022-03-10
Fix warning if __SIZEOF_INT128__ is not defined
David Oberhollenzer
2022-03-10
Cleanup libtar mkxattr, explicitly null-terminate strings
David Oberhollenzer
2022-03-10
Windows: redirect standard I/O and convert text to UTF-16
David Oberhollenzer
2022-03-09
Fix: Windows: libfstream: allocation size of stdout stream struct
David Oberhollenzer
2022-01-29
Fix: libfstream: don't fail on Windows when reading from a pipe
David Oberhollenzer
2021-12-14
Fix Windows main wrapper after mingw upgrade
David Oberhollenzer
2021-12-05
Fix: consistently use the widechar file API on Windows
David Oberhollenzer
2021-12-05
Add a wrapper for the main function on Windows
David Oberhollenzer
2021-11-24
Fix: libcommon: Correctly restore prefix path in mkdir_p on Windows
David Oberhollenzer
2021-11-24
Fix: libfstream: Correctly handle FlushFileBuffers resturn status
David Oberhollenzer
2021-08-22
Tighten bounds checks in sqfs_dir_reader_reader
David Oberhollenzer
2021-08-22
Fix half done initialization of sqfs_dir_reader_open_dir
David Oberhollenzer
2021-07-21
Fix libsquashfs directory writer size accounting
David Oberhollenzer
2021-07-09
Fix printf format specifiers used for generating tarballs
David Oberhollenzer
2021-06-25
libfstream: sanity check the buffer size in the gzip stream compressor
David Oberhollenzer
2021-06-25
Add default cases for every switch block
David Oberhollenzer
2021-06-25
Remove casual un-const casting in various places
David Oberhollenzer
2021-06-25
libutil: cleanup alignment trickery in mempool
David Oberhollenzer
2021-06-25
libsquashfs: get rid of potentially unaligned access and VLAs
David Oberhollenzer
2021-06-25
libcommon: remove potentially un-aligned access in LZO compressor
David Oberhollenzer
2021-06-25
libfstree: guard against possible overflow in readlink()
David Oberhollenzer
2021-06-25
libfstree: guard against link count and inode number overflow
David Oberhollenzer
2021-06-25
libfstream: guard against potential integer overflows
David Oberhollenzer
2021-06-07
libsquashfs: fix: also preserve alignment flag in block processor
David Oberhollenzer
2021-06-07
libsquashfs: fix block alignment if requested
David Oberhollenzer
2021-06-04
Fix: allow concatenated Bzip2 streams
David Oberhollenzer
2021-05-06
Fix: allow concatenated xz streams
David Oberhollenzer
2021-04-08
Fix: libsquashfs: add sqfs_free() function
David Oberhollenzer
2021-03-30
Fix: don't throw an error if fsync() returns EINVAL
David Oberhollenzer
2021-03-30
libsqfs: block processor: Fix account for manually submitted blocks
David Oberhollenzer
2021-03-25
libfstree: allow the glob path to be empty
David Oberhollenzer
2021-03-25
libfstree: add an assertion that root is not NULL
David Oberhollenzer
2021-03-25
Fix fail branch in block processor fragment backend
David Oberhollenzer
[next]