aboutsummaryrefslogtreecommitdiff
path: root/src/xz/suffix.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2023-09-24xz: Change quoting style from `...' to '...'.Jia Tan1-1/+1
2023-09-22MSVC: xz: Use _stricmp() instead of strcasecmp() in suffix.c.Kelvin Lee1-2/+8
2023-01-24xz: Flip the return value of suffix_is_set to match the documentation.Lasse Collin1-1/+1
2023-01-21xz: Refactor duplicated check for custom suffix when using --format=rawJia Tan1-18/+8
2023-01-10xz: 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/+213