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
(
follow
)
Age
Commit message (
Expand
)
Author
Files
Lines
2010-09-04
xz: Use lzma_lzma_preset() to initialize the options structure.
Lasse Collin
1
-12
/
+2
2010-09-04
xz: Minor improvements to --help and --long-help.
Lasse Collin
1
-12
/
+12
2010-09-03
xz: Make -vv show also decompressor memory usage.
Lasse Collin
1
-0
/
+7
2010-09-03
xz: Make --help two lines shorter.
Lasse Collin
1
-2
/
+5
2010-09-02
xz: Make setting a preset override a custom filter chain.
Lasse Collin
1
-0
/
+9
2010-09-02
xz: Always warn if adjusting dictionary size due to memlimit.
Lasse Collin
1
-19
/
+9
2010-08-07
Disable the memory usage limiter by default.
Lasse Collin
8
-235
/
+365
2010-08-06
Add missing const to a global constant in xz.
Lasse Collin
2
-2
/
+2
2010-07-28
Language fixes for man pages.
Lasse Collin
1
-3
/
+3
2010-06-15
Add --no-adjust.
Lasse Collin
5
-9
/
+28
2010-06-11
Clarify the description of the default memlimit in the man page.
Lasse Collin
1
-2
/
+2
2010-06-11
Fix string to uint64_t conversion.
Lasse Collin
1
-2
/
+8
2010-06-02
Fix compiling with -Werror.
Lasse Collin
1
-2
/
+2
2010-06-02
Fix a Windows-specific FIXME in signal handling code.
Lasse Collin
3
-13
/
+48
2010-06-02
Adjust SA_RESTART workaround.
Lasse Collin
1
-7
/
+7
2010-06-01
xz man page updates.
Lasse Collin
1
-19
/
+366
2010-06-01
Major update to xz --list.
Lasse Collin
1
-181
/
+471
2010-06-01
Rename message_filters_get() to message_filters_to_str().
Lasse Collin
2
-3
/
+3
2010-05-27
Take Cygwin into account in some #if lines.
Lasse Collin
2
-3
/
+3
2010-05-27
Remove references to the Subblock filter in xz and tests.
Lasse Collin
1
-9
/
+0
2010-05-27
Use my_min() instead of MIN() in src/xz/list.c
Jonathan Nieder
1
-1
/
+1
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
3
-76
/
+1
2010-05-16
Split message_filters().
Lasse Collin
3
-69
/
+134
2010-04-12
Show both elapsed time and estimated remaining time in xz -v.
Lasse Collin
1
-48
/
+38
2010-03-07
Treat all integer multiplier suffixes as base-2.
Lasse Collin
2
-50
/
+51
2010-03-07
Consistently round up the memory usage limit in messages.
Lasse Collin
1
-2
/
+3
2010-03-07
Increase the default memory usage limit on "low-memory" systems.
Lasse Collin
2
-18
/
+46
2010-02-12
Collection of language fixes to comments and docs.
Lasse Collin
7
-20
/
+20
2010-02-02
Fix wrong assertion.
Lasse Collin
1
-2
/
+3
2010-02-01
Fix typos in comments.
Lasse Collin
1
-1
/
+1
2010-02-01
Fix signal handling for --list.
Lasse Collin
1
-5
/
+14
2010-02-01
Fix compression of symlinks with --force.
Lasse Collin
1
-1
/
+13
2010-01-31
Select the default integrity check type at runtime.
Lasse Collin
1
-5
/
+14
2010-01-31
Improve displaying of the memory usage limit.
Lasse Collin
4
-13
/
+45
2010-01-31
Don't use uninitialized sigset_t.
Lasse Collin
1
-10
/
+24
2010-01-31
Delay opening the destionation file and other fixes.
Lasse Collin
6
-125
/
+157
2010-01-29
Add list.h to src/xz/Makefile.am.
Lasse Collin
1
-0
/
+1
2010-01-27
Silence two compiler warnings on DOS-like systems.
Lasse Collin
1
-0
/
+3
2010-01-27
Use PACKAGE_URL instead of custom PACKAGE_HOMEPAGE.
Lasse Collin
1
-1
/
+1
2010-01-26
Add a missing space to an error message.
Lasse Collin
1
-1
/
+1
2010-01-26
Use past tense in error message in io_unlink().
Lasse Collin
1
-2
/
+12
2010-01-26
Fix too small static buffer in util.c.
Lasse Collin
1
-5
/
+4
2010-01-26
Minor comment fix.
Lasse Collin
1
-2
/
+2
2010-01-24
Add initial version of xz --list.
Lasse Collin
5
-359
/
+668
2010-01-24
Add io_pread().
Lasse Collin
2
-0
/
+42
2010-01-24
Set LC_NUMERIC=C when --robot is used.
Lasse Collin
1
-0
/
+4
2010-01-24
Some improvements to printing sizes in xz.
Lasse Collin
5
-90
/
+166
2010-01-15
Update the xz man page to match the previous two commits.
Lasse Collin
1
-6
/
+3
2010-01-13
Don't read compressed data from a terminal or write it
Lasse Collin
2
-15
/
+13
2010-01-13
Don't compress or decompress special files unless writing
Lasse Collin
1
-5
/
+10
2009-12-07
Fix file_io.c on DOS-like systems.
Lasse Collin
1
-0
/
+4
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-28
Remove duplicate code in io_open_dest().
Lasse Collin
1
-8
/
+1
2009-11-25
Add missing error check to coder.c.
Lasse Collin
1
-9
/
+11
2009-11-25
Create sparse files by default when decompressing into
Lasse Collin
6
-56
/
+272
2009-11-16
Add support for --info-memory and --robot to xz.
Lasse Collin
6
-55
/
+133
2009-11-15
Add lzma_physmem().
Lasse Collin
2
-3
/
+1
2009-11-14
Some updates to xz man page.
Lasse Collin
1
-5
/
+49
2009-11-14
Fix description of --memory in --long-help.
Lasse Collin
1
-2
/
+1
2009-11-14
Fix a design error in liblzma API.
Lasse Collin
1
-1
/
+0
2009-10-16
Mention --check=none in --long-help. It was already in
Lasse Collin
1
-1
/
+1
2009-10-02
Add support for --enable-assume-ram=SIZE.
Lasse Collin
1
-4
/
+3
2009-09-24
Fix an error in OpenVMS-specific code.
Lasse Collin
1
-1
/
+1
2009-09-22
Better fixes for OpenVMS support.
Lasse Collin
1
-3
/
+16
2009-09-19
Various changes.
Lasse Collin
12
-155
/
+88
2009-09-12
A few grammar fixes.
Lasse Collin
1
-11
/
+11
2009-09-11
Use $(LN_EXEEXT) in symlinks to executables.
Lasse Collin
1
-2
/
+2
2009-09-01
Refactored option parsing.
Lasse Collin
1
-35
/
+35
2009-09-01
Fix options parsing bug in xz.
Lasse Collin
1
-4
/
+2
2009-08-29
Use even more hackish way to support thousand separators.
Lasse Collin
1
-11
/
+25
2009-08-27
Update xz man page date.
Lasse Collin
1
-1
/
+1
2009-08-27
Some xz man page improvements.
Lasse Collin
1
-16
/
+62
2009-08-17
Some xz man changes.
Lasse Collin
1
-45
/
+43
2009-08-13
Fix xz Makefile.am for the man page.
Lasse Collin
1
-0
/
+2
2009-08-13
Sync some error messages from xz to xzdec.
Lasse Collin
1
-2
/
+2
2009-08-13
Fix first line of xz man page.
Lasse Collin
1
-1
/
+1
2009-08-10
Added a rough version of the xz man page.
Lasse Collin
2
-0
/
+1221
2009-07-23
Fix incorrect usage of getopt_long(), which caused
Lasse Collin
1
-1
/
+0
2009-07-20
Avoid internal error with --format=xz --lzma1.
Lasse Collin
1
-4
/
+12
2009-07-18
Added public domain notice into a few files.
Lasse Collin
1
-0
/
+7
2009-07-14
Allow extra commas in filter-specific options on xz command line.
Lasse Collin
1
-0
/
+7
2009-07-14
Accept --lzma2=preset=6e where "e" is equivalent to --extreme
Lasse Collin
1
-21
/
+59
2009-07-10
Look for full command names instead of substrings
Lasse Collin
1
-9
/
+13
2009-07-06
Use sed instead of $(SED) so that we don't need to
Lasse Collin
1
-3
/
+3
2009-07-04
Make "xz --decompress --stdout --force" copy unrecognized
Lasse Collin
1
-35
/
+178
2009-07-02
Define PACKAGE_HOMEPAGE in configure.ac and use it in
Lasse Collin
1
-2
/
+2
2009-06-30
Build system fixes
Lasse Collin
1
-1
/
+10
2009-06-27
Moved the Windows resource files outside the windows directory
Lasse Collin
1
-0
/
+5
2009-06-27
Added missing $(EXEEXT).
Lasse Collin
1
-1
/
+1
2009-06-27
Create correct symlinks even when
Lasse Collin
1
-8
/
+13
2009-06-27
Silence a compiler warning on DOS-like systems.
Lasse Collin
1
-1
/
+4
2009-06-26
Updated comments to match renamed files.
Lasse Collin
4
-4
/
+4
2009-06-26
Rename process.[hc] to coder.[hc] and io.[hc] to file_io.[hc]
Lasse Collin
6
-6
/
+6
2009-06-26
Rename process_file() to coder_run().
Lasse Collin
3
-9
/
+8
2009-06-26
Ugly hack to make it possible to use the thousand separator
Lasse Collin
4
-23
/
+78
2009-06-26
Fix @variables@ to $(variables) in Makefile.am files.
Lasse Collin
1
-10
/
+11
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
4
-21
/
+76
2009-05-22
Add --no-warn.
Lasse Collin
4
-1
/
+34
2009-05-22
Fix a comment.
Lasse Collin
1
-1
/
+1
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
5
-88
/
+82
2009-05-21
Support special value "max" where xz and xzdec accept an integer.
Lasse Collin
1
-0
/
+4
2009-04-13
Put the interesting parts of XZ Utils into the public domain.
Lasse Collin
23
-230
/
+69
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
3
-213
/
+351
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
5
-35
/
+37
2009-02-13
Changed how the version number is specified in various places.
Lasse Collin
1
-1
/
+1
2009-02-13
Fix handling of integrity check type in the xz command line tool.
Lasse Collin
2
-1
/
+12
2009-02-13
Improve support for DOS-like systems.
Lasse Collin
5
-22
/
+61
2009-02-08
Make "xz --force" to write to terminal as the error
Lasse Collin
1
-1
/
+1
2009-02-08
Support both slash and backslash as path component
Lasse Collin
1
-0
/
+9
2009-02-07
Make it easy to choose if command line tools should be
Lasse Collin
1
-5
/
+3
2009-02-07
Assume 32 MiB of RAM on unsupported operating systems like
Lasse Collin
1
-1
/
+1
2009-02-05
Various code cleanups the the xz command line tool.
Lasse Collin
17
-246
/
+386
2009-02-03
Another utime() fix.
Lasse Collin
1
-4
/
+5
2009-02-03
Fix wrong filename argument for utime() and utimes().
Lasse Collin
1
-2
/
+2
2009-01-31
Add LZMA_API to liblzma API headers. It's useful at least
Lasse Collin
1
-0
/
+1
2009-01-17
Beta was supposed to be API stable but I had forgot to rename
Lasse Collin
1
-3
/
+3
2009-01-07
Use pthread_sigmask() instead of sigprocmask() when pthreads
Lasse Collin
2
-2
/
+3
2008-12-31
Remove lzma_init() and other init functions from liblzma API.
Lasse Collin
2
-7
/
+1
2008-12-27
Some xz command line tool improvements.
Lasse Collin
5
-44
/
+121
2008-12-17
xz message handling improvements
Lasse Collin
3
-14
/
+146
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
2
-0
/
+9
2008-12-01
In command line tool, take advantage of memusage calculation's
Lasse Collin
1
-4
/
+4
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-22
Typo fix
Lasse Collin
1
-1
/
+1
2008-11-20
Support NetBSD's errno for O_NOFOLLOW.
Lasse Collin
1
-0
/
+8
2008-11-19
Renamed lzma to xz and lzmadec to xzdec. We create symlinks
Lasse Collin
21
-0
/
+4949
[prev]