summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2020-03-19Improve travis CI build configurationDavid Oberhollenzer
2020-03-19Fix: don't use Linux specific st_mtim stat memberDavid Oberhollenzer
2020-03-18Set a minimal libzstd version in autoconf scriptDavid Oberhollenzer
2020-03-18Fix build of lz4 compressor with older versions of liblz4David Oberhollenzer
2020-03-18Add basic travis CI configurationDavid Oberhollenzer
2020-03-18Add a test case for xxhash32David Oberhollenzer
2020-03-18Add a test for the minimal rb-tree implementationDavid Oberhollenzer
2020-03-18Restore workaround for unaligned reads in xxhashDavid Oberhollenzer
2020-03-18Cleanup: Move xxhash32 code to libutilDavid Oberhollenzer
2020-03-10Fix the printf format specifies (again)David Oberhollenzer
2020-03-05Get rid of sqfs_compressor_existsDavid Oberhollenzer
2020-03-05Change the signature of sqfs_compressor_create to return an error codeDavid Oberhollenzer
2020-03-05Cleanup: Remove the E_ prefix from all libsquashfs enumeratorsDavid Oberhollenzer
2020-03-04Fix block writer inheritance of sqfs_object_tDavid Oberhollenzer
2020-03-04Cleanup: match xattr reader API closer to id table APIDavid Oberhollenzer
2020-03-04Add a generic copying mechanism to sqfs_object_tDavid Oberhollenzer
2020-03-04Add a deep copy function for the str_table_t helperDavid Oberhollenzer
2020-03-01Add a "do not deduplicate" block flagDavid Oberhollenzer
2020-03-01Fix printf format specifies for sqfs_u64David Oberhollenzer
2020-03-01Fix: Replace bit shifts in parse_size with SZ_MUL_OVDavid Oberhollenzer
2020-03-01Fix alloca in write_inode.c for windows buildDavid Oberhollenzer
2020-02-28Cleanup pax header parser a littleDavid Oberhollenzer
2020-02-28Minor fix in file browser demoDavid Oberhollenzer
2020-02-27Add initial benchmark data and discussionDavid Oberhollenzer
2020-02-27Fix: strictly verify compressor settings in config initializationDavid Oberhollenzer
2020-02-27Add a function to the compressor interface to get the configurationDavid Oberhollenzer
2020-02-23Remove the sqfs_inode_copy functionDavid Oberhollenzer
2020-02-23Turn file inode management completely over to the block processorDavid Oberhollenzer
2020-02-23Unify the payload counters in the sqfs_inode_generic_tDavid Oberhollenzer
2020-02-22libcommon: stdin file: Fix size accounting for sparse filesDavid Oberhollenzer
2020-02-22Move inode size accounting completely to the block processorDavid Oberhollenzer
2020-02-22Cleanup block processor: merge common initialization codeDavid Oberhollenzer
2020-02-22Cleanup block processor: Merge destructors for Windows & pthreadsDavid Oberhollenzer
2020-02-22Try to clarify the parallel block processor documentationDavid Oberhollenzer
2020-02-22Add a seperate sqfs_block_processor_sync functionDavid Oberhollenzer
2020-02-22Make hard link detection scale betterDavid Oberhollenzer
2020-02-22Add a very simple red-black tree implementationDavid Oberhollenzer
2020-02-21Update README & COPYINGDavid Oberhollenzer
2020-02-21Cleanup: move utilities back out of libsquashfsDavid Oberhollenzer
2020-02-21Clarify directory header counter in format documentationDavid Oberhollenzer
2020-02-21Update documentationDavid Oberhollenzer
2020-02-20Thread pool block processor: Cleanup after restructuringDavid Oberhollenzer
2020-02-20Restructure thread pool block processorDavid Oberhollenzer
2020-02-18Simplify the thread pool block processor somewhatDavid Oberhollenzer
2020-02-17Write up some thoughts on the thread pool based block processorDavid Oberhollenzer
2020-02-16block processor: move the internals to the respective implementationsDavid Oberhollenzer
2020-02-16block processor: merge rest of fileapi.c into common.cDavid Oberhollenzer
2020-02-16Remove hard dependency on zlibDavid Oberhollenzer
2020-02-16Update the licensing documentation.David Oberhollenzer
2020-02-16Replace crc32 with xxhash32David Oberhollenzer