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
/
frag_table.c
Age
Commit message (
Expand
)
Author
2023-01-19
Add a helper function to initialize libsquashfs objects
David Oberhollenzer
2022-07-08
Cleanup: move libutil headers to sub directory
David Oberhollenzer
2021-03-06
Cleanup: replace ad-hoc dynamic array in sqfs_frag_table_t
David Oberhollenzer
2021-02-10
Always use the correct data type for realloc return value
David Oberhollenzer
2020-06-07
Move the fragment deduplication hash table back into the block processor
David Oberhollenzer
2020-05-19
Cleanup: move hash table header to include directory
David Oberhollenzer
2020-04-22
Import and use Mesa's hash table
Matt Turner
2020-03-04
Add a generic copying mechanism to sqfs_object_t
David Oberhollenzer
2020-02-12
Use a hash table for fragment lookup instead of linear search
David Oberhollenzer
2020-02-12
Implement a more explicit object system
David Oberhollenzer
2020-01-26
Cleanup: Move fragment deduplication code over to fragment table
David Oberhollenzer
2020-01-24
Add a fragment table primitive to libsquashfs
David Oberhollenzer