Age | Commit message (Expand) | Author |
2022-07-08 | Cleanup: move filename_sane & canonicalize_path functions to libutil | David Oberhollenzer |
2022-07-08 | Add test case for sqfs_tree_node_get_path | David Oberhollenzer |
2022-07-08 | Cleanup: move test.h to libutil | David Oberhollenzer |
2022-07-08 | Cleanup: split libtar header, move to sub directory | David Oberhollenzer |
2022-07-08 | Cleanup: rename libfstream to libio, split headers | David Oberhollenzer |
2022-07-08 | Cleanup: move libutil headers to sub directory | David Oberhollenzer |
2022-04-10 | Remove builtin copy of zlib | David Oberhollenzer |
2022-03-30 | Cleanup: remove struct stat from libtar | David Oberhollenzer |
2022-03-30 | Fix: unit test and sample program Windows build | David Oberhollenzer |
2022-03-30 | Add a rudimentary unit test for sort files | David Oberhollenzer |
2022-03-30 | Add a unit test for the SOURCE_DATE_EPOCH logic | David Oberhollenzer |
2022-03-30 | Cleanup: remove node sorting from libfstree | David Oberhollenzer |
2021-12-05 | Fix: unit test and sample program Windows build | David Oberhollenzer |
2021-09-13 | Fix struct offset testing in ABI test case | David Oberhollenzer |
2021-08-15 | Fix checksums for the corpora tests | David Oberhollenzer |
2021-08-14 | Add a test case for the path traversal bug | David Oberhollenzer |
2021-07-09 | ABI test: add sizes/layouts of structures likely to be expanded | David Oberhollenzer |
2021-06-25 | Add a somewhat more extensive tar2sqfs test script | David Oberhollenzer |
2021-06-25 | Remove casual un-const casting in various places | David Oberhollenzer |
2021-06-23 | Fix: add missing zlib to fstream if using the builtin one | David Oberhollenzer |
2021-06-04 | Add a test case for concatenated zstd streams | David Oberhollenzer |
2021-06-04 | Add test case for Bzip2 stream concatenation, fix XZ test case | David Oberhollenzer |
2021-05-17 | Add Automake conditional for zstd stream compression support | David Oberhollenzer |
2021-05-09 | Add a test case for XZ stream concatenation | David Oberhollenzer |
2021-05-09 | Add a basic de-compressor stream test | David Oberhollenzer |
2021-03-29 | Fix build failure if tools are disabled | David Oberhollenzer |
2021-03-25 | libfstree: Allow / as argument for "glob" and "dir" commands | David Oberhollenzer |
2021-03-24 | Fix reference of the pack_dir_root test | David Oberhollenzer |
2021-03-22 | Cleanup the block processor file structure | David Oberhollenzer |
2021-03-21 | Add a thread pool implementation to libutil | David Oberhollenzer |
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 |