aboutsummaryrefslogtreecommitdiff
path: root/src/xz/coder.h (unfollow)
AgeCommit message (Expand)AuthorFilesLines
2024-02-14Add SPDX license identifier into 0BSD source code files.Lasse Collin1-0/+2
2024-02-14Change most public domain parts to 0BSD.Lasse Collin1-3/+0
2023-07-18xz: Update Authors list in a few files.Jia Tan1-1/+2
2023-07-17xz: Create command line options for filters[1-9].Jia Tan1-3/+17
2023-07-17xz: Add --filters option to CLI.Jia Tan1-0/+3
2023-01-16xz: Add missing comment for coder_set_compression_settings()Jia Tan1-1/+2
2022-11-09xz: Remove the commented-out FORMAT_GZIP, gzip, .gz, and .tgz.Lasse Collin1-1/+0
2022-11-09xz: Add .lz (lzip) decompression support.Lasse Collin1-0/+3
2012-07-03xz: Add incomplete support for --block-list.Lasse Collin1-0/+4
2011-04-08xz: Change size_t to uint32_t in a few places.Lasse Collin1-1/+1
2011-04-05xz: Call lzma_end(&strm) before exiting if debugging is enabled.Lasse Collin1-0/+5
2011-03-18xz: Add --block-size=SIZE.Lasse Collin1-0/+3
2011-03-18xz: Add --single-stream.Lasse Collin1-0/+3
2010-06-15Add --no-adjust.Lasse Collin1-0/+4
2009-06-26Updated comments to match renamed files.Lasse Collin1-1/+1
2009-06-26Rename process.[hc] to coder.[hc] and io.[hc] to file_io.[hc]Lasse Collin1-0/+0
2009-06-26Rename process_file() to coder_run().Lasse Collin1-3/+2
2009-04-13Put the interesting parts of XZ Utils into the public domain.Lasse Collin1-10/+3
2009-02-05Various code cleanups the the xz command line tool.Lasse Collin1-9/+1
2008-12-27Some xz command line tool improvements.Lasse Collin1-0/+3
2008-11-19Renamed lzma to xz and lzmadec to xzdec. We create symlinksLasse Collin1-0/+0
2008-11-19Oh well, big messy commit again. Some highlights:Lasse Collin1-0/+40