aboutsummaryrefslogtreecommitdiff
path: root/tests
AgeCommit message (Expand)Author
2019-11-24Cleanup: completely move str_table into libsquashfs internalsDavid Oberhollenzer
2019-11-24Cleanup: move canonicalize_name back to libfstree.aDavid Oberhollenzer
2019-11-23Fix: add missing null-terminator in getline implementationDavid Oberhollenzer
2019-11-23Make sure the unit tests build with the mingw cross compilerDavid Oberhollenzer
2019-11-23Move some unix header inclusions to compat.hDavid Oberhollenzer
2019-11-22Cleanup: move all the compatibillity fluff to a dedicated "libcompat"David Oberhollenzer
2019-11-06Remove raw file descriptors from tar read pathDavid Oberhollenzer
2019-10-23Fix tar_fuzz error check after seekDavid Oberhollenzer
2019-10-23Fix the fstree_init test to account for defaults from SOURCE_DATE_EPOCHDavid Oberhollenzer
2019-10-08Add a configure option to disable building the toolsDavid Oberhollenzer
2019-10-07Cleanup: move libutil related headers to "util" sub directoryDavid Oberhollenzer
2019-10-07Cleanup: move read_data function to libtarDavid Oberhollenzer
2019-10-07Improve ABI backward & forward compatibillityDavid Oberhollenzer
2019-09-29Fix unit test for fstree_gen_inode_tableDavid Oberhollenzer
2019-09-29Cleanup: fstree no longer has any use for the block sizeDavid Oberhollenzer
2019-09-29Remove fstree xattr test. fstree_t no longer stores xattrs.David Oberhollenzer
2019-09-27Add a header for platform compatibillity fluffDavid Oberhollenzer
2019-09-27Cleanup: remove most of the payload pointer magic from libfstreeDavid Oberhollenzer
2019-09-25Fix API changes in unit testsDavid Oberhollenzer
2019-09-25Remove condensed sparse file handling from libsquashfsDavid Oberhollenzer
2019-09-22Remove block processor ordering testDavid Oberhollenzer
2019-09-20Move canonicalize_name back to libutilDavid Oberhollenzer
2019-09-15Move sparse_map_t to libsquashfs headers, rename it to sqfs_sparse_map_tDavid Oberhollenzer
2019-09-14Move data deduplication from fstree code to data writerDavid Oberhollenzer
2019-09-13Fix block processor unit tests for case where pthreads is disabledDavid Oberhollenzer
2019-09-12Fix argument number in block processor unit testDavid Oberhollenzer
2019-09-05Fixup data structure name in unit testsDavid Oberhollenzer
2019-09-01Install libsquashfs.so headers on the system in "sqfs" subdirectoryDavid Oberhollenzer
2019-09-01Move some application specific stuff out of libutilDavid Oberhollenzer
2019-08-31Turn libsquashfs.a into a shared libraryDavid Oberhollenzer
2019-08-31Merge libcompress.a into libsquashfs.aDavid Oberhollenzer
2019-08-26Move tar_fuzz program over to testsDavid Oberhollenzer
2019-08-25Add minimal test program for fuzzing the fstree_from_file parserDavid Oberhollenzer
2019-08-23Some simple search/replace cases for allocationDavid Oberhollenzer
2019-08-20Add simple test case for block processor orderingDavid Oberhollenzer
2019-08-18Replace update_crc32 helper function with crc32 from zlibDavid Oberhollenzer
2019-07-30Add propper copyright headers to all source filesDavid Oberhollenzer
2019-07-28Add fragment and block checksum fields to file_info_tDavid Oberhollenzer
2019-07-28Add utility function to compute crc32 check sumsDavid Oberhollenzer
2019-07-24Fix processing of tar mtime on 32 bit systemsDavid Oberhollenzer
2019-07-24cleanup: remove atime/ctime processing codeDavid Oberhollenzer
2019-07-24Enable largefile supportMatt Turner
2019-07-21Add simplistic test case for xattr reference countingDavid Oberhollenzer
2019-07-21Fix fstree_xattr unit testDavid Oberhollenzer
2019-07-19Add test case for string tableDavid Oberhollenzer
2019-07-17fstree: add support for spaces in filenamesDavid Oberhollenzer
2019-07-16cleanup: move error handling into read_retryDavid Oberhollenzer
2019-07-07Fix regression in fstree_from_file device node formatDavid Oberhollenzer
2019-07-04libtar: add support for xattr extensionsDavid Oberhollenzer
2019-06-30Add support for gnu pax sparse file formats 0.1 and 1.0David Oberhollenzer