aboutsummaryrefslogtreecommitdiff
path: root/tests
AgeCommit message (Expand)Author
2021-06-25Add a somewhat more extensive tar2sqfs test scriptDavid Oberhollenzer
2021-06-25Remove casual un-const casting in various placesDavid Oberhollenzer
2021-06-23Fix: add missing zlib to fstream if using the builtin oneDavid Oberhollenzer
2021-06-04Add a test case for concatenated zstd streamsDavid Oberhollenzer
2021-06-04Add test case for Bzip2 stream concatenation, fix XZ test caseDavid Oberhollenzer
2021-05-17Add Automake conditional for zstd stream compression supportDavid Oberhollenzer
2021-05-09Add a test case for XZ stream concatenationDavid Oberhollenzer
2021-05-09Add a basic de-compressor stream testDavid Oberhollenzer
2021-03-29Fix build failure if tools are disabledDavid Oberhollenzer
2021-03-25libfstree: Allow / as argument for "glob" and "dir" commandsDavid Oberhollenzer
2021-03-24Fix reference of the pack_dir_root testDavid Oberhollenzer
2021-03-22Cleanup the block processor file structureDavid Oberhollenzer
2021-03-21Add a thread pool implementation to libutilDavid 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-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-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: add some structure to the test directoryDavid Oberhollenzer
2021-03-05Remove lz4 & zstd from corpus testDavid 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: Implement basic file globbingDavid Oberhollenzer
2021-02-19libfstree: Add a filter callback to the directory scanning functionDavid Oberhollenzer
2020-12-29Fix normalization of slashes in filenamesDavid Oberhollenzer
2020-12-15Add a simple test case for the directory scanning codeDavid Oberhollenzer
2020-11-02Cleanup: eliminate the now practically empty test_tar.hDavid Oberhollenzer
2020-10-31Fix the canterbury corpus testDavid Oberhollenzer
2020-10-31Add a test case for tar2sqfs root becomes file & link filteringDavid Oberhollenzer
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