summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2021-03-06Cleanup: replace ad-hoc dynamic array in sqfs_id_table_tDavid Oberhollenzer
2021-03-06Cleanup: replace ad-hoc dynamic array in sqfs_frag_table_tDavid Oberhollenzer
2021-03-06Add a generic implementation of a dynamic array to libutilDavid Oberhollenzer
2021-03-06Store xattr writer block description in a red-black treeDavid Oberhollenzer
2021-03-06Add a context pointer to the rbtree key comparisonDavid Oberhollenzer
2021-03-06Add a copy function to the rb-tree implementationDavid Oberhollenzer
2021-03-06Cleanup: replace the void-ptr with an inode-ptr in the file tree nodeDavid Oberhollenzer
2021-03-06Cleanup: add some structure to the test directoryDavid Oberhollenzer
2021-03-05Remove lz4 & zstd from corpus testDavid Oberhollenzer
2021-02-28Update CHANGELOG.mdDavid Oberhollenzer
2021-02-28added shared read access when opening sqfs image with read-only flags (win32)Thomas Lang
2021-02-19Fix: libfstree: add an assert the canonicalize_name return valueDavid Oberhollenzer
2021-02-19gensquashfs: Document the globbing featureDavid Oberhollenzer
2021-02-19Fix: canonicalize path names in glob pattern matchingDavid Oberhollenzer
2021-02-19libfstree: reject unknown glob options to allow future expansionsDavid Oberhollenzer
2021-02-19Add simple test cases for fstree globbingDavid Oberhollenzer
2021-02-19fstree_from_file: Add fnmatch() pattern matching to file globbingDavid Oberhollenzer
2021-02-19fstree_from_file: Implement basic file globbingDavid Oberhollenzer
2021-02-19libfstree: Add a filter callback to the directory scanning functionDavid Oberhollenzer
2021-02-18gensquashfs: always construct input path during option processingDavid Oberhollenzer
2021-02-18libfstree: add a subdirectory scanning functionDavid Oberhollenzer
2021-02-18fstree_from_dir: add filtering flags to skip certain inode typesDavid Oberhollenzer
2021-02-10cleanup: fstree_from_file: split & simplify line parsing functionDavid Oberhollenzer
2021-02-10Always use the correct data type for realloc return valueDavid Oberhollenzer
2021-02-10Bump coverity scan versionDavid Oberhollenzer
2021-01-23Bump version numbers & changelog after 1.0.4 releaseDavid Oberhollenzer
2021-01-19libsqfs: Implement exact matching of fragmentsDavid Oberhollenzer
2021-01-19Add a user pointer to the hash table implementationDavid Oberhollenzer
2021-01-19libcommon: Use the newer API for the block processorDavid Oberhollenzer
2021-01-19libsqfs: Add a sqfs_block_processor_create_ex functionDavid Oberhollenzer
2021-01-19libsqfs: block processor: removed unused chunk next pointerDavid Oberhollenzer
2021-01-19Fix: Move fragment consolidation back to block processor serial partDavid Oberhollenzer
2021-01-15Fix more normalization of slashes in filenames.Scott Moser
2020-12-29Fix normalization of slashes in filenamesDavid Oberhollenzer
2020-12-19Fix: replace the pkg-config check for bzip2 with a manual checkDavid Oberhollenzer
2020-12-15Add a simple test case for the directory scanning codeDavid Oberhollenzer
2020-12-15libfstree: make the directory scanning code a little more genericDavid Oberhollenzer
2020-12-10Move fstree dirscan code back to libfstreeDavid Oberhollenzer
2020-12-06libsqfs: implement exact matching in the default block writer.David Oberhollenzer
2020-11-13Fix: include MacOS compat byteswab definitions in LZO compressorDavid Oberhollenzer
2020-11-07Fix: libsquashfs: xattr_writer: return NULL if calloc failsDavid Oberhollenzer
2020-11-07Cleanup: libcommon: try to split up some of the larger filesDavid Oberhollenzer
2020-11-06Minor "late night typing" fixes in documentationDavid Oberhollenzer
2020-11-05Update CHANGELOG.mdDavid Oberhollenzer
2020-11-05Bump version in package scriptsDavid Oberhollenzer
2020-11-02Cleanup: eliminate the now practically empty test_tar.hDavid Oberhollenzer
2020-11-02Remove package scripts from release tarballsDavid Oberhollenzer
2020-10-31Fix the canterbury corpus testDavid Oberhollenzer
2020-10-31Add a test case for tar2sqfs root becomes file & link filteringDavid Oberhollenzer
2020-10-28Restructure benchmark text file, add decompression benchmarkDavid Oberhollenzer