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
/
sqfs
Age
Commit message (
Expand
)
Author
2022-11-18
libsqfs: Fix an overzealous bounds check in the block processor
David Oberhollenzer
2022-11-18
libsqfs: Initialize the return value in sqfs_compressor_create
David Oberhollenzer
2022-10-10
block writer: further cleanup of the block writer logic
David Oberhollenzer
2022-09-20
block writer: move block comaprison to utility function
David Oberhollenzer
2022-09-20
block writer: remove open coded array
David Oberhollenzer
2022-07-08
Make sqfs_tree_node_get_path more robust
David Oberhollenzer
2022-07-08
Move sqfs_tree_node_get_path to libsquashfs
David Oberhollenzer
2022-07-08
Cleanup: move libutil headers to sub directory
David Oberhollenzer
2022-06-02
Cleanup: libsqfs: simplify state handling in dir reader
David Oberhollenzer
2022-06-02
Cleanup: libsqfs: sqfs_dir_reader_find_by_path
David Oberhollenzer
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
sqfs_dir_tree_destroy/sqfs_destroy: allow NULL input
Luca Boccassi
2022-03-10
Fix: guard against potential overflow in file size calculation
David Oberhollenzer
2021-12-05
Fix: consistently use the widechar file API on Windows
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-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
libsquashfs: get rid of potentially unaligned access and VLAs
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-04-08
Fix: libsquashfs: add sqfs_free() function
David Oberhollenzer
2021-03-30
libsqfs: block processor: Fix account for manually submitted blocks
David Oberhollenzer
2021-03-25
Fix fail branch in block processor fragment backend
David Oberhollenzer
2021-03-24
Fix block processor queue accounting
David Oberhollenzer
2021-03-23
Fix windows build of the thread pool in libsquashfs
David Oberhollenzer
2021-03-23
block processor: Re-implement exact fragment matching
David Oberhollenzer
2021-03-23
block processor: keep duplicate copies of in-flight fragment blocks
David Oberhollenzer
2021-03-22
block processor: simplify backlog accounting
David Oberhollenzer
2021-03-22
Cleanup the block processor file structure
David Oberhollenzer
2021-03-21
Fix missing error code initialization
David Oberhollenzer
2021-03-21
Cleanup: Rewrite block processor to use the libutil thread_pool_t
David Oberhollenzer
2021-03-07
Optionally use a pool allocator for rb-tree nodes
David Oberhollenzer
2021-03-07
Rewrite the str_table to internally use the more opimized hash_table
David Oberhollenzer
2021-03-06
Fix: meta reader behaviour if accessing block at location 0
David Oberhollenzer
2021-03-06
Cleanup: replace ad-hoc dynamic array in sqfs_xattr_writer_t
David Oberhollenzer
2021-03-06
Cleanup: repalce ad-hoc dynamic array used for export table
David Oberhollenzer
2021-03-06
Cleanup: replace ad-hoc dynamic array in sqfs_id_table_t
David Oberhollenzer
2021-03-06
Cleanup: replace ad-hoc dynamic array in sqfs_frag_table_t
David Oberhollenzer
2021-03-06
Store xattr writer block description in a red-black tree
David Oberhollenzer
2021-02-28
added shared read access when opening sqfs image with read-only flags (win32)
Thomas Lang
2021-02-10
Always use the correct data type for realloc return value
David Oberhollenzer
2021-01-19
libsqfs: Implement exact matching of fragments
David Oberhollenzer
2021-01-19
Add a user pointer to the hash table implementation
David Oberhollenzer
[next]