Age | Commit message (Expand) | Author |
2021-03-07 | Rewrite the str_table to internally use the more opimized hash_table | David Oberhollenzer |
2021-03-07 | Add a simple benchmark program for the xattr key/value recorder | David Oberhollenzer |
2021-03-06 | Fix wrong byte-swap macro in libsqfs table test | David Oberhollenzer |
2021-03-06 | Fix libsqfs test build on OS X | David Oberhollenzer |
2021-03-06 | Add a simple test case for the xattr_writer_t | David Oberhollenzer |
2021-03-06 | Add a basic test case for the libsqfs table code | David Oberhollenzer |
2021-03-06 | Add a context pointer to the rbtree key comparison | David Oberhollenzer |
2021-03-06 | Add a copy function to the rb-tree implementation | David Oberhollenzer |
2021-03-06 | Cleanup: add some structure to the test directory | David Oberhollenzer |
2021-03-05 | Remove lz4 & zstd from corpus test | David Oberhollenzer |
2021-02-19 | libfstree: reject unknown glob options to allow future expansions | David Oberhollenzer |
2021-02-19 | Add simple test cases for fstree globbing | David Oberhollenzer |
2021-02-19 | fstree_from_file: Implement basic file globbing | David Oberhollenzer |
2021-02-19 | libfstree: Add a filter callback to the directory scanning function | David Oberhollenzer |
2020-12-29 | Fix normalization of slashes in filenames | David Oberhollenzer |
2020-12-15 | Add a simple test case for the directory scanning code | David Oberhollenzer |
2020-11-02 | Cleanup: eliminate the now practically empty test_tar.h | David Oberhollenzer |
2020-10-31 | Fix the canterbury corpus test | David Oberhollenzer |
2020-10-31 | Add a test case for tar2sqfs root becomes file & link filtering | David Oberhollenzer |
2020-09-29 | Replace file/getline usage with istream | David Oberhollenzer |
2020-09-29 | Add a more usefull getline-like function to libfstream | David Oberhollenzer |
2020-09-16 | Remodel libtar/tar2sqfs to read data from an istream_t | David Oberhollenzer |
2020-09-03 | Remove tar test cases for file flags (not applicable) | David Oberhollenzer |
2020-09-03 | Cleanup: reduce tar test cases to a few generic C files | David Oberhollenzer |
2020-09-03 | Cleanup copy & paste mess in the tar parser test cases | David Oberhollenzer |
2020-09-02 | Fix nonexistant gnu tar sparse format 1.0 support | David Oberhollenzer |
2020-08-16 | Add a libtar test case for a completely filled link target field | David Oberhollenzer |
2020-06-04 | Fix compressor config union size test | David Oberhollenzer |
2020-06-04 | Strictly enfore min/max dictionary size in XZ & LZMA compressors | David Oberhollenzer |
2020-05-21 | Fix: zstd: actually set the compression level from the options | David Oberhollenzer |
2020-05-21 | Fix the semantics of the super block deduplication | David Oberhollenzer |
2020-05-07 | Fix checksums for the corpus tests now that -T actually works | David Oberhollenzer |
2020-05-03 | Actually run the directory pack test if corpora tests are desiredv0.9.1 | David Oberhollenzer |
2020-05-03 | Add a simple test script for the gensquashfs packdir + allroot use case | David Oberhollenzer |
2020-04-17 | Remove some configure time sizeof checks | David Oberhollenzer |
2020-04-17 | tests: improve diagnostics output & make "release builds" work | David Oberhollenzer |
2020-03-18 | Add a test case for xxhash32 | David Oberhollenzer |
2020-03-18 | Add a test for the minimal rb-tree implementation | David Oberhollenzer |
2020-02-21 | Cleanup: move utilities back out of libsquashfs | David Oberhollenzer |
2020-01-29 | Update sha512sums for corpora tests | David Oberhollenzer |
2020-01-02 | Support parsing [device] block size argument with SI suffix | David Oberhollenzer |
2019-12-27 | Require the copora tests suits to be enabled explicitly | David Oberhollenzer |
2019-12-27 | Fix corpora test scripts for Windows cross build | David Oberhollenzer |
2019-12-27 | Fix filename_sane test for Windows | David Oberhollenzer |
2019-12-18 | Add an explicit link count to the fstree nodes | David Oberhollenzer |
2019-12-18 | Rename fstree "slink_target" to "target" | David Oberhollenzer |
2019-12-18 | Move is_filename_sane to libfstree, add test cases | David Oberhollenzer |
2019-12-18 | Cleanup: internalize some fstree functions | David Oberhollenzer |
2019-12-18 | Cleanup: remove the unused "block_size" from the fstree | David Oberhollenzer |
2019-12-18 | Cleanup: merge the fstree post processing functions | David Oberhollenzer |