summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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
2020-10-28Add an initial decompression benchmarkDavid Oberhollenzer
2020-10-28documentation: move benchmark description to separate fileDavid Oberhollenzer
2020-10-28Fix: tar2sqfs: if --root-becomes is used, also retarget linksDavid Oberhollenzer
2020-10-27Build package using Docker imagesSébastien Gross
2020-10-27Fix multiple issues in RPM package builderSébastien Gross
2020-10-27Add pkgconf to Archlinux build depsSébastien Gross
2020-10-02packaging: fix documentationSébastien Gross
2020-10-02DEB: Add documentation in libsquashfs-devSébastien Gross
2020-10-02DEB: Add official debian packaging files.Sébastien Gross
2020-10-02Add README fileSébastien Gross
2020-10-02PKG: add PKGBUILD to build Archlinux packageSébastien Gross
2020-10-02APK: add APKBUILD to build Alpine packageSébastien Gross
2020-10-02RPM: Add Fedora, OpenSUSE support and bump to v1.0.2Sébastien Gross
2020-09-29Fix: rdsquashfs: describe: don't escape the prefixed file input pathDavid Oberhollenzer
2020-09-29Update tar2sqfs/sqfs2tar documentationDavid Oberhollenzer
2020-09-29Replace file/getline usage with istreamDavid Oberhollenzer