aboutsummaryrefslogtreecommitdiff
path: root/tests
AgeCommit message (Expand)Author
2020-09-29Replace file/getline usage with istreamDavid Oberhollenzer
2020-09-29Add a more usefull getline-like function to libfstreamDavid Oberhollenzer
2020-09-16Remodel libtar/tar2sqfs to read data from an istream_tDavid Oberhollenzer
2020-09-03Remove tar test cases for file flags (not applicable)David Oberhollenzer
2020-09-03Cleanup: reduce tar test cases to a few generic C filesDavid Oberhollenzer
2020-09-03Cleanup copy & paste mess in the tar parser test casesDavid Oberhollenzer
2020-09-02Fix nonexistant gnu tar sparse format 1.0 supportDavid Oberhollenzer
2020-08-16Add a libtar test case for a completely filled link target fieldDavid Oberhollenzer
2020-06-04Fix compressor config union size testDavid Oberhollenzer
2020-06-04Strictly enfore min/max dictionary size in XZ & LZMA compressorsDavid Oberhollenzer
2020-05-21Fix: zstd: actually set the compression level from the optionsDavid Oberhollenzer
2020-05-21Fix the semantics of the super block deduplicationDavid Oberhollenzer
2020-05-07Fix checksums for the corpus tests now that -T actually worksDavid Oberhollenzer
2020-05-03Actually run the directory pack test if corpora tests are desiredv0.9.1David Oberhollenzer
2020-05-03Add a simple test script for the gensquashfs packdir + allroot use caseDavid Oberhollenzer
2020-04-17Remove some configure time sizeof checksDavid Oberhollenzer
2020-04-17tests: improve diagnostics output & make "release builds" workDavid Oberhollenzer
2020-03-18Add a test case for xxhash32David Oberhollenzer
2020-03-18Add a test for the minimal rb-tree implementationDavid Oberhollenzer
2020-02-21Cleanup: move utilities back out of libsquashfsDavid Oberhollenzer
2020-01-29Update sha512sums for corpora testsDavid Oberhollenzer
2020-01-02Support parsing [device] block size argument with SI suffixDavid Oberhollenzer
2019-12-27Require the copora tests suits to be enabled explicitlyDavid Oberhollenzer
2019-12-27Fix corpora test scripts for Windows cross buildDavid Oberhollenzer
2019-12-27Fix filename_sane test for WindowsDavid Oberhollenzer
2019-12-18Add an explicit link count to the fstree nodesDavid Oberhollenzer
2019-12-18Rename fstree "slink_target" to "target"David Oberhollenzer
2019-12-18Move is_filename_sane to libfstree, add test casesDavid Oberhollenzer
2019-12-18Cleanup: internalize some fstree functionsDavid Oberhollenzer
2019-12-18Cleanup: remove the unused "block_size" from the fstreeDavid Oberhollenzer
2019-12-18Cleanup: merge the fstree post processing functionsDavid Oberhollenzer
2019-12-16Remove fstree inode tableDavid Oberhollenzer
2019-12-16Corpora tests: fix behaviour if SOURCE_DATE_EPOCH is setDavid Oberhollenzer
2019-12-15Add a test script that turns all test tarballs into SquashFS imagesDavid Oberhollenzer
2019-12-14Add a test case for reading binary xattrs from pax/schily headersDavid Oberhollenzer
2019-12-13Better support for reading/writing non-ASCII xattr values from/to tarDavid Oberhollenzer
2019-12-13Add a simplistic integration and regression testDavid Oberhollenzer
2019-11-25Cleanup: remove what is left of libutilDavid Oberhollenzer
2019-11-25Cleanup: move overflow safe alloc code into libsquashfsDavid Oberhollenzer
2019-11-24Cleanup: completely move str_table into libsquashfs internalsDavid Oberhollenzer
2019-11-24Cleanup: move canonicalize_name back to libfstree.aDavid Oberhollenzer
2019-11-23Fix: add missing null-terminator in getline implementationDavid Oberhollenzer
2019-11-23Make sure the unit tests build with the mingw cross compilerDavid Oberhollenzer
2019-11-23Move some unix header inclusions to compat.hDavid Oberhollenzer
2019-11-22Cleanup: move all the compatibillity fluff to a dedicated "libcompat"David Oberhollenzer
2019-11-06Remove raw file descriptors from tar read pathDavid Oberhollenzer
2019-10-23Fix tar_fuzz error check after seekDavid Oberhollenzer
2019-10-23Fix the fstree_init test to account for defaults from SOURCE_DATE_EPOCHDavid Oberhollenzer
2019-10-08Add a configure option to disable building the toolsDavid Oberhollenzer
2019-10-07Cleanup: move libutil related headers to "util" sub directoryDavid Oberhollenzer