aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2021-03-24Fix block processor queue accountingDavid Oberhollenzer
2021-03-24Fix reference of the pack_dir_root testDavid Oberhollenzer
2021-03-24libfstree: implement directory scanning code for WindowsDavid Oberhollenzer
2021-03-23Fix windows build of the thread pool in libsquashfsDavid Oberhollenzer
2021-03-23block processor: Re-implement exact fragment matchingDavid Oberhollenzer
2021-03-23block processor: keep duplicate copies of in-flight fragment blocksDavid Oberhollenzer
2021-03-22Threadpool: pre-emtively dequeue items after enqueingDavid Oberhollenzer
2021-03-22block processor: simplify backlog accountingDavid Oberhollenzer
2021-03-22Cleanup the block processor file structureDavid Oberhollenzer
2021-03-21Fix missing error code initializationDavid Oberhollenzer
2021-03-21Rename thread pool serial implementation data structureDavid Oberhollenzer
2021-03-21Cleanup: Rewrite block processor to use the libutil thread_pool_tDavid Oberhollenzer
2021-03-21Add a thread pool implementation to libutilDavid Oberhollenzer
2021-03-21Force 64 bit alignment of blocks managed by the pool allocatorDavid Oberhollenzer
2021-03-20Fix: libcompat: add missing stdio includesDavid Oberhollenzer
2021-03-20Fix: add missing include path to libfstream if using builtin zlibDavid Oberhollenzer
2021-03-20Add libcompat fallback implementation for fnmatchDavid Oberhollenzer
2021-03-07Optionally use a pool allocator for rb-tree nodesDavid Oberhollenzer
2021-03-07Implement a custom memory pool allocatorDavid Oberhollenzer
2021-03-07Update CHANGELOG.mdDavid Oberhollenzer
2021-03-07Rewrite the str_table to internally use the more opimized hash_tableDavid Oberhollenzer
2021-03-07Add a simple benchmark program for the xattr key/value recorderDavid Oberhollenzer
2021-03-06Fix wrong byte-swap macro in libsqfs table testDavid Oberhollenzer
2021-03-06Travis-CI: dump test-suite.log if make check failsDavid Oberhollenzer
2021-03-06Fix libsqfs test build on OS XDavid Oberhollenzer
2021-03-06Add a simple test case for the xattr_writer_tDavid Oberhollenzer
2021-03-06Add a basic test case for the libsqfs table codeDavid Oberhollenzer
2021-03-06Fix: meta reader behaviour if accessing block at location 0David Oberhollenzer
2021-03-06Cleanup: replace ad-hoc dynamic array in sqfs_xattr_writer_tDavid Oberhollenzer
2021-03-06Cleanup: repalce ad-hoc dynamic array used for export tableDavid Oberhollenzer
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