summaryrefslogtreecommitdiff
path: root/lib/comp/compressor.c
AgeCommit message (Expand)Author
2019-07-30Add propper copyright headers to all source filesDavid Oberhollenzer
2019-07-25Replace reads in squashfs with positional readsDavid Oberhollenzer
2019-07-24Enable largefile supportMatt Turner
2019-07-16cleanup: move error handling into read_retryDavid Oberhollenzer
2019-07-16cleanup: move error handling into write_retryDavid Oberhollenzer
2019-07-04Fix: possible out of bounds read in libcompress.aDavid Oberhollenzer
2019-06-23Move all handling of compressor names to libcompress.aDavid Oberhollenzer
2019-06-11Cleanup dependency handlingDavid Oberhollenzer
2019-05-21Add command line flag for compressor options, pass them to compressorsDavid Oberhollenzer
2019-05-19Add ZSTD compressor implementationDavid Oberhollenzer
2019-05-06Add lz4 compressor implementationDavid Oberhollenzer
2019-05-06Add LZO compressor implementationDavid Oberhollenzer
2019-05-04Rename lzma compressor to xz, zlib compressor to gzipDavid Oberhollenzer
2019-05-02Add compressor libraryDavid Oberhollenzer