Age | Commit message (Expand) | Author |
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 |
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 |