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
/
lib
/
util
/
str_table.c
Age
Commit message (
Expand
)
Author
2021-03-07
Rewrite the str_table to internally use the more opimized hash_table
David Oberhollenzer
2020-06-09
Cleanup: mark sqfs_xattr_writer_flush writer argument as const
David Oberhollenzer
2020-03-04
Add a deep copy function for the str_table_t helper
David Oberhollenzer
2020-02-21
Cleanup: move utilities back out of libsquashfs
David Oberhollenzer
2019-11-24
Cleanup: completely move str_table into libsquashfs internals
David Oberhollenzer
2019-11-24
Cleanup: remove unused str_table functions
David Oberhollenzer
2019-10-07
Cleanup: move libutil related headers to "util" sub directory
David Oberhollenzer
2019-09-29
Fix str_table_t error behaviour, comments
David Oberhollenzer
2019-09-28
Add recoding implementation for the xattr writer
David Oberhollenzer
2019-09-27
Cleanup: replace fixed with data types with typedefs
David Oberhollenzer
2019-09-09
Change license of libsquashfs.so
David Oberhollenzer
2019-08-23
Some simple search/replace cases for allocation
David Oberhollenzer
2019-07-30
Add propper copyright headers to all source files
David Oberhollenzer
2019-07-24
Enable largefile support
Matt Turner
2019-07-21
Keep track of xattr key & value references AFTER deduplication
David Oberhollenzer
2019-07-19
libutil.a: make sure str_table_init initializes all fields
David Oberhollenzer
2019-05-19
Add string table implementation
David Oberhollenzer