Age | Commit message (Expand) | Author |
2022-11-16 | filemap xattr: Add a test case | David Oberhollenzer |
2022-08-20 | Overhaul tar compression test script, add to corpora test set | David Oberhollenzer |
2022-07-08 | Cleanup: rename libfstream to libio, split headers | David Oberhollenzer |
2021-08-14 | Add a test case for the path traversal bug | David Oberhollenzer |
2021-03-06 | Cleanup: add some structure to the test directory | David Oberhollenzer |
2021-02-19 | Add simple test cases for fstree globbing | 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 | 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 | 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-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 | 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 |
2019-12-27 | Require the copora tests suits to be enabled explicitly | 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-16 | Remove fstree inode table | David Oberhollenzer |
2019-12-15 | Add a test script that turns all test tarballs into SquashFS images | David Oberhollenzer |
2019-12-14 | Add a test case for reading binary xattrs from pax/schily headers | David Oberhollenzer |
2019-12-13 | Add a simplistic integration and regression test | David Oberhollenzer |
2019-11-25 | Cleanup: remove what is left of libutil | David Oberhollenzer |
2019-11-25 | Cleanup: move overflow safe alloc code into libsquashfs | David Oberhollenzer |
2019-11-24 | Cleanup: completely move str_table into libsquashfs internals | David Oberhollenzer |
2019-11-24 | Cleanup: move canonicalize_name back to libfstree.a | David Oberhollenzer |
2019-11-23 | Make sure the unit tests build with the mingw cross compiler | David Oberhollenzer |
2019-11-22 | Cleanup: move all the compatibillity fluff to a dedicated "libcompat" | David Oberhollenzer |
2019-10-08 | Add a configure option to disable building the tools | David Oberhollenzer |
2019-10-07 | Improve ABI backward & forward compatibillity | David Oberhollenzer |
2019-09-29 | Remove fstree xattr test. fstree_t no longer stores xattrs. | David Oberhollenzer |
2019-09-22 | Remove block processor ordering test | David Oberhollenzer |
2019-09-20 | Move canonicalize_name back to libutil | David Oberhollenzer |
2019-09-01 | Move some application specific stuff out of libutil | David Oberhollenzer |
2019-08-31 | Turn libsquashfs.a into a shared library | David Oberhollenzer |
2019-08-31 | Merge libcompress.a into libsquashfs.a | David Oberhollenzer |
2019-08-26 | Move tar_fuzz program over to tests | David Oberhollenzer |
2019-08-25 | Add minimal test program for fuzzing the fstree_from_file parser | David Oberhollenzer |
2019-08-23 | Some simple search/replace cases for allocation | David Oberhollenzer |
2019-08-20 | Add simple test case for block processor ordering | David Oberhollenzer |
2019-08-18 | Replace update_crc32 helper function with crc32 from zlib | David Oberhollenzer |
2019-07-28 | Add utility function to compute crc32 check sums | David Oberhollenzer |
2019-07-19 | Add test case for string table | David Oberhollenzer |