aboutsummaryrefslogtreecommitdiff
path: root/src/xz/message.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2024-02-17xz: Delete old commented-out code.Lasse Collin1-19/+0
2024-02-17xz: Fix message_init() description.Lasse Collin1-1/+1
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
2024-01-23xz: Use threaded mode by defaut (as if --threads=0 was used).Lasse Collin1-2/+2
2024-01-23xz: Update message in --long-help for RISC-V Filter.Jia Tan1-0/+1
2023-11-23xz: Use is_tty() in message.c.Jia Tan1-6/+1
2023-09-24xz: Change quoting style from `...' to '...'.Jia Tan1-7/+7
2023-09-22MSVC: xz: Use _isatty() from <io.h> to implement isatty().Kelvin Lee1-0/+5
2023-07-18xz: Translate the second "%s: " in message.c since French needs "%s : ".Lasse Collin1-1/+1
2023-07-18xz: Update Authors list in a few files.Jia Tan1-1/+2
2023-07-17xz: Add a new --filters-help option.Jia Tan1-0/+30
2023-07-17xz: Update --long-help for the new --filtersX option.Jia Tan1-2/+10
2023-07-17xz: Update --long-help and man page for new --filters option.Jia Tan1-0/+6
2023-01-11xz: Fix warning -Wformat-nonliteral on clang in message.c.Jia Tan1-0/+9
2022-11-28xz: Use lzma_str_from_filters().Lasse Collin1-168/+7
2022-11-14Replace the experimental ARM64 filter with a new experimental version.Lasse Collin1-3/+10
2022-11-09xz: Add --arm64 to --long-help and omit endianness from ARM(-Thumb).Lasse Collin1-2/+3
2022-11-09xz: Add .lz (lzip) decompression support.Lasse Collin1-1/+1
2022-11-09xz: Add a comment why --to-stdout is not in --help.Lasse Collin1-0/+3
2022-11-07xz: Avoid a compiler warning in progress_speed() in message.c.Jia Tan1-6/+3
2022-09-19xz: Add --experimental-arm64[=width=WIDTH].Lasse Collin1-0/+7
2022-04-12xz: Add --memlimit-mt-decompress along with a default limit value.Lasse Collin1-1/+3
2019-06-24Add LZMA_RET_INTERNAL1..8 to lzma_ret and use one for LZMA_TIMED_OUT.Lasse Collin1-0/+8
2019-06-23xz: Fix some of the warnings from -Wsign-conversion.Lasse Collin1-2/+2
2018-12-20xz: Fix a crash in progress indicator when in passthru mode.Lasse Collin1-2/+16
2017-04-21liblzma: Rename LZMA_SEEK to LZMA_SEEK_NEEDED and seek_in to seek_pos.Lasse Collin1-1/+1
2017-03-30liblzma: Add generic support for input seeking (LZMA_SEEK).Lasse Collin1-0/+1
2015-03-07xz: Fix a comment and silence a warning in message.c.Lasse Collin1-2/+3
2014-08-05xz: Add --ignore-check.Lasse Collin1-0/+2
2014-06-29xz: Update the help message of a few options.Lasse Collin1-7/+11
2013-07-04xz: Move some of the timing code into mytime.[hc].Lasse Collin1-40/+14
2012-12-14Make the progress indicator smooth in threaded mode.Lasse Collin1-7/+13
2012-12-13xz: Mention --threads in --help.Lasse Collin1-0/+4
2012-08-13xz: Add a warning to --help about alpha and beta versions.Lasse Collin1-0/+5
2012-07-03xz: Add incomplete support for --block-list.Lasse Collin1-0/+6
2012-05-28xz: Don't show a huge number in -vv when memory limit is disabled.Lasse Collin1-1/+11
2012-05-27xz: Fix output of verbose --robot --list modes.Lasse Collin1-1/+1
2011-05-21xz: Translate also the string used to print the program name.Lasse Collin1-1/+5
2011-05-17Add underscores to attributes (__attribute((__foo__))).Lasse Collin1-1/+1
2011-04-11xz: Move the description of --block-size in --long-help.Lasse Collin1-4/+4
2011-03-18xz: Add --block-size=SIZE.Lasse Collin1-0/+4
2011-03-18xz: Add --single-stream.Lasse Collin1-1/+5
2010-10-21xz: Make sure that message_strm() can never return NULL.Lasse Collin1-2/+5
2010-10-11xz: Avoid SA_RESTART for portability reasons.Lasse Collin1-23/+15
2010-10-10xz: Use "%"PRIu32 instead of "%d" in a format string.Lasse Collin1-1/+1
2010-09-10xz: Add a comment to translators about "literal context bits".Lasse Collin1-0/+4
2010-09-10xz: Multiple fixes.Lasse Collin1-21/+35
2010-09-04xz: Minor improvements to --help and --long-help.Lasse Collin1-12/+12
2010-09-03xz: Make --help two lines shorter.Lasse Collin1-2/+5
2010-08-07Disable the memory usage limiter by default.Lasse Collin1-29/+10
2010-06-15Add --no-adjust.Lasse Collin1-1/+5
2010-06-02Fix compiling with -Werror.Lasse Collin1-2/+2
2010-06-02Adjust SA_RESTART workaround.Lasse Collin1-7/+7
2010-06-01Rename message_filters_get() to message_filters_to_str().Lasse Collin1-2/+2
2010-05-27Remove references to the Subblock filter in xz and tests.Lasse Collin1-9/+0
2010-05-16Split message_filters().Lasse Collin1-67/+120
2010-04-12Show both elapsed time and estimated remaining time in xz -v.Lasse Collin1-48/+38
2010-03-07Consistently round up the memory usage limit in messages.Lasse Collin1-2/+3
2010-02-12Collection of language fixes to comments and docs.Lasse Collin1-5/+5
2010-01-31Improve displaying of the memory usage limit.Lasse Collin1-8/+29
2010-01-31Delay opening the destionation file and other fixes.Lasse Collin1-20/+26
2010-01-27Use PACKAGE_URL instead of custom PACKAGE_HOMEPAGE.Lasse Collin1-1/+1
2010-01-24Some improvements to printing sizes in xz.Lasse Collin1-55/+25
2009-12-07Add a note for translators to add a bug reporting addressLasse Collin1-0/+4
2009-12-07Prevent xgettext from taking one regular string as a C format string.Lasse Collin1-1/+1
2009-11-25Create sparse files by default when decompressing intoLasse Collin1-0/+1
2009-11-16Add support for --info-memory and --robot to xz.Lasse Collin1-12/+35
2009-11-14Fix description of --memory in --long-help.Lasse Collin1-2/+1
2009-10-16Mention --check=none in --long-help. It was already inLasse Collin1-1/+1
2009-09-19Various changes.Lasse Collin1-14/+16
2009-09-12A few grammar fixes.Lasse Collin1-11/+11
2009-07-02Define PACKAGE_HOMEPAGE in configure.ac and use it inLasse Collin1-2/+2
2009-06-26Ugly hack to make it possible to use the thousand separatorLasse Collin1-8/+9
2009-05-23Add support for specifying the BCJ filter start offsetLasse Collin1-6/+8
2009-05-22Add --no-warn.Lasse Collin1-0/+4
2009-05-22Make the default memory usage limit 40 % of RAM for bothLasse Collin1-15/+13
2009-04-13Put the interesting parts of XZ Utils into the public domain.Lasse Collin1-10/+3
2009-02-22Add a rough explanation of --extreme to output of --help.Lasse Collin1-0/+4
2009-02-22Fixes to progress message handling in xz:Lasse Collin1-177/+306
2009-02-14Fix microsecond vs. nanosecond confusion in my_time().Lasse Collin1-1/+1
2009-02-14Cleanups to the code that detects the amount of RAM andLasse Collin1-2/+3
2009-02-13Changed how the version number is specified in various places.Lasse Collin1-1/+1
2009-02-13Improve support for DOS-like systems.Lasse Collin1-0/+3
2009-02-05Various code cleanups the the xz command line tool.Lasse Collin1-8/+57
2008-12-27Some xz command line tool improvements.Lasse Collin1-2/+2
2008-12-17xz message handling improvementsLasse Collin1-11/+114
2008-12-10Remove obsolete comment.Lasse Collin1-1/+0
2008-12-10Use "decompression" consistently in --long-help.Lasse Collin1-1/+1
2008-12-10Added preset=NUM to --lzma1 and --lzma2. This makes it easyLasse Collin1-0/+1
2008-11-28Tested using COLUMNS environment variable to avoid brokenLasse Collin1-5/+9
2008-11-27Cleanups to message.c.Lasse Collin1-29/+18
2008-11-19Renamed lzma to xz and lzmadec to xzdec. We create symlinksLasse Collin1-0/+892