aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2020-12-29Minor "late night typing" fixes in documentationDavid Oberhollenzer
2020-11-05Patch level release 1.0.3v1.0.3David Oberhollenzer
2020-11-02Backport changes to builtin copy of zlibDavid Oberhollenzer
2020-11-02Backport changes to package scriptsDavid Oberhollenzer
2020-11-02Backport changes to the test setupDavid Oberhollenzer
2020-11-02Backport changes to the benchmark writeupDavid Oberhollenzer
2020-10-31Add a test case for tar2sqfs root becomes file & link filteringDavid Oberhollenzer
2020-10-31Fix: tar2sqfs: if --root-becomes is used, also retarget linksDavid Oberhollenzer
2020-09-29Fix: rdsquashfs: describe: don't escape the prefixed file input pathDavid Oberhollenzer
2020-09-24Fix: tar2sqfs: when skipping non-prefixed files, also skip contentsDavid Oberhollenzer
2020-09-24Fix: tar2sqfs: don't touch the path after determining it is brokenDavid Oberhollenzer
2020-09-03Patch level release 1.0.2v1.0.2David Oberhollenzer
2020-09-03Fix integer bounds checking in GNU tar sparse format 1.0 parserDavid Oberhollenzer
2020-09-03Remove tar test cases for file flags (not applicable)David Oberhollenzer
2020-09-03Cleanup: reduce tar test cases to a few generic C filesDavid Oberhollenzer
2020-09-03Cleanup copy & paste mess in the tar parser test casesDavid Oberhollenzer
2020-09-02Fix nonexistant gnu tar sparse format 1.0 supportDavid Oberhollenzer
2020-08-29Add package scripts to the release tarballDavid Oberhollenzer
2020-08-26Fix rdsquashfs unpack under Windows if a directory existsDavid Oberhollenzer
2020-08-26Fix tree node path generation for detached sub treesDavid Oberhollenzer
2020-08-20Add spec file to build RPM packages.Sébastien Gross
2020-08-16Add a libtar test case for a completely filled link target fieldDavid Oberhollenzer
2020-08-16Fix libtar treatment of link targets that fill the header fieldDavid Oberhollenzer
2020-08-12Add a "--stat" option to rdsquashfsDavid Oberhollenzer
2020-08-12Add a clarifying note about documentation & build system copyrightDavid Oberhollenzer
2020-08-12Fix block processor single block with don't fragment flag bugDavid Oberhollenzer
2020-08-04Cleanup: move zlib/lz4 code from lib/sqfs/comp/ to lib/David Oberhollenzer
2020-08-04Add configuration for GitHub CodeQL static analysis toolsDavid Oberhollenzer
2020-08-03Patch level release 1.0.1v1.0.1David Oberhollenzer
2020-08-03format.txt Fix magic text and remove stray tabsAnatoli Babenia
2020-07-29Fix: xattr reader: read the header after seaking to an OOL valueDavid Oberhollenzer
2020-06-29Document the file name limit imposed by the kernel implementationDavid Oberhollenzer
2020-06-20Fix block bounds checking in libsquashfs data readerDavid Oberhollenzer
2020-06-14.travis.yml: Install readline libraryMatt Turner
2020-06-14extras: Pass flags argument to fix buildMatt Turner
2020-06-13Fix: don't include alloca.h on systems that don't provide this headerv1.0.0David Oberhollenzer
2020-06-13Update changelogDavid Oberhollenzer
2020-06-13Bump the so version number for libsquashfsDavid Oberhollenzer
2020-06-13Minor documentation updateDavid Oberhollenzer
2020-06-12Fix the misspelled corpora test configure optionDavid Oberhollenzer
2020-06-12Add an explicit defition for the libsquashfs so versionDavid Oberhollenzer
2020-06-11Add flags to functions that might logically be expanded in the futureDavid Oberhollenzer
2020-06-09Cleanup: mark sqfs_xattr_writer_flush writer argument as constDavid Oberhollenzer
2020-06-09Cleanup: remove refcount adjusting in sqfs_xattr_writer_endDavid Oberhollenzer
2020-06-09Cleanup: split libsquashfs xattr writer codeDavid Oberhollenzer
2020-06-07Fix uninitialized error code in block processor error pathDavid Oberhollenzer
2020-06-07Bump version numberDavid Oberhollenzer
2020-06-07Replace assert with propper error handling in rdsquashfs describeDavid Oberhollenzer
2020-06-07Update CHANGELOG.mdDavid Oberhollenzer
2020-06-07Move the fragment deduplication hash table back into the block processorDavid Oberhollenzer