Age | Commit message (Expand) | Author |
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 |
2019-12-16 | Remove fstree inode table | David Oberhollenzer |
2019-12-16 | Corpora tests: fix behaviour if SOURCE_DATE_EPOCH is set | 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 | Better support for reading/writing non-ASCII xattr values from/to tar | 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 | Fix: add missing null-terminator in getline implementation | David Oberhollenzer |
2019-11-23 | Make sure the unit tests build with the mingw cross compiler | David Oberhollenzer |
2019-11-23 | Move some unix header inclusions to compat.h | David Oberhollenzer |
2019-11-22 | Cleanup: move all the compatibillity fluff to a dedicated "libcompat" | David Oberhollenzer |
2019-11-06 | Remove raw file descriptors from tar read path | David Oberhollenzer |
2019-10-23 | Fix tar_fuzz error check after seek | David Oberhollenzer |
2019-10-23 | Fix the fstree_init test to account for defaults from SOURCE_DATE_EPOCH | David Oberhollenzer |
2019-10-08 | Add a configure option to disable building the tools | David Oberhollenzer |
2019-10-07 | Cleanup: move libutil related headers to "util" sub directory | David Oberhollenzer |
2019-10-07 | Cleanup: move read_data function to libtar | David Oberhollenzer |
2019-10-07 | Improve ABI backward & forward compatibillity | David Oberhollenzer |
2019-09-29 | Fix unit test for fstree_gen_inode_table | David Oberhollenzer |
2019-09-29 | Cleanup: fstree no longer has any use for the block size | David Oberhollenzer |
2019-09-29 | Remove fstree xattr test. fstree_t no longer stores xattrs. | David Oberhollenzer |
2019-09-27 | Add a header for platform compatibillity fluff | David Oberhollenzer |
2019-09-27 | Cleanup: remove most of the payload pointer magic from libfstree | David Oberhollenzer |
2019-09-25 | Fix API changes in unit tests | David Oberhollenzer |
2019-09-25 | Remove condensed sparse file handling from libsquashfs | David Oberhollenzer |
2019-09-22 | Remove block processor ordering test | David Oberhollenzer |