Age | Commit message (Expand) | Author |
2020-11-02 | Backport changes to the test setup | David Oberhollenzer |
2020-10-31 | Add a test case for tar2sqfs root becomes file & link filtering | 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 |
2019-07-04 | libtar: add support for xattr extensions | David Oberhollenzer |
2019-06-30 | Add support for gnu pax sparse file formats 0.1 and 1.0 | David Oberhollenzer |
2019-06-30 | Add support for gnu pax sparse file format 0.0 | David Oberhollenzer |
2019-06-29 | Add support for reading old style GNU sparse tar file format | David Oberhollenzer |
2019-06-28 | Add tar test samples to distribution tar ball | David Oberhollenzer |
2019-06-28 | Regroup tar format tests | David Oberhollenzer |
2019-06-28 | Add test case for tar large file size support | David Oberhollenzer |
2019-06-26 | Add stub test for tar large uid/gid support | David Oberhollenzer |
2019-06-26 | Add stub test for tar large/negative time stamp support | David Oberhollenzer |
2019-06-26 | Add stub test for tar over long file path support | David Oberhollenzer |