aboutsummaryrefslogtreecommitdiff
path: root/src/xz/suffix.c (unfollow)
AgeCommit message (Expand)AuthorFilesLines
2023-02-03xz: Refactor duplicated check for custom suffix when using --format=rawJia Tan1-18/+8
2023-01-11xz: Include <strings.h> in suffix.c if needed for strcasecmp().Lasse Collin1-0/+3
2022-11-09xz: Remove the commented-out FORMAT_GZIP, gzip, .gz, and .tgz.Lasse Collin1-9/+0
2022-11-09xz: Add .lz (lzip) decompression support.Lasse Collin1-4/+22
2014-01-12xz: Fix use of wrong variable.Lasse Collin1-1/+1
2011-04-10xz/DOS: Add experimental 8.3 filename support.Lasse Collin1-9/+167
2011-02-06xz: Clean up suffix.c.Lasse Collin1-24/+20
2011-02-06xz: Check if the file already has custom suffix when compressing.Lasse Collin1-0/+9
2010-12-12DOS-like: Treat \ and : as directory separators in addition to /.Lasse Collin1-4/+29
2009-09-19Various changes.Lasse Collin1-1/+1
2009-04-13Put the interesting parts of XZ Utils into the public domain.Lasse Collin1-10/+3
2009-02-13Improve support for DOS-like systems.Lasse Collin1-0/+5
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-21/+31
2008-10-03Fixed suffix handling with --format=raw.Lasse Collin1-9/+19
2008-10-02Initial changes to change the suffix of the new format to .xz.Lasse Collin1-13/+61