aboutsummaryrefslogtreecommitdiff
path: root/lib/common/comp_lzo.c
AgeCommit message (Expand)Author
2020-06-04Cleanup: Pull compression level parameter out into compressor configDavid Oberhollenzer
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-12-12Fix out of bounds writes in lzo compressorDavid Oberhollenzer
2019-11-25Cleanup: move overflow safe alloc code into libsquashfsDavid Oberhollenzer
2019-11-24Fix: Move LZO compressor from libsquashfs to libcommonDavid Oberhollenzer