aboutsummaryrefslogtreecommitdiff
path: root/lib/sqfs/comp/lzma.c
AgeCommit message (Expand)Author
2020-03-05Change the signature of sqfs_compressor_create to return an error codeDavid Oberhollenzer
2020-03-04Add a generic copying mechanism to sqfs_object_tDavid Oberhollenzer
2020-02-27Add a function to the compressor interface to get the configurationDavid Oberhollenzer
2020-02-12Implement a more explicit object systemDavid Oberhollenzer
2019-11-24Cleanup libsquashfs invalid argument error codesDavid Oberhollenzer
2019-09-28Fix unwanted sign extension in lzma decompressorDavid Oberhollenzer
2019-09-27Remove use of ssize_t from library APIDavid Oberhollenzer
2019-09-27Cleanup: replace fixed with data types with typedefsDavid Oberhollenzer
2019-09-27Fix typo in error enumeratorDavid Oberhollenzer
2019-09-27Fix lzma compressor: test if compression actually shrunk the dataDavid Oberhollenzer
2019-09-27Add xz-utils based lzma compressor implementationDavid Oberhollenzer