Age | Commit message (Expand) | Author |
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 |
2019-06-25 | Add stub test for tar format confirmance | David Oberhollenzer |
2019-06-23 | Add basic test case for fstree extended attributes | David Oberhollenzer |
2019-06-23 | Add test case for fstree_init options parsing | David Oberhollenzer |
2019-06-22 | Add very basic test case for fstree_from_file | David Oberhollenzer |
2019-06-22 | Add test case for tree node sort | David Oberhollenzer |
2019-06-22 | Add test case for fstree_get_path | David Oberhollenzer |
2019-06-22 | Add test cases for adding tree node by absolute path | David Oberhollenzer |
2019-06-20 | Add test case for inode number allocation | David Oberhollenzer |
2019-06-20 | Add unit tests | David Oberhollenzer |