aboutsummaryrefslogtreecommitdiff
path: root/tests
AgeCommit message (Expand)Author
2022-11-29Add dummy hierarchy for fstree_from_dir testDavid Oberhollenzer
2022-11-27Continue cleanup of the test casesDavid Oberhollenzer
2022-11-27Improve thread pool testDavid Oberhollenzer
2022-11-22Move gensquashfs specific code from libfstree to gensquashfsDavid Oberhollenzer
2022-11-21Fix windows build for get_node_path testDavid Oberhollenzer
2022-11-18Add a single, central base64 decoderDavid Oberhollenzer
2022-11-18Add a single, central hex blob decoderDavid Oberhollenzer
2022-11-16filemap xattr: Add a test caseDavid Oberhollenzer
2022-08-20Overhaul tar compression test script, add to corpora test setDavid Oberhollenzer
2022-07-08Cleanup: Get rid of libfstree "internal.h" headerDavid Oberhollenzer
2022-07-08Cleanup: move source date epoch code back to libutilDavid Oberhollenzer
2022-07-08Cleanup: move filename_sane & canonicalize_path functions to libutilDavid Oberhollenzer
2022-07-08Add test case for sqfs_tree_node_get_pathDavid Oberhollenzer
2022-07-08Cleanup: move test.h to libutilDavid Oberhollenzer
2022-07-08Cleanup: split libtar header, move to sub directoryDavid Oberhollenzer
2022-07-08Cleanup: rename libfstream to libio, split headersDavid Oberhollenzer
2022-07-08Cleanup: move libutil headers to sub directoryDavid Oberhollenzer
2022-04-10Remove builtin copy of zlibDavid Oberhollenzer
2022-03-30Cleanup: remove struct stat from libtarDavid Oberhollenzer
2022-03-30Fix: unit test and sample program Windows buildDavid Oberhollenzer
2022-03-30Add a rudimentary unit test for sort filesDavid Oberhollenzer
2022-03-30Add a unit test for the SOURCE_DATE_EPOCH logicDavid Oberhollenzer
2022-03-30Cleanup: remove node sorting from libfstreeDavid Oberhollenzer
2021-12-05Fix: unit test and sample program Windows buildDavid Oberhollenzer
2021-09-13Fix struct offset testing in ABI test caseDavid Oberhollenzer
2021-08-15Fix checksums for the corpora testsDavid Oberhollenzer
2021-08-14Add a test case for the path traversal bugDavid Oberhollenzer
2021-07-09ABI test: add sizes/layouts of structures likely to be expandedDavid Oberhollenzer
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