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
/
args.c
(
follow
)
Age
Commit message (
Expand
)
Author
Files
Lines
2023-03-11
xz: Do not set compression settings with raw format in list mode.
Jia Tan
1
-1
/
+2
2022-12-12
xz: Make args_info.files_name a const pointer.
Lasse Collin
1
-1
/
+1
2022-12-12
xz: Don't modify argv[].
Lasse Collin
1
-4
/
+19
2019-12-31
xz: Fix some of the warnings from -Wsign-conversion.
Lasse Collin
1
-2
/
+2
2019-07-13
spelling
Antoine Cœur
1
-1
/
+1
2016-06-28
xz: Make xz buildable even when encoders or decoders are disabled.
Lasse Collin
1
-0
/
+16
2014-08-05
xz: Add --ignore-check.
Lasse Collin
1
-0
/
+7
2013-07-04
xz: Add preliminary support for --flush-timeout=TIMEOUT.
Lasse Collin
1
-0
/
+7
2012-07-03
xz: Add incomplete support for --block-list.
Lasse Collin
1
-0
/
+78
2011-11-04
xz: Fix a typo in a comment.
Lasse Collin
1
-1
/
+1
2011-04-11
xz: Add support for threaded compression.
Lasse Collin
1
-1
/
+2
2011-04-09
xz: Minor internal changes to handling of --threads.
Lasse Collin
1
-2
/
+2
2011-03-18
xz: Add --block-size=SIZE.
Lasse Collin
1
-0
/
+7
2011-03-18
xz: Add --single-stream.
Lasse Collin
1
-0
/
+6
2010-09-05
xz: Use an array instead of pointer for stdin_filename.
Lasse Collin
1
-1
/
+1
2010-08-07
Disable the memory usage limiter by default.
Lasse Collin
1
-29
/
+58
2010-08-06
Add missing const to a global constant in xz.
Lasse Collin
1
-1
/
+1
2010-06-15
Add --no-adjust.
Lasse Collin
1
-0
/
+6
2010-05-26
Rename MIN() and MAX() to my_min() and my_max().
Lasse Collin
1
-1
/
+2
2010-05-26
Remove the Subblock filter code for now.
Lasse Collin
1
-8
/
+1
2010-01-26
Add a missing space to an error message.
Lasse Collin
1
-1
/
+1
2010-01-24
Set LC_NUMERIC=C when --robot is used.
Lasse Collin
1
-0
/
+4
2009-11-25
Create sparse files by default when decompressing into
Lasse Collin
1
-0
/
+6
2009-11-16
Add support for --info-memory and --robot to xz.
Lasse Collin
1
-35
/
+50
2009-09-19
Various changes.
Lasse Collin
1
-7
/
+1
2009-07-23
Fix incorrect usage of getopt_long(), which caused
Lasse Collin
1
-1
/
+0
2009-07-10
Look for full command names instead of substrings
Lasse Collin
1
-9
/
+13
2009-06-24
Cast a char argument to isspace() to unsigned char.
Lasse Collin
1
-2
/
+9
2009-05-23
Remove undocumented alternative option names --bcj, --ppc,
Lasse Collin
1
-3
/
+0
2009-05-23
Add support for specifying the BCJ filter start offset
Lasse Collin
1
-15
/
+21
2009-05-22
Add --no-warn.
Lasse Collin
1
-1
/
+7
2009-05-22
Remove the --info option, which was an alias for --list.
Lasse Collin
1
-1
/
+0
2009-05-22
If xz is run as lzma, unlzma, or lzcat, simply imply
Lasse Collin
1
-11
/
+6
2009-05-22
Make the default memory usage limit 40 % of RAM for both
Lasse Collin
1
-7
/
+21
2009-04-13
Put the interesting parts of XZ Utils into the public domain.
Lasse Collin
1
-10
/
+3
2009-02-14
Cleanups to the code that detects the amount of RAM and
Lasse Collin
1
-2
/
+2
2009-02-13
Fix handling of integrity check type in the xz command line tool.
Lasse Collin
1
-1
/
+8
2009-02-13
Improve support for DOS-like systems.
Lasse Collin
1
-8
/
+5
2009-02-08
Support both slash and backslash as path component
Lasse Collin
1
-0
/
+9
2008-12-27
Some xz command line tool improvements.
Lasse Collin
1
-13
/
+10
2008-11-19
Renamed lzma to xz and lzmadec to xzdec. We create symlinks
Lasse Collin
1
-0
/
+500