aboutsummaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
2020-04-02Add a libcompat implementation for getopt_longDavid Oberhollenzer
2020-04-02Add a libcompat implementation of getoptDavid Oberhollenzer
2020-04-02Import the remaining utility files into VisualStudio projectDavid Oberhollenzer
2020-04-02Fix msvc 64 bit build, cleanup configurationDavid Oberhollenzer
2020-04-01Add preliminary VisualStudio supportDavid Oberhollenzer
2020-04-01Fix missing header without LZOAlyssa Ross
2020-03-19Fix compressor availability check in libcommonDavid Oberhollenzer
2020-03-19Fix destruction of NULL pointer in xattr reader cleanupDavid Oberhollenzer
2020-03-19Fix pthread_join check for valid thread handlesDavid Oberhollenzer
2020-03-18Fix build of lz4 compressor with older versions of liblz4David Oberhollenzer
2020-03-18Restore workaround for unaligned reads in xxhashDavid Oberhollenzer
2020-03-18Cleanup: Move xxhash32 code to libutilDavid 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-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-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-21Cleanup: move utilities back out of libsquashfsDavid 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-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-16Replace crc32 with xxhash32David Oberhollenzer
2020-02-16Move all the queue-waiting logic to the thread pool implemenationDavid Oberhollenzer
2020-02-16Minor cleanupDavid Oberhollenzer
2020-02-16block processor: move sparse block detection into worker threadDavid Oberhollenzer
2020-02-15Move block block accounting to the other end of the block pipelineDavid Oberhollenzer
2020-02-15Cleanup: block processor: move init/cleanup functions into implemenationsDavid Oberhollenzer
2020-02-15Cleanup: block processor: move finish function back into implementationsDavid Oberhollenzer
2020-02-15Cleanup: block processor: remove test_and_set_statusDavid Oberhollenzer