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
2015-05-11
xz: Document that threaded decompression hasn't been implemented yet.
Lasse Collin
1
-1
/
+9
2015-04-20
Revert "xz: Use pipe2() if available."
Lasse Collin
1
-8
/
+1
2015-04-01
xz: Fix the Capsicum rights on user_abort_pipe.
Lasse Collin
1
-1
/
+5
2015-03-31
xz: Add support for sandboxing with Capsicum.
Lasse Collin
5
-1
/
+110
2015-03-07
xz: size_t/uint32_t cleanup in options.c.
Lasse Collin
1
-6
/
+6
2015-03-07
xz: Fix a comment and silence a warning in message.c.
Lasse Collin
1
-2
/
+3
2015-03-07
xz: Make arg_count an unsigned int to silence a warning.
Lasse Collin
2
-2
/
+2
2015-02-22
xz: Use pipe2() if available.
Lasse Collin
1
-1
/
+8
2015-02-21
xz: Fix the fcntl() usage when creating a pipe for the self-pipe trick.
Lasse Collin
1
-5
/
+11
2015-01-09
xz: Fix comments.
Lasse Collin
1
-4
/
+8
2015-01-09
xz: Don't fail if stdout doesn't support O_NONBLOCK.
Lasse Collin
1
-21
/
+15
2015-01-07
xz: Fix a memory leak in DOS-specific code.
Lasse Collin
1
-0
/
+2
2015-01-07
xz: Don't fail if stdin doesn't support O_NONBLOCK.
Lasse Collin
1
-11
/
+7
2014-12-21
xz: Fix a comment.
Lasse Collin
1
-2
/
+2
2014-12-16
xz: Update the man page about --threads.
Lasse Collin
1
-5
/
+0
2014-12-16
xz: Update the man page about --block-size.
Lasse Collin
1
-8
/
+33
2014-11-26
Remove LZMA_UNSTABLE macro.
Lasse Collin
1
-1
/
+0
2014-10-29
Build: Prepare to support Automake's subdir-objects.
Lasse Collin
1
-5
/
+5
2014-08-05
xz: Add --ignore-check.
Lasse Collin
5
-1
/
+38
2014-06-29
xz: Update the help message of a few options.
Lasse Collin
1
-7
/
+11
2014-06-18
xz: Use lzma_cputhreads() instead of own copy of tuklib_cpucores().
Lasse Collin
2
-4
/
+9
2014-06-18
xz: Check for filter chain compatibility for --flush-timeout.
Lasse Collin
1
-9
/
+21
2014-06-09
xz: Force single-threaded mode when --flush-timeout is used.
Lasse Collin
1
-0
/
+11
2014-05-08
xz: Fix uint64_t vs. size_t which broke 32-bit build.
Lasse Collin
1
-1
/
+1
2014-04-09
xz: Rename a variable to avoid a namespace collision on Solaris.
Lasse Collin
1
-5
/
+7
2014-01-12
xz: Fix a comment.
Lasse Collin
1
-2
/
+2
2014-01-12
xz: Fix use of wrong variable.
Lasse Collin
1
-1
/
+1
2013-11-12
xz: Update the man page about --block-size and --block-list.
Lasse Collin
1
-9
/
+15
2013-11-12
xz: Make --block-list and --block-size work together in single-threaded.
Lasse Collin
1
-15
/
+75
2013-10-25
xz: Document behavior of --block-list with threads.
Lasse Collin
1
-3
/
+21
2013-10-22
xz: Document --flush-timeout=TIMEOUT on the man page.
Lasse Collin
1
-1
/
+36
2013-10-22
xz: Take advantage of LZMA_FULL_BARRIER with --block-list.
Lasse Collin
1
-17
/
+15
2013-09-17
xz: Add a missing test for TUKLIB_DOSLIKE.
Lasse Collin
1
-0
/
+2
2013-09-17
Add native threading support on Windows.
Lasse Collin
1
-4
/
+4
2013-07-04
xz: Add preliminary support for --flush-timeout=TIMEOUT.
Lasse Collin
3
-21
/
+78
2013-07-04
xz: Don't set src_eof=true after an I/O error because it's useless.
Lasse Collin
1
-3
/
+0
2013-07-04
xz: Fix the test when to read more input.
Lasse Collin
1
-3
/
+3
2013-07-04
xz: Move some of the timing code into mytime.[hc].
Lasse Collin
6
-40
/
+158
2013-07-01
xz: Silence a warning seen with _FORTIFY_SOURCE=2.
Lasse Collin
1
-1
/
+7
2013-06-29
xz: Use non-blocking I/O for the output file.
Lasse Collin
1
-8
/
+49
2013-06-28
xz: Fix return value type in io_write_buf().
Lasse Collin
1
-1
/
+1
2013-06-28
xz: Use the self-pipe trick to avoid a race condition with signals.
Lasse Collin
3
-12
/
+57
2013-06-28
xz: Use non-blocking I/O for the input file.
Lasse Collin
1
-45
/
+111
2013-06-28
xz: Remove an outdated NetBSD-specific comment.
Lasse Collin
1
-4
/
+0
2013-06-28
xz: Fix error detection of fcntl(fd, F_SETFL, flags) calls.
Lasse Collin
1
-4
/
+4
2013-06-28
xz: Fix use of wrong variable in a fcntl() call.
Lasse Collin
1
-11
/
+13
2013-06-28
xz: Fix assertion related to posix_fadvise().
Lasse Collin
1
-8
/
+2
2013-06-26
xz: Check the value of lzma_stream_flags.version in --list.
Lasse Collin
1
-0
/
+14
2013-06-23
xz: Validate Uncompressed Size from Block Header in list.c.
Lasse Collin
1
-1
/
+13
2013-06-21
xz: Make the man page more friendly to doclifter.
Lasse Collin
1
-3
/
+4
2013-06-21
xz: A couple of man page fixes.
Lasse Collin
1
-12
/
+23
2013-06-21
xz: Fix interaction between preset and custom filter chains.
Lasse Collin
1
-14
/
+21
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-10-03
xz: Fix the note about --rsyncable on the man page.
Lasse Collin
1
-8
/
+9
2012-09-28
xz: Improve handling of failed realloc in xrealloc.
Lasse Collin
1
-2
/
+12
2012-08-24
A few typo fixes to comments and the xz man page.
Lasse Collin
1
-2
/
+2
2012-08-13
xz: Add a warning to --help about alpha and beta versions.
Lasse Collin
1
-0
/
+5
2012-07-04
xz: Document --block-list better.
Lasse Collin
1
-1
/
+7
2012-07-04
xz: Fix the version number printed by xz -lvv.
Lasse Collin
1
-3
/
+3
2012-07-03
xz: Add incomplete support for --block-list.
Lasse Collin
7
-10
/
+151
2012-07-01
xz: Update the man page about the new field in --robot -lvv.
Lasse Collin
1
-1
/
+17
2012-06-22
xz: Update man page date to match the latest update.
Lasse Collin
1
-1
/
+1
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: Document the "summary" lines of --robot -lvv.
Lasse Collin
1
-0
/
+19
2012-05-27
xz: Fix output of verbose --robot --list modes.
Lasse Collin
1
-1
/
+1
2011-11-07
xz: Show minimum required XZ Utils version in xz -lvv.
Lasse Collin
1
-6
/
+57
2011-11-04
xz: Fix a typo in a comment.
Lasse Collin
1
-1
/
+1
2011-11-03
xz: Fix xz on EBCDIC systems.
Lasse Collin
1
-1
/
+4
2011-05-27
xz: Fix error handling in xz -lvv.
Lasse Collin
1
-15
/
+6
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
7
-19
/
+19
2011-05-01
xz: Fix input file position when --single-stream is used.
Lasse Collin
3
-0
/
+29
2011-05-01
xz: Print the maximum number of worker threads in xz -vv.
Lasse Collin
1
-0
/
+4
2011-04-12
Put the unstable APIs behind #ifdef LZMA_UNSTABLE.
Lasse Collin
1
-0
/
+2
2011-04-12
Remove doubled words from documentation and comments.
Lasse Collin
2
-2
/
+2
2011-04-12
xz: Update the man page about threading.
Lasse Collin
1
-14
/
+20
2011-04-11
xz: Add support for threaded compression.
Lasse Collin
2
-80
/
+125
2011-04-11
xz: Move the description of --block-size in --long-help.
Lasse Collin
1
-4
/
+4
2011-04-11
Docs: Document --single-stream and --block-size.
Lasse Collin
1
-2
/
+36
2011-04-10
xz/DOS: Add experimental 8.3 filename support.
Lasse Collin
1
-9
/
+167
2011-04-10
xz/DOS: Be more careful with the destination file.
Lasse Collin
1
-2
/
+33
2011-04-09
xz: Avoid unneeded fstat() on DOS-like systems.
Lasse Collin
1
-6
/
+8
2011-04-09
xz: Minor internal changes to handling of --threads.
Lasse Collin
3
-19
/
+18
2011-04-08
xz: Change size_t to uint32_t in a few places.
Lasse Collin
2
-4
/
+4
2011-04-08
xz: Fix a typo in a comment.
Lasse Collin
1
-1
/
+1
2011-04-05
xz: Use posix_fadvise() if it is available.
Lasse Collin
1
-0
/
+15
2011-04-05
xz: Call lzma_end(&strm) before exiting if debugging is enabled.
Lasse Collin
3
-0
/
+19
2011-03-18
xz: Add --block-size=SIZE.
Lasse Collin
4
-10
/
+54
2011-03-18
xz: Add --single-stream.
Lasse Collin
4
-3
/
+23
2011-02-06
xz: Clean up suffix.c.
Lasse Collin
1
-24
/
+20
2011-02-06
xz: Check if the file already has custom suffix when compressing.
Lasse Collin
1
-0
/
+9
2011-01-26
xz: Fix --force on setuid/setgid/sticky and multi-hardlink files.
Lasse Collin
1
-8
/
+7
2011-01-18
Add alloc_size and malloc attributes to a few functions.
Lasse Collin
1
-2
/
+3
2010-12-12
DOS-like: Treat \ and : as directory separators in addition to /.
Lasse Collin
1
-4
/
+29
2010-10-21
xz: Make sure that message_strm() can never return NULL.
Lasse Collin
1
-2
/
+5
2010-10-19
Clean up a few FIXMEs and TODOs.
Lasse Collin
1
-1
/
+1
2010-10-12
xz: Avoid raise() also on OpenVMS.
Lasse Collin
1
-1
/
+1
2010-10-11
xz: Avoid SA_RESTART for portability reasons.
Lasse Collin
3
-23
/
+25
2010-10-10
xz: Use "%"PRIu32 instead of "%d" in a format string.
Lasse Collin
1
-1
/
+1
2010-10-09
OS/2 and DOS: Be less verbose on signals.
Lasse Collin
1
-0
/
+7
2010-10-08
Build: Add options to disable individual command line tools.
Lasse Collin
1
-1
/
+5
2010-10-05
Build: Remove the static/dynamic tricks.
Lasse Collin
1
-3
/
+1
2010-10-04
A few more languages files to the xz man page.
Lasse Collin
1
-21
/
+24
2010-09-28
Fix accomodate -> accommodate on the xz man page.
Lasse Collin
1
-1
/
+1
2010-09-27
Major man page updates.
Lasse Collin
1
-598
/
+1366
2010-09-15
xz: Edit a translators comment.
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
7
-187
/
+232
2010-09-07
xz: Add a note to translators.
Lasse Collin
1
-0
/
+2
2010-09-07
Fix use of N_() and ngettext().
Lasse Collin
1
-2
/
+2
2010-09-06
xz: Improve a comment.
Lasse Collin
1
-3
/
+4
2010-09-05
xz: Update the comment about NetBSD in file_io.c.
Lasse Collin
1
-4
/
+4
2010-09-05
xz: Use an array instead of pointer for stdin_filename.
Lasse Collin
2
-2
/
+2
2010-09-05
xz: Hopefully ease translating the messages in list.c.
Lasse Collin
1
-10
/
+23
2010-09-04
xz: Fix grammar.
Lasse Collin
1
-2
/
+1
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
[next]