index
:
xz.git
jiatan/v5.6.0/autofoo
jiatan/v5.6.0/tar
jiatan/v5.6.0/unpack
jiatan/v5.6.1/autofoo
jiatan/v5.6.1/tar
jiatan/v5.6.1/unpack
larhzu/master
larhzu/v5.0
larhzu/v5.2
larhzu/v5.4
larhzu/v5.6
XZ Utils
Lasse Collin
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
xz
/
message.c
(
follow
)
Age
Commit message (
Expand
)
Author
Files
Lines
2019-06-24
Add LZMA_RET_INTERNAL1..8 to lzma_ret and use one for LZMA_TIMED_OUT.
Lasse Collin
1
-0
/
+8
2019-06-23
xz: Fix some of the warnings from -Wsign-conversion.
Lasse Collin
1
-2
/
+2
2018-12-20
xz: Fix a crash in progress indicator when in passthru mode.
Lasse Collin
1
-2
/
+16
2017-04-21
liblzma: Rename LZMA_SEEK to LZMA_SEEK_NEEDED and seek_in to seek_pos.
Lasse Collin
1
-1
/
+1
2017-03-30
liblzma: Add generic support for input seeking (LZMA_SEEK).
Lasse Collin
1
-0
/
+1
2015-03-07
xz: Fix a comment and silence a warning in message.c.
Lasse Collin
1
-2
/
+3
2014-08-05
xz: Add --ignore-check.
Lasse Collin
1
-0
/
+2
2014-06-29
xz: Update the help message of a few options.
Lasse Collin
1
-7
/
+11
2013-07-04
xz: Move some of the timing code into mytime.[hc].
Lasse Collin
1
-40
/
+14
2012-12-14
Make the progress indicator smooth in threaded mode.
Lasse Collin
1
-7
/
+13
2012-12-13
xz: Mention --threads in --help.
Lasse Collin
1
-0
/
+4
2012-08-13
xz: Add a warning to --help about alpha and beta versions.
Lasse Collin
1
-0
/
+5
2012-07-03
xz: Add incomplete support for --block-list.
Lasse Collin
1
-0
/
+6
2012-05-28
xz: Don't show a huge number in -vv when memory limit is disabled.
Lasse Collin
1
-1
/
+11
2012-05-27
xz: Fix output of verbose --robot --list modes.
Lasse Collin
1
-1
/
+1
2011-05-21
xz: Translate also the string used to print the program name.
Lasse Collin
1
-1
/
+5
2011-05-17
Add underscores to attributes (__attribute((__foo__))).
Lasse Collin
1
-1
/
+1
2011-04-11
xz: Move the description of --block-size in --long-help.
Lasse Collin
1
-4
/
+4
2011-03-18
xz: Add --block-size=SIZE.
Lasse Collin
1
-0
/
+4
2011-03-18
xz: Add --single-stream.
Lasse Collin
1
-1
/
+5
2010-10-21
xz: Make sure that message_strm() can never return NULL.
Lasse Collin
1
-2
/
+5
2010-10-11
xz: Avoid SA_RESTART for portability reasons.
Lasse Collin
1
-23
/
+15
2010-10-10
xz: Use "%"PRIu32 instead of "%d" in a format string.
Lasse Collin
1
-1
/
+1
2010-09-10
xz: Add a comment to translators about "literal context bits".
Lasse Collin
1
-0
/
+4
2010-09-10
xz: Multiple fixes.
Lasse Collin
1
-21
/
+35
2010-09-04
xz: Minor improvements to --help and --long-help.
Lasse Collin
1
-12
/
+12
2010-09-03
xz: Make --help two lines shorter.
Lasse Collin
1
-2
/
+5
2010-08-07
Disable the memory usage limiter by default.
Lasse Collin
1
-29
/
+10
2010-06-15
Add --no-adjust.
Lasse Collin
1
-1
/
+5
2010-06-02
Fix compiling with -Werror.
Lasse Collin
1
-2
/
+2
2010-06-02
Adjust SA_RESTART workaround.
Lasse Collin
1
-7
/
+7
2010-06-01
Rename message_filters_get() to message_filters_to_str().
Lasse Collin
1
-2
/
+2
2010-05-27
Remove references to the Subblock filter in xz and tests.
Lasse Collin
1
-9
/
+0
2010-05-16
Split message_filters().
Lasse Collin
1
-67
/
+120
2010-04-12
Show both elapsed time and estimated remaining time in xz -v.
Lasse Collin
1
-48
/
+38
2010-03-07
Consistently round up the memory usage limit in messages.
Lasse Collin
1
-2
/
+3
2010-02-12
Collection of language fixes to comments and docs.
Lasse Collin
1
-5
/
+5
2010-01-31
Improve displaying of the memory usage limit.
Lasse Collin
1
-8
/
+29
2010-01-31
Delay opening the destionation file and other fixes.
Lasse Collin
1
-20
/
+26
2010-01-27
Use PACKAGE_URL instead of custom PACKAGE_HOMEPAGE.
Lasse Collin
1
-1
/
+1
2010-01-24
Some improvements to printing sizes in xz.
Lasse Collin
1
-55
/
+25
2009-12-07
Add a note for translators to add a bug reporting address
Lasse Collin
1
-0
/
+4
2009-12-07
Prevent xgettext from taking one regular string as a C format string.
Lasse Collin
1
-1
/
+1
2009-11-25
Create sparse files by default when decompressing into
Lasse Collin
1
-0
/
+1
2009-11-16
Add support for --info-memory and --robot to xz.
Lasse Collin
1
-12
/
+35
2009-11-14
Fix description of --memory in --long-help.
Lasse Collin
1
-2
/
+1
2009-10-16
Mention --check=none in --long-help. It was already in
Lasse Collin
1
-1
/
+1
2009-09-19
Various changes.
Lasse Collin
1
-14
/
+16
2009-09-12
A few grammar fixes.
Lasse Collin
1
-11
/
+11
2009-07-02
Define PACKAGE_HOMEPAGE in configure.ac and use it in
Lasse Collin
1
-2
/
+2
2009-06-26
Ugly hack to make it possible to use the thousand separator
Lasse Collin
1
-8
/
+9
2009-05-23
Add support for specifying the BCJ filter start offset
Lasse Collin
1
-6
/
+8
2009-05-22
Add --no-warn.
Lasse Collin
1
-0
/
+4
2009-05-22
Make the default memory usage limit 40 % of RAM for both
Lasse Collin
1
-15
/
+13
2009-04-13
Put the interesting parts of XZ Utils into the public domain.
Lasse Collin
1
-10
/
+3
2009-02-22
Add a rough explanation of --extreme to output of --help.
Lasse Collin
1
-0
/
+4
2009-02-22
Fixes to progress message handling in xz:
Lasse Collin
1
-177
/
+306
2009-02-14
Fix microsecond vs. nanosecond confusion in my_time().
Lasse Collin
1
-1
/
+1
2009-02-14
Cleanups to the code that detects the amount of RAM and
Lasse Collin
1
-2
/
+3
2009-02-13
Changed how the version number is specified in various places.
Lasse Collin
1
-1
/
+1
2009-02-13
Improve support for DOS-like systems.
Lasse Collin
1
-0
/
+3
2009-02-05
Various code cleanups the the xz command line tool.
Lasse Collin
1
-8
/
+57
2008-12-27
Some xz command line tool improvements.
Lasse Collin
1
-2
/
+2
2008-12-17
xz message handling improvements
Lasse Collin
1
-11
/
+114
2008-12-10
Remove obsolete comment.
Lasse Collin
1
-1
/
+0
2008-12-10
Use "decompression" consistently in --long-help.
Lasse Collin
1
-1
/
+1
2008-12-10
Added preset=NUM to --lzma1 and --lzma2. This makes it easy
Lasse Collin
1
-0
/
+1
2008-11-28
Tested using COLUMNS environment variable to avoid broken
Lasse Collin
1
-5
/
+9
2008-11-27
Cleanups to message.c.
Lasse Collin
1
-29
/
+18
2008-11-19
Renamed lzma to xz and lzmadec to xzdec. We create symlinks
Lasse Collin
1
-0
/
+892